From 8e76eae395900539c40f2945bacde355cc8586a8 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Mon, 1 Apr 2013 10:20:38 -0600 Subject: [PATCH] add tarcat man page --- debian/rules | 2 +- debian/tarcat.1 | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 debian/tarcat.1 diff --git a/debian/rules b/debian/rules index 241026ed..0b85fbf7 100755 --- a/debian/rules +++ b/debian/rules @@ -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 index 00000000..b145cf95 --- /dev/null +++ b/debian/tarcat.1 @@ -0,0 +1,25 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" (C) Copyright 2013 Bdale Garbee +.\" +.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 and +Sergey Poznyakoff . +.PP +This document was written by Bdale Garbee for Debian. + -- 2.30.2