From owner-svn-src-stable-8@FreeBSD.ORG Fri Mar 11 22:07:29 2011 Return-Path: Delivered-To: svn-src-stable-8@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3FA09106564A; Fri, 11 Mar 2011 22:07:29 +0000 (UTC) (envelope-from uqs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 237C08FC08; Fri, 11 Mar 2011 22:07:29 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id p2BM7Tbq095199; Fri, 11 Mar 2011 22:07:29 GMT (envelope-from uqs@svn.freebsd.org) Received: (from uqs@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p2BM7T0l095195; Fri, 11 Mar 2011 22:07:29 GMT (envelope-from uqs@svn.freebsd.org) Message-Id: <201103112207.p2BM7T0l095195@svn.freebsd.org> From: Ulrich Spoerlein Date: Fri, 11 Mar 2011 22:07:28 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r219539 - in stable/8: lib/libelf usr.sbin/ntp/doc X-BeenThere: svn-src-stable-8@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 8-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2011 22:07:29 -0000 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