From owner-svn-src-head@FreeBSD.ORG Tue Feb 28 15:07:05 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D54A6106566B; Tue, 28 Feb 2012 15:07:05 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id C42DB8FC0A; Tue, 28 Feb 2012 15:07:05 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q1SF75vE075915; Tue, 28 Feb 2012 15:07:05 GMT (envelope-from kevlo@svn.freebsd.org) Received: (from kevlo@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q1SF758I075911; Tue, 28 Feb 2012 15:07:05 GMT (envelope-from kevlo@svn.freebsd.org) Message-Id: <201202281507.q1SF758I075911@svn.freebsd.org> From: Kevin Lo Date: Tue, 28 Feb 2012 15:07:05 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r232254 - in head: share/man/man5 share/man/man9 sys/netatalk X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2012 15:07:05 -0000 Author: kevlo Date: Tue Feb 28 15:07:05 2012 New Revision: 232254 URL: http://svn.freebsd.org/changeset/base/232254 Log: Fix typos Modified: head/share/man/man5/passwd.5 head/share/man/man9/byteorder.9 head/sys/netatalk/aarp.c Modified: head/share/man/man5/passwd.5 ============================================================================== --- head/share/man/man5/passwd.5 Tue Feb 28 14:35:36 2012 (r232253) +++ head/share/man/man5/passwd.5 Tue Feb 28 15:07:05 2012 (r232254) @@ -232,7 +232,7 @@ user's home phone number .Pp The full .Ar name -may contain a ampersand +may contain an ampersand .Pq Ql & which will be replaced by the capitalized login Modified: head/share/man/man9/byteorder.9 ============================================================================== --- head/share/man/man9/byteorder.9 Tue Feb 28 14:35:36 2012 (r232253) +++ head/share/man/man9/byteorder.9 Tue Feb 28 15:07:05 2012 (r232254) @@ -123,7 +123,7 @@ The .Fn htobe32 , and .Fn htobe64 -functions return a integer in the system's native +functions return an integer in the system's native byte order converted to big endian byte order. The return value will be the same as the argument on big endian systems. .Pp Modified: head/sys/netatalk/aarp.c ============================================================================== --- head/sys/netatalk/aarp.c Tue Feb 28 14:35:36 2012 (r232253) +++ head/sys/netatalk/aarp.c Tue Feb 28 15:07:05 2012 (r232254) @@ -467,7 +467,7 @@ at_aarpinput(struct ifnet *ifp, struct m if (aat != NULL) { if (op == AARPOP_PROBE) { /* - * Someone's probing for spa, dealocate the one we've + * Someone's probing for spa, deallocate the one we've * got, so that if the prober keeps the address, * we'll be able to arp for him. */