Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Apr 2001 09:53:13 -0400
From:      Philip R.Moyer <prm@complexsys.net>
To:        k s <bsd2000au@yahoo.com.au>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: netgraph(4) ? (3) ? hmm
Message-ID:  <01041709531301.04529@penkovsky.complexsys.net>
In-Reply-To: <20010417133957.55619.qmail@web12004.mail.yahoo.com>
References:  <20010417133957.55619.qmail@web12004.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 17 April 2001 09:39, you wrote:
> Hi all,
> here is a bit of classic ignorance for you.
> what is the (4) bit mean...version I presume!
> I am running freebsd 4.2
> How do I get netgraph(4) if it has (3) on it?

Keith,

That is the manual "section" number.  The man pages on a UNIX system
are broken down by section:

	1 - general user commands
	2 - system calls
	3 - library functions
	4 - special files (like devices)
	5 - file formats
	6 - games
	7 - conventions and misc
	8 - system administration commands

You can get useful information by entering "man <section> intro".

You can specify the section number to the man(1) command to get the
page you want.  For example, there are eight intro pages, at least.  To
get intro for section 4, you type "man 4 intro".  So, to answer your last
question, you type "man 3 netgraph".

The short answer, of course, is "RTFM," but since that's what you were
asking how to do, I thought a little more info was in order.

Cheers,
Phil

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?01041709531301.04529>