Correct spelling errors in man pages
authorRuss Allbery <rra@stanford.edu>
Thu, 31 Dec 2009 04:30:27 +0000 (20:30 -0800)
committerDerrick Brashear <shadow|account-1000005@unknown>
Thu, 31 Dec 2009 13:09:40 +0000 (05:09 -0800)
Correct several spelling errors in the man pages detected by Debian's
Lintian package checking tool.

Change-Id: I3834a12776ec5e27b04d80fbfcc43ffe71cf1790
Reviewed-on: http://gerrit.openafs.org/1051
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>

doc/man-pages/pod1/pts_source.pod
doc/man-pages/pod1/rxgen.pod
doc/man-pages/pod8/bos_setauth.pod
doc/man-pages/pod8/fileserver.pod

index ccaffd6..3ad91e8 100644 (file)
@@ -66,7 +66,7 @@ B<-cell> or B<-noauth> options. For more details, see L<pts(1)>.
 
 =head1 OUTPUT
 
-This command shows the output of each comand in the file as if it were
+This command shows the output of each command in the file as if it were
 run normally.
 
 =head1 EXAMPLES
index ee8ffec..ac3494f 100644 (file)
@@ -225,7 +225,7 @@ into server stubs, I<filename>.ss.c, files).
 In addition, B<rxgen> does a little preprocessing of its own.  Any line
 beginning with C<%> is passed directly into the output file, uninterpreted
 by B<rxgen>.  For a more heavy en masse dumping of uninterpreted code, it
-would be adviced to include all such code in an C<#include> file and pass
+would be advised to include all such code in an C<#include> file and pass
 it in preceded by C<%>.  The input interface may also contain any C-style
 comments which are, of course, ignored. Interpretation is token-based,
 thus special line-orientation of separate statements is not necessary.
index 4ccd962..b582521 100644 (file)
@@ -32,7 +32,7 @@ disabled, the BOS Server creates the zero-length file
 F</usr/afs/local/NoAuth> on its local disk. All AFS server processes
 constantly monitor for the F<NoAuth> file's presence and do not check for
 authorization when it is present. The BOS Server removes the file when
-this command is used to reenable authorization checking.
+this command is used to re-enable authorization checking.
 
 =head1 CAUTIONS
 
index 8ba8c9e..0b0091b 100644 (file)
@@ -666,7 +666,7 @@ represents a connection that's waiting for a file server thread.
 
 If the blocked connection count is ever above 0, the server is having
 problems replying to clients in a timely fashion.  If it gets above 10,
-roughly, there will be noticable slowness by the user.  The total number of
+roughly, there will be noticeable slowness by the user.  The total number of
 connections is a mostly irrelevant number that goes essentially
 monotonically for as long as the server has been running and then goes back
 down to zero when it's restarted.