Deleted Added
full compact
rpc.lockd.8 (173281) rpc.lockd.8 (177633)
1.\" $NetBSD: rpc.lockd.8,v 1.5 2000/06/09 18:51:47 cgd Exp $
2.\"
3.\" Copyright (c) 1995 A.R.Gordon, andrew.gordon@net-tel.co.uk
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 17 unchanged lines hidden (view full) ---

26.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
27.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
28.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32.\" SUCH DAMAGE.
33.\"
1.\" $NetBSD: rpc.lockd.8,v 1.5 2000/06/09 18:51:47 cgd Exp $
2.\"
3.\" Copyright (c) 1995 A.R.Gordon, andrew.gordon@net-tel.co.uk
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 17 unchanged lines hidden (view full) ---

26.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
27.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
28.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32.\" SUCH DAMAGE.
33.\"
34.\" $FreeBSD: head/usr.sbin/rpc.lockd/rpc.lockd.8 173281 2007-11-02 14:51:53Z matteo $
34.\" $FreeBSD: head/usr.sbin/rpc.lockd/rpc.lockd.8 177633 2008-03-26 15:23:12Z dfr $
35.\"
36.Dd November 2, 2007
37.Dt RPC.LOCKD 8
38.Os
39.Sh NAME
40.Nm rpc.lockd
41.Nd NFS file locking daemon
42.Sh SYNOPSIS
43.Nm
35.\"
36.Dd November 2, 2007
37.Dt RPC.LOCKD 8
38.Os
39.Sh NAME
40.Nm rpc.lockd
41.Nd NFS file locking daemon
42.Sh SYNOPSIS
43.Nm
44.Op Fl k
44.Op Fl d Ar debug_level
45.Op Fl g Ar grace period
46.Op Fl h Ar bindip
47.Op Fl p Ar port
48.Sh DESCRIPTION
49The
50.Nm
51utility provides monitored and unmonitored file and record locking services
52in an NFS environment.
53To monitor the status of hosts requesting locks,
54the locking daemon typically operates in conjunction
55with
56.Xr rpc.statd 8 .
57.Pp
58Options and operands available for
59.Nm :
60.Bl -tag -width indent
45.Op Fl d Ar debug_level
46.Op Fl g Ar grace period
47.Op Fl h Ar bindip
48.Op Fl p Ar port
49.Sh DESCRIPTION
50The
51.Nm
52utility provides monitored and unmonitored file and record locking services
53in an NFS environment.
54To monitor the status of hosts requesting locks,
55the locking daemon typically operates in conjunction
56with
57.Xr rpc.statd 8 .
58.Pp
59Options and operands available for
60.Nm :
61.Bl -tag -width indent
62.It Fl k
63The
64.Fl k
65option specifies the use of the kernel-resident NFS lock manager, if
66possible.
61.It Fl d
62The
63.Fl d
64option causes debugging information to be written to syslog, recording
65all RPC transactions to the daemon.
66These messages are logged with level
67.Dv LOG_DEBUG
68and facility

--- 82 unchanged lines hidden ---
67.It Fl d
68The
69.Fl d
70option causes debugging information to be written to syslog, recording
71all RPC transactions to the daemon.
72These messages are logged with level
73.Dv LOG_DEBUG
74and facility

--- 82 unchanged lines hidden ---