From owner-freebsd-questions Tue May 27 10:58:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA25203 for questions-outgoing; Tue, 27 May 1997 10:58:27 -0700 (PDT) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA25191 for ; Tue, 27 May 1997 10:58:19 -0700 (PDT) Received: (from nadav@localhost) by gatekeeper.barcode.co.il (8.8.5/8.6.12) id UAA13749; Tue, 27 May 1997 20:57:42 +0300 (IDT) Date: Tue, 27 May 1997 20:57:41 +0300 (IDT) From: Nadav Eiron To: Tim Oneil cc: questions@FreeBSD.ORG Subject: Re: Question! In-Reply-To: <3.0.32.19970527102121.00964af0@visigenic.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 27 May 1997, Tim Oneil wrote: > Zahemszky wrote: > >Try mtree(8), with the files in /etc/mtree. > > Heres a stupid, non-mission critical question > if you don't mind: what exactly does the number > in parens following a command mean? Version, something > like that? It's the section of the manual where it belongs. There are some commands that appear in more than one section of the manual, with different meanings. For example: acct(2) - enable or disable process accounting -----^ This section is about system calls - so this is the man page for a system call named acct. acct(5) - execution accounting file -----^ This is the section on file formats, so this is a man page specifying the format of a file. Also see man(1) > > -Tim > > Nadav