| Summary: | [patch] typo in man page cpio(1) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Kurt Jaeger <fbsd-pr> | ||||
| Component: | Books & Articles | Assignee: | Glen Barber <gjb> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Kurt Jaeger
2010-09-05 12:10:05 UTC
Responsible Changed From-To: freebsd-doc->gjb I'll take this. 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" State Changed From-To: open->patched Patched in HEAD. MFC after 1 week. State Changed From-To: patched->closed MFC'd to stable/8. Thanks! |