1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
From: Anibal Monsalve Salazar <anibal@debian.org>
Date: Wed, 20 Nov 2019 13:08:40 -0500
Subject: reporting-bugs
---
doc/cpio.1 | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/doc/cpio.1 b/doc/cpio.1
index 3d3474b..65ba909 100644
--- a/doc/cpio.1
+++ b/doc/cpio.1
@@ -89,6 +89,14 @@ or find it in various formats online at
If any discrepancies occur between this manpage and the
\fBGNU Cpio Manual\fR, the later shall be considered the authoritative
source.
+.SH REPORTING BUGS
+Report cpio bugs to bug-cpio@gnu.org
+.PP
+GNU cpio home page: <http://www.gnu.org/software/cpio/>
+.PP
+General help using GNU software: <http://www.gnu.org/gethelp/>
+.PP
+Report cpio translation bugs to <http://translationproject.org/team/>
.SH DESCRIPTION
GNU \fBcpio\fR copies files between archives and directories. It
supports the following archive formats: old binary cpio, old portable
@@ -122,6 +130,14 @@ Print a short usage message and exit.
.TP
.B \-\-version
Print program version and exit.
+.SH REPORTING BUGS
+Report cpio bugs to bug-cpio@gnu.org
+.PP
+GNU cpio home page: <http://www.gnu.org/software/cpio/>
+.PP
+General help using GNU software: <http://www.gnu.org/gethelp/>
+.PP
+Report cpio translation bugs to <http://translationproject.org/team/>
.SH OPTIONS
.SS Operation modifiers valid in any mode
.TP
|