From owner-svn-src-all@FreeBSD.ORG Sun Aug 1 09:10:09 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C09871065674; Sun, 1 Aug 2010 09:10:09 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B05378FC16; Sun, 1 Aug 2010 09:10:09 +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 o719A9LV054188; Sun, 1 Aug 2010 09:10:09 GMT (envelope-from joel@svn.freebsd.org) Received: (from joel@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o719A9u5054185; Sun, 1 Aug 2010 09:10:09 GMT (envelope-from joel@svn.freebsd.org) Message-Id: <201008010910.o719A9u5054185@svn.freebsd.org> From: Joel Dahl Date: Sun, 1 Aug 2010 09:10:09 +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: r210720 - in head/usr.bin: tar unifdef X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2010 09:10:09 -0000 Author: joel (doc committer) Date: Sun Aug 1 09:10:09 2010 New Revision: 210720 URL: http://svn.freebsd.org/changeset/base/210720 Log: Fix typos. Modified: head/usr.bin/tar/bsdtar.1 head/usr.bin/unifdef/unifdef.1 Modified: head/usr.bin/tar/bsdtar.1 ============================================================================== --- head/usr.bin/tar/bsdtar.1 Sun Aug 1 09:08:33 2010 (r210719) +++ head/usr.bin/tar/bsdtar.1 Sun Aug 1 09:10:09 2010 (r210720) @@ -495,7 +495,7 @@ This option is provided as a performance Extract files as sparse files. For every block on disk, check first if it contains only NULL bytes and seek over it otherwise. -This works similiar to the conv=sparse option of dd. +This works similar to the conv=sparse option of dd. .It Fl Fl same-owner (x mode only) Extract owner and group IDs. Modified: head/usr.bin/unifdef/unifdef.1 ============================================================================== --- head/usr.bin/unifdef/unifdef.1 Sun Aug 1 09:08:33 2010 (r210719) +++ head/usr.bin/unifdef/unifdef.1 Sun Aug 1 09:10:09 2010 (r210720) @@ -206,7 +206,7 @@ i.e., the lines that would have been rem are retained and vice versa. .Pp .It Fl d -Turn on printing of degugging messages. +Turn on printing of debugging messages. .Pp .It Fl e Because