Skip to content

Commit 44c953f

Browse files
committed
Fix various documentation typos
Thanks to Thomas Hochstein for the report.
1 parent b126cb4 commit 44c953f

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

TODO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ Needed Bug Fixes
326326
cause both tdx-util -F and innd to hang.
327327

328328
* CNFS is insufficiently robust when corrupt buffers are encountered.
329-
Setting cnfscheckfudgesize clears up issues that otherwises causes INN
329+
Setting cnfscheckfudgesize clears up issues that otherwise causes INN
330330
to crash.
331331

332332
* There should be a way, with the Perl authentication hooks, to either

contrib/thdexpire.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ Here is an example F<storage.conf> file:
582582
class: 201
583583
}
584584
585-
# Expires lines are honored if they dont exceed 90 days.
585+
# Expires lines are honored if they don't exceed 90 days.
586586
# Exempt those postings from thdexpire handling.
587587
method timehash {
588588
newsgroups: *

control/perl-nocem.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,7 @@ and gpgv(1) commands unless I<keyring> is an empty string.
11081108
11091109
=item B<-l>
11101110
1111-
By default, B<perl-nocem> send logs to syslog(3). In case the syslog facility
1111+
By default, B<perl-nocem> sends logs to syslog(3). In case the syslog facility
11121112
is not available or this flag is used, logs are sent to F<perl-nocem.log>
11131113
in I<pathlog>. Error log level will still additionally be sent to syslog if
11141114
available.

doc/pod/fastrm.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ like:
145145

146146
fastrm -e <patharticles in inn.conf> < expire.list
147147

148-
To enable all optimizations and see the affect on the order of removal
148+
To enable all optimizations and see the effect on the order of removal
149149
caused by B<-s>, use:
150150

151151
fastrm -d -s -e -u <patharticles> < expire.list

doc/pod/getlist.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ active.times(5), distrib.pats(5) and newsgroups(5).
2525
The listing files other than the F<active> file are common extensions to the
2626
NNTP protocol and may not be available on all servers. For instance, C<counts>
2727
C<distributions>, C<headers>, C<moderators>, C<motd>, C<overview.fmt> and
28-
C<subscriptions>, amongst other, may be available. Moreover, a I<uwildmat>
28+
C<subscriptions>, amongst others, may be available. Moreover, a I<uwildmat>
2929
pattern I<pattern> may also be usable for some of these listing files.
3030

3131
For more information on the formats of these files, see distributions(5),

doc/pod/inews.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ the article to a specified site).
7777

7878
=item B<-A>, B<-V>, B<-W>
7979

80-
Accepted for compatibility with C News. These options have no affect.
80+
Accepted for compatibility with C News. These options have no effect.
8181

8282
=item B<-i>, B<-I>, B<-L>, B<-s>, B<-v>, B<-X>
8383

@@ -88,7 +88,7 @@ tin. These options have no effect.
8888

8989
Perform the consistency checks and add header fields where appropriate,
9090
but then print the article to standard output rather than sending it
91-
to the server. B<-N> is accepted as as synonym for compatibility with
91+
to the server. B<-N> is accepted as a synonym for compatibility with
9292
C News.
9393

9494
=item B<-E>

doc/pod/nnrpd.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ it to listen to all IPv4 addresses as well.
7676

7777
=item B<-b> I<address>
7878

79-
Similar to the B<-4> flag. B<-b> is kept for backwards compatibility.
79+
Similar to the B<-4> flag. B<-b> is kept for backward compatibility.
8080

8181
=item B<-B>
8282

0 commit comments

Comments
 (0)