summaryrefslogtreecommitdiff
path: root/gnu/libexec
diff options
context:
space:
mode:
authorfair <fair@NetBSD.org>1998-03-24 08:03:10 +0000
committerfair <fair@NetBSD.org>1998-03-24 08:03:10 +0000
commitd38436e8c70613cd677e1f400c10b851cd79e623 (patch)
treed7c32271cc4649c79de0b605aabfa8f08fa4894c /gnu/libexec
parentea074f229af8e20fce747a9e4b452023f72cdcbf (diff)
correct file names in manual pages per PR#4906
Diffstat (limited to 'gnu/libexec')
-rw-r--r--gnu/libexec/uucp/cu/cu.14
-rw-r--r--gnu/libexec/uucp/uucico/uucico.818
-rw-r--r--gnu/libexec/uucp/uucp/uucp.110
-rw-r--r--gnu/libexec/uucp/uustat/uustat.16
-rw-r--r--gnu/libexec/uucp/uux/uux.112
-rw-r--r--gnu/libexec/uucp/uuxqt/uuxqt.816
6 files changed, 33 insertions, 33 deletions
diff --git a/gnu/libexec/uucp/cu/cu.1 b/gnu/libexec/uucp/cu/cu.1
index 5e027623f55..2d4b4706f56 100644
--- a/gnu/libexec/uucp/cu/cu.1
+++ b/gnu/libexec/uucp/cu/cu.1
@@ -1,4 +1,4 @@
-''' $Id: cu.1,v 1.3 1995/08/24 05:19:29 jtc Exp $
+''' $Id: cu.1,v 1.4 1998/03/24 08:03:10 fair Exp $
.TH cu 1 "Taylor UUCP 1.06"
.SH NAME
cu \- Call up another system
@@ -304,7 +304,7 @@ The file name may be changed at compilation time, so this is only an
approximation.
.br
-/usr/lib/uucp/config - Configuration file.
+/etc/uucp/config - Configuration file.
.SH AUTHOR
Ian Lance Taylor
<ian@airs.com>
diff --git a/gnu/libexec/uucp/uucico/uucico.8 b/gnu/libexec/uucp/uucico/uucico.8
index faafbff1502..6a9dbf1c7f2 100644
--- a/gnu/libexec/uucp/uucico/uucico.8
+++ b/gnu/libexec/uucp/uucico/uucico.8
@@ -1,4 +1,4 @@
-''' $Id: uucico.8,v 1.4 1997/03/08 13:33:43 mouse Exp $
+''' $Id: uucico.8,v 1.5 1998/03/24 08:03:10 fair Exp $
.TH uucico 8 "Taylor UUCP 1.06"
.SH NAME
uucico \- UUCP file transfer daemon
@@ -250,8 +250,8 @@ is equivalent to
.B \-\-debug abnormal,chat.
The debugging output is sent to the debugging file, usually one of
-/usr/spool/uucp/Debug, /usr/spool/uucp/DEBUG, or
-/usr/spool/uucp/.Admin/audit.local.
+/var/spool/uucp/Debug, /var/spool/uucp/DEBUG, or
+/var/spool/uucp/.Admin/audit.local.
.TP 5
.B \-I file, \-\-config file
Set configuration file to use. This option may not be available,
@@ -269,20 +269,20 @@ The file names may be changed at compilation time or by the
configuration file, so these are only approximations.
.br
-/usr/lib/uucp/config - Configuration file.
+/etc/uucp/config - Configuration file.
.br
-/usr/lib/uucp/passwd - Default UUCP password file.
+/etc/uucp/passwd - Default UUCP password file.
.br
-/usr/spool/uucp -
+/var/spool/uucp -
UUCP spool directory.
.br
-/usr/spool/uucp/Log -
+/var/spool/uucp/Log -
UUCP log file.
.br
-/usr/spool/uucppublic -
+/var/spool/uucppublic -
Default UUCP public directory.
.br
-/usr/spool/uucp/Debug -
+/var/spool/uucp/Debug -
Debugging file.
.SH SEE ALSO
kill(1), uucp(1), uux(1), uustat(1), uuxqt(8)
diff --git a/gnu/libexec/uucp/uucp/uucp.1 b/gnu/libexec/uucp/uucp/uucp.1
index 5350c5ba231..de6cac9eff4 100644
--- a/gnu/libexec/uucp/uucp/uucp.1
+++ b/gnu/libexec/uucp/uucp/uucp.1
@@ -1,4 +1,4 @@
-''' $Id: uucp.1,v 1.3 1995/08/24 05:23:19 jtc Exp $
+''' $Id: uucp.1,v 1.4 1998/03/24 08:03:10 fair Exp $
.TH uucp 1 "Taylor UUCP 1.06"
.SH NAME
uucp \- Unix to Unix copy
@@ -181,15 +181,15 @@ The file names may be changed at compilation time or by the
configuration file, so these are only approximations.
.br
-/usr/lib/uucp/config - Configuration file.
+/etc/uucp/config - Configuration file.
.br
-/usr/spool/uucp -
+/var/spool/uucp -
UUCP spool directory.
.br
-/usr/spool/uucp/Log -
+/var/spool/uucp/Log -
UUCP log file.
.br
-/usr/spool/uucppublic -
+/var/spool/uucppublic -
Default UUCP public directory.
.SH SEE ALSO
mail(1), uux(1), uustat(1), uucico(8)
diff --git a/gnu/libexec/uucp/uustat/uustat.1 b/gnu/libexec/uucp/uustat/uustat.1
index 472a1a5fb41..d468c9347be 100644
--- a/gnu/libexec/uucp/uustat/uustat.1
+++ b/gnu/libexec/uucp/uustat/uustat.1
@@ -1,4 +1,4 @@
-''' $Id: uustat.1,v 1.3 1995/08/24 05:23:31 jtc Exp $
+''' $Id: uustat.1,v 1.4 1998/03/24 08:03:10 fair Exp $
.TH uustat 1 "Taylor UUCP 1.06"
.SH NAME
uustat \- UUCP status inquiry and control
@@ -540,9 +540,9 @@ The file names may be changed at compilation time or by the
configuration file, so these are only approximations.
.br
-/usr/lib/uucp/config - Configuration file.
+/etc/uucp/config - Configuration file.
.br
-/usr/spool/uucp -
+/var/spool/uucp -
UUCP spool directory.
.SH SEE ALSO
ps(1), rmail(1), uucp(1), uux(1), uucico(8), uuxqt(8)
diff --git a/gnu/libexec/uucp/uux/uux.1 b/gnu/libexec/uucp/uux/uux.1
index 45fcc803fa0..08dc29c28d4 100644
--- a/gnu/libexec/uucp/uux/uux.1
+++ b/gnu/libexec/uucp/uux/uux.1
@@ -1,4 +1,4 @@
-''' $Id: uux.1,v 1.3 1995/08/24 05:23:37 jtc Exp $
+''' $Id: uux.1,v 1.4 1998/03/24 08:03:10 fair Exp $
.TH uux 1 "Taylor UUCP 1.06"
.SH NAME
uux \- Remote command execution over UUCP
@@ -40,7 +40,7 @@ file to a command being executed on a remote system. If the path is
not absolute, it will be appended to the current working directory on
the local system; the result may not be meaningful on the remote
system. A pathname may begin with ~/, in which case it is relative to
-the UUCP public directory (usually /usr/spool/uucppublic) on the
+the UUCP public directory (usually /var/spool/uucppublic) on the
appropriate system. A pathname may begin with ~name/, in which case
it is relative to the home directory of the named user on the
appropriate system.
@@ -231,15 +231,15 @@ The file names may be changed at compilation time or by the
configuration file, so these are only approximations.
.br
-/usr/lib/uucp/config - Configuration file.
+/etc/uucp/config - Configuration file.
.br
-/usr/spool/uucp -
+/var/spool/uucp -
UUCP spool directory.
.br
-/usr/spool/uucp/Log -
+/var/spool/uucp/Log -
UUCP log file.
.br
-/usr/spool/uucppublic -
+/var/spool/uucppublic -
Default UUCP public directory.
.SH SEE ALSO
mail(1), uustat(1), uucp(1), uucico(8), uuxqt(8)
diff --git a/gnu/libexec/uucp/uuxqt/uuxqt.8 b/gnu/libexec/uucp/uuxqt/uuxqt.8
index b626543e3ad..e3ca1b8ff65 100644
--- a/gnu/libexec/uucp/uuxqt/uuxqt.8
+++ b/gnu/libexec/uucp/uuxqt/uuxqt.8
@@ -1,4 +1,4 @@
-''' $Id: uuxqt.8,v 1.3 1995/08/24 05:23:41 jtc Exp $
+''' $Id: uuxqt.8,v 1.4 1998/03/24 08:03:11 fair Exp $
.TH uuxqt 8 "Taylor UUCP 1.06"
.SH NAME
uuxqt \- UUCP execution daemon
@@ -64,8 +64,8 @@ is equivalent to
.B \-\-debug abnormal,chat.
The debugging output is sent to the debugging file, usually one of
-/usr/spool/uucp/Debug, /usr/spool/uucp/DEBUG, or
-/usr/spool/uucp/.Admin/audit.local.
+/var/spool/uucp/Debug, /var/spool/uucp/DEBUG, or
+/var/spool/uucp/.Admin/audit.local.
.TP 5
.B \-I file, \-\-config
Set configuration file to use. This option may not be available,
@@ -83,18 +83,18 @@ The file names may be changed at compilation time or by the
configuration file, so these are only approximations.
.br
-/usr/lib/uucp/config - Configuration file.
+/etc/uucp/config - Configuration file.
.br
-/usr/spool/uucp -
+/var/spool/uucp -
UUCP spool directory.
.br
-/usr/spool/uucp/Log -
+/var/spool/uucp/Log -
UUCP log file.
.br
-/usr/spool/uucppublic -
+/var/spool/uucppublic -
Default UUCP public directory.
.br
-/usr/spool/uucp/Debug -
+/var/spool/uucp/Debug -
Debugging file.
.SH SEE ALSO
uucp(1), uux(1), uucico(8)