Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Sep 2010 20:40:38 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r212263 - head/usr.bin/cpio
Message-ID:  <201009062040.o86Kecit064501@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb (doc committer)
Date: Mon Sep  6 20:40:38 2010
New Revision: 212263
URL: http://svn.freebsd.org/changeset/base/212263

Log:
  Fix typo in bsdcpio manual:
  s/libarchive_formats/libarchive-formats
  
  PR:		150300
  Submitted by:	Kurt Jaeger <fbsd-pr at opsec dot eu>
  Patch by:	Kurt Jaeger
  Approved by:	keramida (mentor)
  MFC after:	1 week

Modified:
  head/usr.bin/cpio/bsdcpio.1

Modified: head/usr.bin/cpio/bsdcpio.1
==============================================================================
--- head/usr.bin/cpio/bsdcpio.1	Mon Sep  6 20:35:48 2010	(r212262)
+++ head/usr.bin/cpio/bsdcpio.1	Mon Sep  6 20:40:38 2010	(r212263)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd December 21, 2007
+.Dd September 5, 2010
 .Dt BSDCPIO 1
 .Os
 .Sh NAME
@@ -140,7 +140,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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009062040.o86Kecit064501>