diff options
author | wosch <wosch@FreeBSD.org> | 1997-08-31 21:33:27 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1997-08-31 21:33:27 +0000 |
commit | 33086c126bc5de20c0fb8b99b3d7e542ec706c2d (patch) | |
tree | 1433cf0bd8706c5d59a3b694371605acd15bdb21 /usr.bin/mail | |
parent | 3a01dc9b52272deb7ccc9d441fff93cb888a5144 (diff) | |
download | FreeBSD-src-33086c126bc5de20c0fb8b99b3d7e542ec706c2d.zip FreeBSD-src-33086c126bc5de20c0fb8b99b3d7e542ec706c2d.tar.gz |
Fix file names.
Diffstat (limited to 'usr.bin/mail')
-rw-r--r-- | usr.bin/mail/USD.doc/mail2.nr | 2 | ||||
-rw-r--r-- | usr.bin/mail/USD.doc/mail3.nr | 4 | ||||
-rw-r--r-- | usr.bin/mail/USD.doc/mail4.nr | 2 | ||||
-rw-r--r-- | usr.bin/mail/USD.doc/mail5.nr | 4 | ||||
-rw-r--r-- | usr.bin/mail/USD.doc/mail6.nr | 4 | ||||
-rw-r--r-- | usr.bin/mail/USD.doc/mail9.nr | 2 |
6 files changed, 9 insertions, 9 deletions
diff --git a/usr.bin/mail/USD.doc/mail2.nr b/usr.bin/mail/USD.doc/mail2.nr index f64aaa6..0419859 100644 --- a/usr.bin/mail/USD.doc/mail2.nr +++ b/usr.bin/mail/USD.doc/mail2.nr @@ -436,7 +436,7 @@ To make them more convenient to use, .i Mail always looks for two files when it is invoked. It first reads a system wide file -.q /usr/lib/Mail.rc, +.q /etc/mail.rc, then a user specific file, .q .mailrc, which is found in the user's home directory. diff --git a/usr.bin/mail/USD.doc/mail3.nr b/usr.bin/mail/USD.doc/mail3.nr index 64f7634..8b133ef 100644 --- a/usr.bin/mail/USD.doc/mail3.nr +++ b/usr.bin/mail/USD.doc/mail3.nr @@ -54,11 +54,11 @@ begin with a `/,' .i Mail will assume that your folder directory is to be found starting from your home directory. Thus, if your home directory is -.b /usr/person +.b /home/person the above example told .i Mail to find your folder directory in -.b /usr/person/letters . +.b /home/person/letters . .pp Anywhere a file name is expected, you can use a folder name, preceded with `+.' For example, to put a message into a folder with the diff --git a/usr.bin/mail/USD.doc/mail4.nr b/usr.bin/mail/USD.doc/mail4.nr index b67bf03..1a1e046 100644 --- a/usr.bin/mail/USD.doc/mail4.nr +++ b/usr.bin/mail/USD.doc/mail4.nr @@ -78,7 +78,7 @@ You can override this default by setting the valued option .q EDITOR to something else. For example, you might prefer: .(l -set EDITOR=/usr/ucb/ex +set EDITOR=/usr/bin/ex .)l .pp Many systems offer a screen editor as an alternative to the standard diff --git a/usr.bin/mail/USD.doc/mail5.nr b/usr.bin/mail/USD.doc/mail5.nr index 87f0acf..01c04af 100644 --- a/usr.bin/mail/USD.doc/mail5.nr +++ b/usr.bin/mail/USD.doc/mail5.nr @@ -490,7 +490,7 @@ commands. .. The .. .b local .. command is usually not used be general users since it is designed for -.. local configuration; it is usually found in the file /usr/lib/Mail.rc. +.. local configuration; it is usually found in the file /etc/mail.rc. .ip "\fBmail\fP\ \ " Send mail to one or more people. If you have the .i ask @@ -747,7 +747,7 @@ and .q VISUAL for the standard and screen editors. You might want to do: .(l -set EDITOR=/usr/ucb/ex VISUAL=/usr/ucb/vi +set EDITOR=/usr/bin/ex VISUAL=/usr/bin/vi .)l \fBVisual\fP can be abbreviated to \fBv\fP. .ip "\fBwrite\fP\ \ " diff --git a/usr.bin/mail/USD.doc/mail6.nr b/usr.bin/mail/USD.doc/mail6.nr index b62f8c5..0465a94 100644 --- a/usr.bin/mail/USD.doc/mail6.nr +++ b/usr.bin/mail/USD.doc/mail6.nr @@ -59,8 +59,8 @@ for which see the .i stty shell command. .ip \-n -Inhibit reading of /usr/lib/Mail.rc. Not generally useful, since -/usr/lib/Mail.rc is usually empty. +Inhibit reading of /etc/mail.rc. Not generally useful, since +/etc/mail.rc is usually empty. .ip "\-s string" Used for sending mail. .i String diff --git a/usr.bin/mail/USD.doc/mail9.nr b/usr.bin/mail/USD.doc/mail9.nr index 99f7518..271548e 100644 --- a/usr.bin/mail/USD.doc/mail9.nr +++ b/usr.bin/mail/USD.doc/mail9.nr @@ -186,7 +186,7 @@ _ \-f \fIfile\fP Show messages in \fIfile\fP or \fI~/mbox\fP \-h \fInumber\fP Pass on hop count for mail forwarding \-i Ignore tty interrupt signals -\-n Inhibit reading of /usr/lib/Mail.rc +\-n Inhibit reading of /etc/mail.rc \-r \fIname\fP Pass on \fIname\fP for mail forwarding \-s \fIstring\fP Use \fIstring\fP as subject in outgoing mail \-u \fIname\fP Read \fIname's\fP mail instead of your own |