From c9bb895ec82853d07b0bae41f2470ff9afdd02fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20Sp=C3=B6rlein?= Date: Wed, 2 Mar 2011 21:59:53 +0000 Subject: [PATCH] Fix some duplicate-word typos in manpages. Submitted by: arundel MFC after: 1 week --- lib/libelf/elf_cntl.3 | 2 +- usr.sbin/ntp/doc/ntp.conf.5 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libelf/elf_cntl.3 b/lib/libelf/elf_cntl.3 index 52771701181c..17c8db98a4e0 100644 --- a/lib/libelf/elf_cntl.3 +++ b/lib/libelf/elf_cntl.3 @@ -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 diff --git a/usr.sbin/ntp/doc/ntp.conf.5 b/usr.sbin/ntp/doc/ntp.conf.5 index a04f16e6f064..361c12350966 100644 --- a/usr.sbin/ntp/doc/ntp.conf.5 +++ b/usr.sbin/ntp/doc/ntp.conf.5 @@ -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.