Date: Fri, 11 Mar 2011 22:07:28 +0000 (UTC) From: Ulrich Spoerlein <uqs@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r219539 - in stable/8: lib/libelf usr.sbin/ntp/doc Message-ID: <201103112207.p2BM7T0l095195@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: uqs Date: Fri Mar 11 22:07:28 2011 New Revision: 219539 URL: http://svn.freebsd.org/changeset/base/219539 Log: MFH r210933,219210: Typo fixes Modified: stable/8/lib/libelf/elf_cntl.3 stable/8/usr.sbin/ntp/doc/ntp.conf.5 stable/8/usr.sbin/ntp/doc/ntpq.8 Directory Properties: stable/8/lib/libelf/ (props changed) stable/8/usr.sbin/ntp/ (props changed) Modified: stable/8/lib/libelf/elf_cntl.3 ============================================================================== --- stable/8/lib/libelf/elf_cntl.3 Fri Mar 11 22:00:45 2011 (r219538) +++ stable/8/lib/libelf/elf_cntl.3 Fri Mar 11 22:07:28 2011 (r219539) @@ -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: stable/8/usr.sbin/ntp/doc/ntp.conf.5 ============================================================================== --- stable/8/usr.sbin/ntp/doc/ntp.conf.5 Fri Mar 11 22:00:45 2011 (r219538) +++ stable/8/usr.sbin/ntp/doc/ntp.conf.5 Fri Mar 11 22:07:28 2011 (r219539) @@ -317,7 +317,7 @@ the option to a lower limit of 4 (16 s). .It Cm noselect Marks the server as unused, except for display purposes. -The server is discarded by the selection algroithm. +The server is discarded by the selection algorithm. .It Cm prefer Marks the server as preferred. All other things being equal, @@ -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. @@ -1405,9 +1405,9 @@ at abusive rates. Some violations cause denied service only for the offending packet, others cause denied service for a timed period and others cause the denied service for -an indefinate period. +an indefinite period. When a client or network is denied access -for an indefinate period, the only way at present to remove +for an indefinite period, the only way at present to remove the restrictions is by restarting the server. .Ss The Kiss-of-Death Packet Ordinarily, packets denied service are simply dropped with no Modified: stable/8/usr.sbin/ntp/doc/ntpq.8 ============================================================================== --- stable/8/usr.sbin/ntp/doc/ntpq.8 Fri Mar 11 22:00:45 2011 (r219538) +++ stable/8/usr.sbin/ntp/doc/ntpq.8 Fri Mar 11 22:07:28 2011 (r219539) @@ -269,7 +269,7 @@ Exit .It Ic raw Causes all output from query commands is printed as received from the remote server. -The only formating/interpretation done on +The only formatting/interpretation done on the data is to transform nonascii data into a printable (but barely understandable) form. .It Ic timeout Ar milliseconds
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103112207.p2BM7T0l095195>