]> git.decadent.org.uk Git - nfs-utils.git/blob - debian/patches/03-minor-manpage-fixes.patch
Imported Debian patch 1.0.10-6~quilt.1
[nfs-utils.git] / debian / patches / 03-minor-manpage-fixes.patch
1 Index: nfs-utils-1.0.10/utils/exportfs/exports.man
2 ===================================================================
3 --- nfs-utils-1.0.10.orig/utils/exportfs/exports.man
4 +++ nfs-utils-1.0.10/utils/exportfs/exports.man
5 @@ -124,7 +124,7 @@ default.  In all subsequence releases,
6  .I sync
7  is the default, and
8  .I async
9 -must be explicit requested if needed.
10 +must be explicitly requested if needed.
11  To help make system adminstrators aware of this change, 'exportfs'
12  will issue a warning if neither
13  .I sync
14 Index: nfs-utils-1.0.10/utils/nfsstat/nfsstat.man
15 ===================================================================
16 --- nfs-utils-1.0.10.orig/utils/nfsstat/nfsstat.man
17 +++ nfs-utils-1.0.10/utils/nfsstat/nfsstat.man
18 @@ -14,36 +14,36 @@ The
19  displays statistics kept about NFS client and server activity.
20  .SH OPTIONS
21  .TP
22 -.B -s, --server
23 +.B \-s, \-\-server
24  Print only server-side statistics. The default is to print both server and
25  client statistics.
26  .TP
27 -.B -c, --client
28 +.B \-c, \-\-client
29  Print only client-side statistics.
30  .TP
31 -.B -n, --nfs
32 +.B \-n, \-\-nfs
33  Print only NFS statistics. The default is to print both NFS and RPC
34  information.
35  .TP
36 -.B -2
37 +.B \-2
38  Print only NFS v2 statistics. The default is to only print information
39  about the versions of \fBNFS\fR that have non-zero counts.
40  .TP
41 -.B -3
42 +.B \-3
43  Print only NFS v3 statistics. 
44  .TP
45 -.B -4
46 +.B \-4
47  Print only NFS v4 statistics. 
48  .TP
49 -.B -m, --mounted
50 +.B \-m, \-\-mounted
51  Print information about each of the mounted \fBNFS\fR file systems.
52  
53  If this option is used, all other options are ignored.
54  .TP
55 -.B -r, --rpc
56 +.B \-r, \-\-rpc
57  Print only RPC statistics.
58  .TP
59 -.BI -o " facility
60 +.BI \-o " facility
61  Display statistics for the specified facility, which must be one of:
62  .RS
63  .TP
64 @@ -69,27 +69,27 @@ total number of lookups, and the number 
65  Display all of the above facilities.
66  .RE
67  .TP
68 -.B -v, --verbose
69 -This is equivalent to \fB-o all\fR.
70 +.B \-v, \-\-verbose
71 +This is equivalent to \fB\-o all\fR.
72  .SH EXAMPLES
73  .TP
74 -.B nfsstat -o all -234
75 +.B nfsstat \-o all \-234
76  Show all information about all versions of \fBNFS\fR.
77  .TP
78 -.B nfsstat --verbose -234
79 +.B nfsstat \-\-verbose \-234
80  Same as above.
81  .TP
82 -.B nfsstat -o all
83 +.B nfsstat \-o all
84  Show all information about about active versions of \fBNFS\fR.
85  .TP
86 -.B nfsstat --nfs --server -3
87 +.B nfsstat \-\-nfs \-\-server \-3
88  Show statistics for \fBNFS\fR version 3 server.
89  .TP
90 -.B nfsstat -m
91 +.B nfsstat \-m
92  Show information about mounted \fBNFS\fR filesystems.
93  .\" --------------------- DISPLAY --------------------------------
94  .SH DISPLAY
95 -The \fBFlags\fR output from the \fB-m\fR option is the same as the
96 +The \fBFlags\fR output from the \fB\-m\fR option is the same as the
97  flags give to the \fBmount\fR command.
98  .\" --------------------- FILES ----------------------------------
99  .SH FILES
100 @@ -111,11 +111,11 @@ interface to the mounted filesystems.
101  .BR nfs (5).
102  .\" ---------------------- BUGS ----------------------------------
103  .SH BUGS
104 -The default output has be changed.  To get the old default output you must run \fBnfsstat --auto -2\fR.
105 +The default output has be changed.  To get the old default output you must run \fBnfsstat \-\-auto \-2\fR.
106  .P
107 -The function of the \fB-v\fR and \fB-a\fR options have changed. The \fB-a\fR option
108 -is now reserved for future use. The \fB-v\fR does what the \fB-a\fR option used to do,
109 -and the new \fB-[234]\fR options replace the \fB-v\fR option.
110 +The function of the \fB\-v\fR and \fB\-a\fR options have changed. The \fB\-a\fR option
111 +is now reserved for future use. The \fB\-v\fR does what the \fB\-a\fR option used to do,
112 +and the new \fB\-[234]\fR options replace the \fB\-v\fR option.
113  .P
114  The \fBDisplay\fR section should be more complete.
115  .P
116 Index: nfs-utils-1.0.10/utils/showmount/showmount.man
117 ===================================================================
118 --- nfs-utils-1.0.10.orig/utils/showmount/showmount.man
119 +++ nfs-utils-1.0.10/utils/showmount/showmount.man
120 @@ -21,7 +21,7 @@ lists the set of clients who are mountin
121  The output from
122  .B showmount
123  is designed to
124 -appear as though it were processed through ``sort -u''.
125 +appear as though it were processed through ``sort \-u''.
126  .SH OPTIONS
127  .TP
128  .BR \-a " or " \-\-all