Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Mar 2011 21:59:53 +0000 (UTC)
From:      Ulrich Spoerlein <uqs@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r219210 - in head: lib/libelf usr.sbin/ntp/doc
Message-ID:  <201103022159.p22LxrYX057507@svn.freebsd.org>

index | next in thread | raw e-mail

Author: uqs
Date: Wed Mar  2 21:59:53 2011
New Revision: 219210
URL: http://svn.freebsd.org/changeset/base/219210

Log:
  Fix some duplicate-word typos in manpages.
  
  Submitted by:	arundel
  MFC after:	1 week

Modified:
  head/lib/libelf/elf_cntl.3
  head/usr.sbin/ntp/doc/ntp.conf.5

Modified: head/lib/libelf/elf_cntl.3
==============================================================================
--- head/lib/libelf/elf_cntl.3	Wed Mar  2 21:59:42 2011	(r219209)
+++ head/lib/libelf/elf_cntl.3	Wed Mar  2 21:59:53 2011	(r219210)
@@ -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

Modified: head/usr.sbin/ntp/doc/ntp.conf.5
==============================================================================
--- head/usr.sbin/ntp/doc/ntp.conf.5	Wed Mar  2 21:59:42 2011	(r219209)
+++ head/usr.sbin/ntp/doc/ntp.conf.5	Wed Mar  2 21:59:53 2011	(r219210)
@@ -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.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103022159.p22LxrYX057507>