Deleted Added
full compact
rpc.statd.8 (140442) rpc.statd.8 (168325)
1.\" -*- nroff -*-
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.\" -*- nroff -*-
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.statd/rpc.statd.8 140442 2005-01-18 20:02:45Z ru $
34.\" $FreeBSD: head/usr.sbin/rpc.statd/rpc.statd.8 168325 2007-04-03 21:15:00Z matteo $
35.\"
35.\"
36.Dd September 19, 1995
36.Dd April 3, 2007
37.Dt RPC.STATD 8
38.Os
39.Sh NAME
40.Nm rpc.statd
41.Nd host status monitoring daemon
42.Sh SYNOPSIS
43.Nm
44.Op Fl d
37.Dt RPC.STATD 8
38.Os
39.Sh NAME
40.Nm rpc.statd
41.Nd host status monitoring daemon
42.Sh SYNOPSIS
43.Nm
44.Op Fl d
45.Op Fl p Ar port
45.Sh DESCRIPTION
46The
47.Nm
48utility
49is a daemon which co-operates with
50.Nm
51daemons on other hosts to provide
52a status monitoring service.

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

68.Bl -tag -width indent
69.It Fl d
70Cause debugging information to be written to syslog, recording
71all RPC transactions to the daemon.
72These messages are logged with level
73LOG_DEBUG and facility LOG_DAEMON.
74Error conditions are logged irrespective
75of this option, using level LOG_ERR.
46.Sh DESCRIPTION
47The
48.Nm
49utility
50is a daemon which co-operates with
51.Nm
52daemons on other hosts to provide
53a status monitoring service.

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

69.Bl -tag -width indent
70.It Fl d
71Cause debugging information to be written to syslog, recording
72all RPC transactions to the daemon.
73These messages are logged with level
74LOG_DEBUG and facility LOG_DAEMON.
75Error conditions are logged irrespective
76of this option, using level LOG_ERR.
77.It Fl p
78The
79.Fl p
80option allow to force the daemon to bind to the specified
81.Ar port ,
82for both AF_INET and AF_INET6 address families.
76.El
77.Pp
78The
79.Nm
80utility must NOT be invoked by
81.Xr inetd 8
82because the protocol assumes that the daemon will run from system start time.
83Instead, it should be run from

--- 33 unchanged lines hidden ---
83.El
84.Pp
85The
86.Nm
87utility must NOT be invoked by
88.Xr inetd 8
89because the protocol assumes that the daemon will run from system start time.
90Instead, it should be run from

--- 33 unchanged lines hidden ---