diff options
author | Michele Calgaro <[email protected]> | 2022-09-08 17:40:01 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-09-08 18:42:28 +0900 |
commit | f0475ecbe7d94e5d090545afdd43d10d8a9eb505 (patch) | |
tree | ad81da5c6e0d60ff9ee128e92f90008257af1a49 | |
parent | bd83eb09514fca0b6575c552d02227181d0545b2 (diff) | |
download | k9copy-f0475ecbe7d94e5d090545afdd43d10d8a9eb505.tar.gz k9copy-f0475ecbe7d94e5d090545afdd43d10d8a9eb505.zip |
Add man page from tde packaging repo.
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r--[-rwxr-xr-x] | doc/Makefile.am | 5 | ||||
-rw-r--r-- | doc/man/Makefile.am | 3 | ||||
-rw-r--r-- | doc/man/k9copy.1 | 69 |
3 files changed, 73 insertions, 4 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 6d4e373..5c0b20e 100755..100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1,3 @@ -# the SUBDIRS is filled automatically by am_edit. If files are -# in this directory they are installed into the english dir - KDE_LANG = en KDE_DOCS = AUTO -SUBDIRS = k9copy +SUBDIRS = $(AUTODIRS) diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am new file mode 100644 index 0000000..c8951b6 --- /dev/null +++ b/doc/man/Makefile.am @@ -0,0 +1,3 @@ +tmpdir = $(mandir)/man1 +tmp_DATA= k9copy.1 +EXTRA_DIST=$(tmp_DATA) diff --git a/doc/man/k9copy.1 b/doc/man/k9copy.1 new file mode 100644 index 0000000..7804f08 --- /dev/null +++ b/doc/man/k9copy.1 @@ -0,0 +1,69 @@ +'\" -*- coding: UTF-8 -*- +.if \n(.g .ds T< \\FC +.if \n(.g .ds T> \\F[\n[.fam]] +.de URL +\\$2 \(la\\$1\(ra\\$3 +.. +.if \n(.g .mso www.tmac +.TH k9copy 1 2005-07-28 "" "" +.SH NAME +k9copy \- DVD copy tool for TDE +.SH SYNOPSIS +'nh +.fi +.ad l +\fBk9copy\fR \kx +.if (\nx>(\n(.l/2)) .nr x (\n(.l/5) +'in \n(.iu+\nxu +[ +\fB\fIQt-options\fB\fR +] [ +\fB\fITDE-options\fB\fR +] +'in \n(.iu-\nxu +.ad b +'hy +.SH DESCRIPTION +DVD copy tool for TDE. +.PP +k9copy is a DVD backup utility which allow the copy of one or more titles from a DVD9 to a DVD5. +.SH OPTIONS +All TDE and Qt +programs accept a some common command-line options. k9copy has no +application-specific options. +.PP +.TP +\*(T<\fB\-\-help\fR\*(T> +Show help about options +.TP +\*(T<\fB\-\-help\-qt\fR\*(T> +Show Qt specific options +.TP +\*(T<\fB\-\-help\-tde\fR\*(T> +Show TDE specific options +.TP +\*(T<\fB\-\-help\-all\fR\*(T> +Show all options +.TP +\*(T<\fB\-\-author\fR\*(T> +Show author information +.TP +\*(T<\fB\-v\fR\*(T>, \*(T<\fB\-\-version\fR\*(T> +Show version information +.TP +\*(T<\fB\-\-license\fR\*(T> +Show license information +.TP +\*(T<\fB\-\-\fR\*(T> +Indicates end of options +.SH COPYRIGHT +This manual page was written by Anthony Mercatante +<\*(T<[email protected]\*(T>> for the +Debian system (but may be used by others). +Permission is granted to copy, distribute and/or modify this document +under the terms of the GNU General Public License, +Version 2 or any later version published by the Free Software Foundation. +.PP +On Debian systems, the complete text of the GNU General Public +License can be found in +\*(T<\fI/usr/share/common\-licenses/GPL\fR\*(T>. |