]> git.decadent.org.uk Git - nfs-utils.git/blob - debian/patches/09-fix-nfsstat-option.patch
Imported Debian patch 1.1.1-10
[nfs-utils.git] / debian / patches / 09-fix-nfsstat-option.patch
1 Index: nfs-utils-1.1.1/utils/nfsstat/nfsstat.c
2 ===================================================================
3 --- nfs-utils-1.1.1.orig/utils/nfsstat/nfsstat.c        2007-11-19 21:57:59.000000000 +0100
4 +++ nfs-utils-1.1.1/utils/nfsstat/nfsstat.c     2007-11-19 21:58:13.000000000 +0100
5 @@ -207,7 +207,7 @@
6  {
7         printf("Usage: %s [OPTION]...\n\
8  \n\
9 -  -m, --mounted\t\tShow statistics on mounted NFS filesystems\n\
10 +  -m, --mounts\t\tShow statistics on mounted NFS filesystems\n\
11    -c, --client\t\tShow NFS client statistics\n\
12    -s, --server\t\tShow NFS server statistics\n\
13    -2\t\t\tShow NFS version 2 statistics\n\
14 Index: nfs-utils-1.1.1/utils/nfsstat/nfsstat.man
15 ===================================================================
16 --- nfs-utils-1.1.1.orig/utils/nfsstat/nfsstat.man      2007-11-19 21:58:16.000000000 +0100
17 +++ nfs-utils-1.1.1/utils/nfsstat/nfsstat.man   2007-11-19 21:58:48.000000000 +0100
18 @@ -35,7 +35,7 @@
19  .B \-4
20  Print only NFS v4 statistics. 
21  .TP
22 -.B \-m, \-\-mounted
23 +.B \-m, \-\-mounts
24  Print information about each of the mounted \fBNFS\fR file systems.
25  
26  If this option is used, all other options are ignored.