From owner-freebsd-hackers Fri Nov 3 18:31:26 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA26439 for hackers-outgoing; Fri, 3 Nov 1995 18:31:26 -0800 Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id SAA26433 ; Fri, 3 Nov 1995 18:31:21 -0800 Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id TAA05903; Fri, 3 Nov 1995 19:28:56 -0700 From: Terry Lambert Message-Id: <199511040228.TAA05903@phaeton.artisoft.com> Subject: Re: Hmmmm! `resvport' keyword not documented *anywhere*? To: jkh@time.cdrom.com (Jordan K. Hubbard) Date: Fri, 3 Nov 1995 19:28:56 -0700 (MST) Cc: hackers@freefall.freebsd.org, wollman@freefall.freebsd.org In-Reply-To: <24913.815444028@time.cdrom.com> from "Jordan K. Hubbard" at Nov 3, 95 04:13:48 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1435 Sender: owner-hackers@FreeBSD.org Precedence: bulk > > I'm looking through all of our man pages and I'm damned if I can find > where `resvport' is documented. This is a pretty important option if > you want to talk to Suns, which many people on the net are saying that > FreeBSD is incapable of doing (no doubt because they were unable to > find this option documented anywhere!). If you document it, it should be in the mount_nfs man page. I know people don't refer to it directly, but in "man mount": -o Options are specified with a -o flag followed by a comma separat- ed string of options. The following options are available: [ ... ] Any additional options specific to a filesystem type that is not one of the internally known types (see the -t option) may be passed as a comma separated list; these options are distinguished by a leading ``-'' (dash). Options that take a value are speci- fied using the syntax -option=value. For example, the mount com- mand: Which implies -o options should be in the FS specific man pages. > Yes, the -P flag to mount_nfs is documented, but hardly anyone uses > the mount_foo commands directly. And the mount_nfs man page does not describe how to put FS specific mount options into the fstab. 8-(. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.