diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-04 15:57:07 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-04 15:57:07 +0800 |
commit | 9f4334aa1a7fe7736b4b2abd1ac1e755bbab6789 (patch) | |
tree | c38d249506707419267d51295bbbc2b96c9cbaac /mail/xlbiff/files | |
parent | 698489ee1f261d3586067f3a230f546244f1e800 (diff) | |
download | freebsd-ports-gnome-9f4334aa1a7fe7736b4b2abd1ac1e755bbab6789.tar.gz freebsd-ports-gnome-9f4334aa1a7fe7736b4b2abd1ac1e755bbab6789.tar.zst freebsd-ports-gnome-9f4334aa1a7fe7736b4b2abd1ac1e755bbab6789.zip |
Fix name of default inbox stated in the man page.
Caught by: Andreas Klemm <andreas@klemm.gtn.com>
Diffstat (limited to 'mail/xlbiff/files')
-rw-r--r-- | mail/xlbiff/files/patch-02 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/mail/xlbiff/files/patch-02 b/mail/xlbiff/files/patch-02 new file mode 100644 index 000000000000..b7d34346b7b6 --- /dev/null +++ b/mail/xlbiff/files/patch-02 @@ -0,0 +1,20 @@ +--- xlbiff.man.orig Mon Oct 26 09:06:44 1992 ++++ xlbiff.man Sun Nov 3 23:55:27 1996 +@@ -38,7 +38,7 @@ + .TP 8 + .B \-file \fIfilename\fP + This option specifies the name of the file which should be monitored. By +-default, it watches /usr/spool/mail/\fIusername\fP, where \fIusername\fP ++default, it watches /var/mail/\fIusername\fP, where \fIusername\fP + is your login name. + .TP 8 + .B \-rows \fIheight\fP +@@ -230,7 +230,7 @@ + is used to get the default host and display number. + .SH FILES + .TP 8 +-/usr/spool/mail/\fIusername\fP ++/var/mail/\fIusername\fP + default mail file to check. + .SH "SEE ALSO" + .IR X (1), |