diff options
author | Neil Brown <neilb@suse.de> | 2007-02-05 11:33:13 +1100 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2007-02-05 11:33:13 +1100 |
commit | 20c2deec22dea092ee309b6a30f94c048b83d1d1 (patch) | |
tree | 9dba86ff3bb105c8a5e29ed187edd1a432f454b7 | |
parent | 3d7e64fd2a1e226a5169c2fde2852bfcca07845f (diff) | |
download | nfs-utils-20c2deec22dea092ee309b6a30f94c048b83d1d1.tar.gz nfs-utils-20c2deec22dea092ee309b6a30f94c048b83d1d1.tar.xz nfs-utils-20c2deec22dea092ee309b6a30f94c048b83d1d1.zip |
Remove explicit path names from man page for showmount and lockd.
Just like statd, the path isn't needs in the man page and different
distros install it in different places.
-rw-r--r-- | utils/lockd/lockd.man | 2 | ||||
-rw-r--r-- | utils/showmount/showmount.man | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/utils/lockd/lockd.man b/utils/lockd/lockd.man index a34dc92..aa76019 100644 --- a/utils/lockd/lockd.man +++ b/utils/lockd/lockd.man @@ -7,7 +7,7 @@ .SH NAME rpc.lockd \- start kernel lockd process .SH SYNOPSIS -.B "/usr/sbin/rpc.lockd +.B "rpc.lockd .SH DESCRIPTION The .B rpc.lockd diff --git a/utils/showmount/showmount.man b/utils/showmount/showmount.man index 068d5c0..5162ba4 100644 --- a/utils/showmount/showmount.man +++ b/utils/showmount/showmount.man @@ -4,7 +4,7 @@ .SH NAME showmount \- show mount information for an NFS server .SH SYNOPSIS -.B /usr/sbin/showmount +.B showmount .B "[\ \-adehv\ ]" .B "[\ \-\-all\ ]" .B "[\ \-\-directories\ ]" |