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.
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to