From owner-svn-src-all@FreeBSD.ORG Mon Sep 13 17:30:30 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 3CDFA1065674; Mon, 13 Sep 2010 17:30:30 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2B73C8FC17; Mon, 13 Sep 2010 17:30:30 +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 o8DHUUuG019299; Mon, 13 Sep 2010 17:30:30 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o8DHUUHV019297; Mon, 13 Sep 2010 17:30:30 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201009131730.o8DHUUHV019297@svn.freebsd.org> From: Glen Barber Date: Mon, 13 Sep 2010 17:30:30 +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: r212566 - stable/8/usr.bin/cpio 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: Mon, 13 Sep 2010 17:30:30 -0000 Author: gjb (doc committer) Date: Mon Sep 13 17:30:29 2010 New Revision: 212566 URL: http://svn.freebsd.org/changeset/base/212566 Log: MFC 212263. Fix typo in bsdcpio(1). Approved by: keramida (mentor) Modified: stable/8/usr.bin/cpio/bsdcpio.1 Modified: stable/8/usr.bin/cpio/bsdcpio.1 ============================================================================== --- stable/8/usr.bin/cpio/bsdcpio.1 Mon Sep 13 17:28:35 2010 (r212565) +++ stable/8/usr.bin/cpio/bsdcpio.1 Mon Sep 13 17:30:29 2010 (r212566) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd December 21, 2007 +.Dd September 5, 2010 .Dt BSDCPIO 1 .Os .Sh NAME @@ -137,7 +137,7 @@ The POSIX.1 tar format. The default format is .Ar odc . See -.Xr libarchive_formats 5 +.Xr libarchive-formats 5 for more complete information about the formats currently supported by the underlying .Xr libarchive 3