Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin Sort sections.



details:   https://anonhg.NetBSD.org/src/rev/64494aa722e1
branches:  trunk
changeset: 521569:64494aa722e1
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Feb 02 01:42:45 2002 +0000

description:
Sort sections.

diffstat:

 usr.sbin/rpc.lockd/rpc.lockd.8 |  18 +++++++++---------
 usr.sbin/rpc.statd/rpc.statd.8 |  17 +++++++++--------
 2 files changed, 18 insertions(+), 17 deletions(-)

diffs (71 lines):

diff -r 2f0cc2dccf5d -r 64494aa722e1 usr.sbin/rpc.lockd/rpc.lockd.8
--- a/usr.sbin/rpc.lockd/rpc.lockd.8    Sat Feb 02 01:42:22 2002 +0000
+++ b/usr.sbin/rpc.lockd/rpc.lockd.8    Sat Feb 02 01:42:45 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: rpc.lockd.8,v 1.5 2000/06/09 18:51:47 cgd Exp $
+.\"    $NetBSD: rpc.lockd.8,v 1.6 2002/02/02 01:42:45 wiz Exp $
 .\"
 .\" Copyright (c) 1995 A.R.Gordon, andrew.gordon%net-tel.co.uk@localhost
 .\" All rights reserved.
@@ -93,6 +93,14 @@
 .Xr syslog 3 ,
 .Xr rc.conf 5 ,
 .Xr rpc.statd 8
+.Sh STANDARDS
+The implementation is based on the specification in X/Open CAE Specification
+C218, "Protocols for X/Open PC Interworking: XNFS, Issue 4", ISBN 1 872630 66 9
+.Sh HISTORY
+A version of
+.Nm
+appeared in
+.Tn SunOS 4 .
 .Sh BUGS
 The current implementation provides only the server side of the protocol
 (i.e. clients running other OS types can establish locks on a
@@ -103,11 +111,3 @@
 client to establish locks).
 .Pp
 The current implementation serialises locks requests that could be shared.
-.Sh STANDARDS
-The implementation is based on the specification in X/Open CAE Specification
-C218, "Protocols for X/Open PC Interworking: XNFS, Issue 4", ISBN 1 872630 66 9
-.Sh HISTORY
-A version of
-.Nm
-appeared in
-.Tn SunOS 4 Ns .
diff -r 2f0cc2dccf5d -r 64494aa722e1 usr.sbin/rpc.statd/rpc.statd.8
--- a/usr.sbin/rpc.statd/rpc.statd.8    Sat Feb 02 01:42:22 2002 +0000
+++ b/usr.sbin/rpc.statd/rpc.statd.8    Sat Feb 02 01:42:45 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: rpc.statd.8,v 1.3 2002/01/19 11:45:00 wiz Exp $
+.\"    $NetBSD: rpc.statd.8,v 1.4 2002/02/02 01:43:21 wiz Exp $
 .\"
 .\" Copyright (c) 1995 A.R.Gordon, andrew.gordon%net-tel.co.uk@localhost
 .\" All rights reserved.
@@ -88,6 +88,14 @@
 .Xr syslog 3 ,
 .Xr rc.conf 5 ,
 .Xr rpc.lockd 8
+.Sh STANDARDS
+The implementation is based on the specification in X/Open CAE Specification
+C218, "Protocols for X/Open PC Interworking: XNFS, Issue 4", ISBN 1 872630 66 9
+.Sh HISTORY
+A version of
+.Nm
+appeared in
+.Tn SunOS 4 .
 .Sh BUGS
 There is no means for the daemon to tell when a monitored host has
 disappeared permanently (eg. catastrophic harware failure), as opposed
@@ -103,10 +111,3 @@
 The current implementation uses more than 1Kbyte per monitored host in
 the status file (and also in VM).  This may be inefficient for NFS servers
 with large numbers of clients.
-.Sh STANDARDS
-The implementation is based on the specification in X/Open CAE Specification
-C218, "Protocols for X/Open PC Interworking: XNFS, Issue 4", ISBN 1 872630 66 9
-.Sh HISTORY
-A version of
-.Nm
-appeared in SunOS 4.



Home | Main Index | Thread Index | Old Index