Fixed typo in rpc.mountd man page uploaded nfs-utils-1.1.1.tar.bz2

This commit is contained in:
Steve Dickson 2008-01-07 17:58:04 +00:00
parent c0c131bf03
commit 61dc860bc8
4 changed files with 26 additions and 1 deletions

View File

@ -10,3 +10,4 @@ nfs-utils-1.0.10.tar.bz2
nfs-utils-1.0.11.tar.bz2
nfs-utils-1.0.12.tar.bz2
nfs-utils-1.1.0.tar.bz2
nfs-utils-1.1.1.tar.bz2

View File

@ -0,0 +1,21 @@
commit 7c6a4ae0aff5c2cd5fde2909e8af886ccf0bd27d
Author: Steve Dickson <steved@dickson.boston.devel.redhat.com>
Date: Mon Jan 7 10:39:37 2008 -0500
Fixed typo in rpc.mountd's man page
Signed-off-by: Steve Dickson <steved@redhat.com>
diff --git a/utils/mountd/mountd.man b/utils/mountd/mountd.man
index 4276663..2f42d00 100644
--- a/utils/mountd/mountd.man
+++ b/utils/mountd/mountd.man
@@ -119,7 +119,7 @@ The third will be the path that the client is mounting.
The last is the number of concurrent mounts that we believe the client
has of that path.
.TP
-.BI "\-P," "" " \-\-state\-directory\-path " directory
+.BI "\-s," "" " \-\-state\-directory\-path " directory
specify a directory in which to place statd state information.
If this option is not specified the default of
.BR /var/lib/nfs

View File

@ -30,6 +30,7 @@ Patch04: nfs-utils-1.1.0-exp-subtree-warn-off.patch
Patch05: nfs-utils-1.1.0-exportfs-open.patch
Patch06: nfs-utils-1.1.0-exportfs-man-update.patch
Patch07: nfs-utils-1.1.0-nfs-man.patch
Patch08: nfs-utils-1.1.1-mountd-man.patch
%if %{enablefscache}
Patch90: nfs-utils-1.1.0-mount-fsc.patch
@ -90,6 +91,7 @@ This package also contains the mount.nfs and umount.nfs program.
%patch05 -p1
%patch06 -p1
%patch07 -p1
%patch08 -p1
%if %{enablefscache}
%patch90 -p1
@ -265,6 +267,7 @@ fi
- Added the removal of sm-notify.pid to nfslock init script.
- Changed spec file to use condrestart instead of condstop
when calling init scripts.
- Fixed typo in rpc.mountd man page
* Tue Dec 04 2007 Release Engineering <rel-eng at fedoraproject dot org> - 1.1.0-7
- Rebuild for openldap bump

View File

@ -1,2 +1,2 @@
ae7db9c61c5ad04f83bb99e5caed73da nfs.doc.tar.gz
42d92ed97f7d4071a017ccac8055cf51 nfs-utils-1.1.0.tar.bz2
d2a7815329405172b29f051fcffe3c94 nfs-utils-1.1.1.tar.bz2