From: Russ Allbery Date: Thu, 31 Dec 2009 04:30:27 +0000 (-0800) Subject: Correct spelling errors in man pages X-Git-Tag: openafs-devel-1_5_69~57 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=1526593621f78efaf2b37e4ac25a2944b6099920;p=packages%2Fo%2Fopenafs.git Correct spelling errors in man pages 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 Tested-by: Derrick Brashear --- diff --git a/doc/man-pages/pod1/pts_source.pod b/doc/man-pages/pod1/pts_source.pod index ccaffd69f..3ad91e879 100644 --- a/doc/man-pages/pod1/pts_source.pod +++ b/doc/man-pages/pod1/pts_source.pod @@ -66,7 +66,7 @@ B<-cell> or B<-noauth> options. For more details, see L. =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 diff --git a/doc/man-pages/pod1/rxgen.pod b/doc/man-pages/pod1/rxgen.pod index ee8ffec9f..ac3494f1c 100644 --- a/doc/man-pages/pod1/rxgen.pod +++ b/doc/man-pages/pod1/rxgen.pod @@ -225,7 +225,7 @@ into server stubs, I.ss.c, files). In addition, B does a little preprocessing of its own. Any line beginning with C<%> is passed directly into the output file, uninterpreted by B. 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. diff --git a/doc/man-pages/pod8/bos_setauth.pod b/doc/man-pages/pod8/bos_setauth.pod index 4ccd9623b..b582521d4 100644 --- a/doc/man-pages/pod8/bos_setauth.pod +++ b/doc/man-pages/pod8/bos_setauth.pod @@ -32,7 +32,7 @@ disabled, the BOS Server creates the zero-length file F on its local disk. All AFS server processes constantly monitor for the F 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 diff --git a/doc/man-pages/pod8/fileserver.pod b/doc/man-pages/pod8/fileserver.pod index 8ba8c9e4d..0b0091b3d 100644 --- a/doc/man-pages/pod8/fileserver.pod +++ b/doc/man-pages/pod8/fileserver.pod @@ -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.