Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/mountd Sort options.



details:   https://anonhg.NetBSD.org/src/rev/51418fb2235b
branches:  trunk
changeset: 584477:51418fb2235b
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Sep 19 22:43:13 2005 +0000

description:
Sort options.

diffstat:

 usr.sbin/mountd/mountd.8 |  22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diffs (51 lines):

diff -r d303f62bf94b -r 51418fb2235b usr.sbin/mountd/mountd.8
--- a/usr.sbin/mountd/mountd.8  Mon Sep 19 21:18:30 2005 +0000
+++ b/usr.sbin/mountd/mountd.8  Mon Sep 19 22:43:13 2005 +0000
@@ -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 @@
 .Sh SYNOPSIS
 .Nm
 .Op Fl dNn
+.Op Fl P Ar policy
 .Op Fl p Ar port
-.Op Fl P Ar policy
 .Op Ar exportsfile
 .Sh DESCRIPTION
 .Nm
@@ -79,15 +79,6 @@
 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 @@
 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



Home | Main Index | Thread Index | Old Index