diff options
author | lon <lon> | 2000-10-05 19:09:49 +0000 |
---|---|---|
committer | lon <lon> | 2000-10-05 19:09:49 +0000 |
commit | f7761f288c71e5343c5ce5b0349fb337a5213b54 (patch) | |
tree | 800a416c3de90a0d34e5affa32baaa23536f4dc6 | |
parent | 7c9a0d40bbf7bc54373c94786c0e8469616fec11 (diff) | |
download | nfs-utils-f7761f288c71e5343c5ce5b0349fb337a5213b54.tar.gz nfs-utils-f7761f288c71e5343c5ce5b0349fb337a5213b54.tar.xz nfs-utils-f7761f288c71e5343c5ce5b0349fb337a5213b54.zip |
Updated to reflect new changes to statd.c.
-rw-r--r-- | utils/statd/statd.man | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/utils/statd/statd.man b/utils/statd/statd.man index 38db9c5..8327924 100644 --- a/utils/statd/statd.man +++ b/utils/statd/statd.man @@ -7,7 +7,7 @@ .SH NAME rpc.statd \- NSM status monitor .SH SYNOPSIS -.B "/usr/sbin/rpc.statd [-F] +.B "/usr/sbin/rpc.statd [-F] [-d] [-?] [-V] .SH DESCRIPTION The .B rpc.statd @@ -36,6 +36,32 @@ forks and puts itself in the background when started. The .B -F argument tells it to remain in the foreground. This option is mainly for debugging purposes. +.TP +.B -d +By default, +.B rpc.statd +sends logging messages via +.BR syslog (3) +to system log. The +.B -d +argument forces it to log verbose output to +.B stderr +instead. This option is mainly for debugging purposes, and may only +be used in conjunction with the +.B -F +parameter. +.TP +.B -? +Causes +.B rpc.statd +to print out command-line help and exit. +.TP +.B -V +Causes +.B rpc.statd +to print out version information and exit. + + .SH TCP_WRAPPERS SUPPORT This |