Bug 150300

Summary: [patch] typo in man page cpio(1)
Product: Documentation Reporter: Kurt Jaeger <fbsd-pr>
Component: Books & ArticlesAssignee: Glen Barber <gjb>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Kurt Jaeger 2010-09-05 12:10:05 UTC
	typo in man page cpio(1) references libarchive_formats(5) instead of '-'

How-To-Repeat: 	-
Comment 1 Glen Barber freebsd_committer freebsd_triage 2010-09-06 01:31:12 UTC
Responsible Changed
From-To: freebsd-doc->gjb

I'll take this.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-09-06 21:40:50 UTC
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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Comment 3 Glen Barber freebsd_committer freebsd_triage 2010-09-06 21:41:13 UTC
State Changed
From-To: open->patched

Patched in HEAD.  MFC after 1 week.
Comment 4 Glen Barber freebsd_committer freebsd_triage 2010-09-13 18:32:05 UTC
State Changed
From-To: patched->closed

MFC'd to stable/8.  Thanks!