From owner-freebsd-questions@FreeBSD.ORG Sat Aug 16 21:25:18 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 421AD37B401 for ; Sat, 16 Aug 2003 21:25:18 -0700 (PDT) Received: from smtp1.adl2.internode.on.net (smtp1.adl2.internode.on.net [203.16.214.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id D701243F75 for ; Sat, 16 Aug 2003 21:25:16 -0700 (PDT) (envelope-from malcolm.kay@internode.on.net) Received: from beta.home (ppp54-14.lns1.adl2.internode.on.net [150.101.54.14]) h7H4PCIf031256; Sun, 17 Aug 2003 13:55:13 +0930 (CST) Content-Type: text/plain; charset="iso-8859-1" From: Malcolm Kay Organization: At home To: Daniela , freebsd_deamon@gmx.net, freebsd-questions@freebsd.org Date: Sun, 17 Aug 2003 13:55:11 +0930 User-Agent: KMail/1.4.3 References: <28510.1061029808@www46.gmx.net> <200308161249.58052.dgw@liwest.at> In-Reply-To: <200308161249.58052.dgw@liwest.at> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200308171355.11786.malcolm.kay@internode.on.net> Subject: Re: man 1 as X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Aug 2003 04:25:18 -0000 On Sat, 16 Aug 2003 22:19, Daniela wrote: > On Saturday 16 August 2003 10:30, freebsd_deamon@gmx.net wrote: > > dear list > > > > yesterday evening i fliped through the developers handbook x86 assenb= ler > > section. > > it states that an assembler compile is part of the base system > > (http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook= /x86 > >-t he-tools.html). i can't find it on 5.1-R. > > > > the FreeBSD web site doesn't have it either. Does it still exist? > > The command "man 1 as" also doesn't do anything on my system, but "man = as" > brings the first section of the manpage, as we would expect it. > > I don't know what's going on, but the "as" command should also be there= on > your system. It seems 'as' is in a special man section; viz: 1aout. So it is not: man 1 as but: man 1aout as Why? I'm not sure but the other entries appear to be a few classical a.ou= t=20 utilities rather than elf specific. Malcolm