diff --git a/usr.sbin/mountd/mountd.8 b/usr.sbin/mountd/mountd.8 index 394ac6f45a21..5bd8e8798997 100644 --- a/usr.sbin/mountd/mountd.8 +++ b/usr.sbin/mountd/mountd.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: mountd.8,v 1.29 2005/09/19 00:59:56 christos Exp $ +.\" $NetBSD: mountd.8,v 1.30 2005/09/19 22:43:13 wiz Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -40,8 +40,8 @@ mount requests .Sh SYNOPSIS .Nm .Op Fl dNn -.Op Fl p Ar port .Op Fl P Ar policy +.Op Fl p Ar port .Op Ar exportsfile .Sh DESCRIPTION .Nm @@ -79,15 +79,6 @@ from reserved ports, but it is now no longer functional. It is only provided for backwards compatibility. Requests are checked for reserved ports on a per-export basis, see .Xr exports 5 . -.It Fl p Ar port -Force -.Nm -to bind to the given port. If this -option is not given, -.Nm -may bind to every anonymous port -(in the range 600-1023) which causes trouble when trying to use -NFS through a firewall. .It Fl P Ar policy IPsec .Ar policy @@ -99,6 +90,15 @@ a separator. If conflicting policy strings are found in a single line, the last string will take effect. If an invalid IPsec policy string is used .Nm logs an error message and terminates itself. +.It Fl p Ar port +Force +.Nm +to bind to the given port. If this +option is not given, +.Nm +may bind to every anonymous port +(in the range 600-1023) which causes trouble when trying to use +NFS through a firewall. .It Ar exportsfile The .Ar exportsfile