add tarcat man page
authorBdale Garbee <bdale@gag.com>
Mon, 1 Apr 2013 16:20:38 +0000 (10:20 -0600)
committerBdale Garbee <bdale@gag.com>
Mon, 1 Apr 2013 16:20:38 +0000 (10:20 -0600)
debian/rules
debian/tarcat.1 [new file with mode: 0644]

index 241026edc38a01d44df2d11acc509d0241370211..0b85fbf7fffe78cd42f44953baa4a8a3a968e881 100755 (executable)
@@ -80,7 +80,7 @@ binary-arch: build install
        dh_installexamples
        dh_installmenu
        dh_installcron
-       dh_installman debian/tar.1 debian/rmt.8
+       dh_installman debian/tar.1 debian/rmt.8 debian/tarcat.1
        mv debian/tar/usr/share/man/man8/rmt.8 \
           debian/tar/usr/share/man/man8/rmt-tar.8
        dh_installinfo
diff --git a/debian/tarcat.1 b/debian/tarcat.1
new file mode 100644 (file)
index 0000000..b145cf9
--- /dev/null
@@ -0,0 +1,25 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.\" (C) Copyright 2013 Bdale Garbee <bdale@gag.com>
+.\"
+.TH TARCAT 1 
+.SH NAME
+tarcat \- concatenates the pieces of a GNU tar multi-volume archive
+.SH SYNOPSIS
+.B tarcat 
+files ...
+.SH DESCRIPTION
+The 
+.B tarcat 
+command simply concatenates the files from a GNU tar multi-volume 
+archive into a single tar archive.
+.SH SEE ALSO
+.BR tar (1).
+.SH AUTHORS
+The
+.B tarcat 
+script was written by 
+Bruno Haible <bruno@clisp.org> and
+Sergey Poznyakoff <gray@gnu.org.ua>.
+.PP
+This document was written by Bdale Garbee <bdale@gag.com> for Debian.
+