summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2011-03-02 21:59:53 +0000
committeruqs <uqs@FreeBSD.org>2011-03-02 21:59:53 +0000
commitd8cc882294672415a5f69c0d5124b02ce69958d5 (patch)
tree18967b899f298bb8aad9188d9399501e7d8d3cfb
parentcb93b86ede546ed8fafffdd11cb110333c3e0e47 (diff)
downloadFreeBSD-src-d8cc882294672415a5f69c0d5124b02ce69958d5.zip
FreeBSD-src-d8cc882294672415a5f69c0d5124b02ce69958d5.tar.gz
Fix some duplicate-word typos in manpages.
Submitted by: arundel MFC after: 1 week
-rw-r--r--lib/libelf/elf_cntl.32
-rw-r--r--usr.sbin/ntp/doc/ntp.conf.52
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libelf/elf_cntl.3 b/lib/libelf/elf_cntl.3
index 5277170..17c8db9 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 a04f16e..361c123 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.
OpenPOWER on IntegriCloud