summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.lockd
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>2000-03-19 17:56:58 +0000
committeraaron <aaron@openbsd.org>2000-03-19 17:56:58 +0000
commitcdbdb68ad40e90615f8a4fdb4527901b8bf61313 (patch)
tree8ebc0243a426aad5e887f38a34305067918d600f /usr.sbin/rpc.lockd
parentfaster log2, more stats, lazy random stirring, more stats, less debug, help and ok from provos@ (diff)
downloadwireguard-openbsd-cdbdb68ad40e90615f8a4fdb4527901b8bf61313.tar.xz
wireguard-openbsd-cdbdb68ad40e90615f8a4fdb4527901b8bf61313.zip
Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other
cleanup along the way.
Diffstat (limited to 'usr.sbin/rpc.lockd')
-rw-r--r--usr.sbin/rpc.lockd/rpc.lockd.812
1 files changed, 7 insertions, 5 deletions
diff --git a/usr.sbin/rpc.lockd/rpc.lockd.8 b/usr.sbin/rpc.lockd/rpc.lockd.8
index 4c9b777af2c..9d648d7b1cd 100644
--- a/usr.sbin/rpc.lockd/rpc.lockd.8
+++ b/usr.sbin/rpc.lockd/rpc.lockd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rpc.lockd.8,v 1.7 2000/03/04 20:02:24 aaron Exp $
+.\" $OpenBSD: rpc.lockd.8,v 1.8 2000/03/19 17:57:14 aaron Exp $
.\"
.\" Copyright (c) 1995 A.R.Gordon, andrew.gordon@net-tel.co.uk
.\" All rights reserved.
@@ -50,15 +50,16 @@ The options are as follows:
.Bl -tag -width Ds
.It Fl d Op Ar debug_level
Write debugging information to syslog, recording
-all RPC transactions to the daemon. These messages are logged with level
+all RPC transactions to the daemon.
+These messages are logged with level
.Dv LOG_DEBUG
and facility
.Dv LOG_DAEMON .
If
.Ar debug_level
is not specified,
-level 1 is assumed, giving one log line per protocol operation. Higher
-debug levels can be specified, causing display of operation arguments
+level 1 is assumed, giving one log line per protocol operation.
+Higher debug levels can be specified, causing display of operation arguments
and internal operations of the daemon.
.El
.Pp
@@ -94,7 +95,8 @@ but there is currently no means for an
.Ox
client to establish locks).
.Pp
-Versions 1, 2 and 3 of the protocol are supported. However, only versions
+Versions 1, 2 and 3 of the protocol are supported.
+However, only versions
2 (Unix systems) and 3 (PC-NFS clients) seem to be in common use - the version
1 support has not been tested due to the lack of version 1 clients against
which to test.