void-packages/srcpkgs/uucp/patches/manpage.patch

176 lines
4.8 KiB
Diff

Description: lintian detects some issues with these manpages
Author: Thorsten Alteholz <debian@alteholz.de>
--- a/contrib/uurate.man
+++ b/contrib/uurate.man
@@ -1,4 +1,4 @@
-''' $Id: uurate.man,v 1.4 1993/09/28 17:38:31 kdburg Rel $
+.\" ''' $Id: uurate.man,v 1.4 1993/09/28 17:38:31 kdburg Rel $
.TH uurate 1
.SH NAME
uurate \- Report Taylor UUCP statistics
--- a/uucp.1
+++ b/uucp.1
@@ -1,4 +1,4 @@
-''' $Id: uucp.1,v 1.12 2002/03/05 22:13:33 ian Rel $
+.\"''' $Id: uucp.1,v 1.12 2002/03/05 22:13:33 ian Rel $
.TH uucp 1 "Taylor UUCP 1.07"
.SH NAME
uucp \- Unix to Unix copy
@@ -67,10 +67,10 @@ removed before being processed by the
.I uucico
(8) daemon, the copy will fail. The files must be readable by the
.I uucico
-(8) daemon, and by the invoking user.
+(8) daemon, and by the invoking user. This is the default.
.TP 5
.B \-C, \-\-copy
-Copy local source files to the spool directory. This is the default.
+Copy local source files to the spool directory.
.TP 5
.B \-d, \-\-directories
Create all necessary directories when doing the copy. This is the
--- a/uustat.1
+++ b/uustat.1
@@ -1,4 +1,4 @@
-''' $Id: uustat.1,v 1.14 2002/03/05 22:15:10 ian Rel $
+.\" ''' $Id: uustat.1,v 1.14 2002/03/05 22:15:10 ian Rel $
.TH uustat 1 "Taylor UUCP 1.07"
.SH NAME
uustat \- UUCP status inquiry and control
@@ -404,7 +404,7 @@ Print a help message and exit.
.SH EXAMPLES
.br
.nf
-uustat --all
+uustat \-\-all
.fi
Display status of all jobs. A sample output line is as follows:
.br
@@ -441,7 +441,7 @@ options may be used to control which job
.br
.nf
-uustat --executions
+uustat \-\-executions
.fi
Display status of queued up execution requests. A sample output line
is as follows:
@@ -472,7 +472,7 @@ options may be used to control which req
.br
.nf
-uustat --list
+uustat \-\-list
.fi
Display status for all systems with queued up commands. A sample
output line is as follows:
@@ -489,7 +489,7 @@ and the status of that conversation.
.br
.nf
-uustat --status
+uustat \-\-status
.fi
Display conversation status for all remote systems. A sample output
line is as follows:
@@ -509,7 +509,7 @@ also displays the time when the next cal
.br
.nf
-uustat --ps
+uustat \-\-ps
.fi
Display the status of all processes holding UUCP locks. The output
format is system dependent, as
@@ -521,7 +521,7 @@ simply invokes
.br
.in +0.5i
.nf
-uustat --command rmail --older-than 168 --kill-all --no-list --mail --notify --comment "Queued for over 1 week"
+uustat \-\-command rmail \-\-older\-than 168 \-\-kill\-all \-\-no\-list \-\-mail \-\-notify \-\-comment "Queued for over 1 week"
.fi
.in -0.5i
This will kill all
--- a/cu.1
+++ b/cu.1
@@ -1,4 +1,4 @@
-''' $Id: cu.1,v 1.10 2002/03/05 22:13:33 ian Rel $
+.\" ''' $Id: cu.1,v 1.10 2002/03/05 22:13:33 ian Rel $
.TH cu 1 "Taylor UUCP 1.07"
.SH NAME
cu \- Call up another system
--- a/uucico.8
+++ b/uucico.8
@@ -1,4 +1,4 @@
-''' $Id: uucico.8,v 1.20 2002/03/05 22:20:48 ian Rel $
+.\" ''' $Id: uucico.8,v 1.20 2002/03/05 22:20:48 ian Rel $
.TH uucico 8 "Taylor UUCP 1.07"
.SH NAME
uucico \- UUCP file transfer daemon
@@ -56,7 +56,7 @@ If a call fails,
.I uucico
will normally refuse to retry the
call until a certain (configurable) amount of time
-has passed. This may be overriden by the
+has passed. This may be overridden by the
.B -f,
.B --force,
or
@@ -175,11 +175,11 @@ After calling out (to a particular syste
.B \-\-system,
or
.B \-S
-is specifed, or to all systems which have work when just
+is specified, or to all systems which have work when just
.B \-r1
or
.B \-\-master
-is specifed), begin an endless loop as with
+is specified), begin an endless loop as with
.B \-\-loop.
.TP 5
.B \-q, \-\-nouuxqt
--- a/uux.1
+++ b/uux.1
@@ -1,4 +1,4 @@
-''' $Id: uux.1,v 1.15 2002/03/05 22:20:48 ian Rel $
+.\" ''' $Id: uux.1,v 1.15 2002/03/05 22:20:48 ian Rel $
.TH uux 1 "Taylor UUCP 1.07"
.SH NAME
uux \- Remote command execution over UUCP
@@ -202,7 +202,7 @@ Print a help message and exit.
.SH EXAMPLES
.br
.nf
-uux -z - sys1!rmail user1
+uux \-z \- sys1!rmail user1
.fi
Execute the command ``rmail user1'' on the system sys1, giving it as
standard input whatever is given to
@@ -213,7 +213,7 @@ as standard input. If a failure occurs,
.br
.nf
-uux 'diff -c sys1!~user1/file1 sys2!~user2/file2 >!file.diff'
+uux 'diff \-c sys1!~user1/file1 sys2!~user2/file2 >!file.diff'
.fi
Fetch the two named files from system sys1 and system sys2 and execute
.I diff
--- a/uuxqt.8
+++ b/uuxqt.8
@@ -1,4 +1,4 @@
-''' $Id: uuxqt.8,v 1.10 2002/03/05 22:20:48 ian Rel $
+.\" ''' $Id: uuxqt.8,v 1.10 2002/03/05 22:20:48 ian Rel $
.TH uuxqt 8 "Taylor UUCP 1.07"
.SH NAME
uuxqt \- UUCP execution daemon
@@ -41,7 +41,7 @@ Only execute requests for the specified
.br
.in +0.5i
.nf
-uuxqt --command rmail
+uuxqt \-\-command rmail
.fi
.in -0.5i
.TP 5