svn commit: r212263 - head/usr.bin/cpio

Glen Barber gjb at FreeBSD.org
Mon Sep 6 20:40:38 UTC 2010


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


More information about the svn-src-all mailing list