Fix some duplicate-word typos in manpages.

Submitted by:	arundel
MFC after:	1 week
This commit is contained in:
Ulrich Spörlein 2011-03-02 21:59:53 +00:00
parent 49cd9b4388
commit c9bb895ec8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=219210
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ archive, an ELF file, or other data file).
.Sh IMPLEMENTATION NOTES
Due to use of
.Xr mmap 2
internally, this function is a no-op for for ELF objects opened in
internally, this function is a no-op for ELF objects opened in
.Dv ELF_C_READ
mode.
.Sh RETURN VALUES

View File

@ -1368,7 +1368,7 @@ The
daemon implements a general purpose address/mask based restriction
list.
The list contains address/match entries sorted first
by increasing address values and and then by increasing mask values.
by increasing address values and then by increasing mask values.
A match occurs when the bitwise AND of the mask and the packet
source address is equal to the bitwise AND of the mask and
address in the list.