diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-11-13 13:54:27 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-11-13 13:54:27 +0000 |
commit | 138760cea6dfae9292858f5f76e471374533727e (patch) | |
tree | a6b3996d64f3d12e658b68801b9c193ac0e12fd1 /share/man/man5/printcap.5 | |
parent | 90d933d7a0cf14ffac9d7d6f3fafacdec21260e6 (diff) |
o) Fix bogus .Xr usage;
o) CAVEAT -> CAVEATS;
o) AUTHOR -> AUTHORS;
o) Start new sentence on a new line;
o) For URL and path names use .Pa;
o) We don't like .Pp before .Rs;
o) Don't use .Pp before/after .Sh;
o) OpenBSD -> .Ox;
millert@ ok and help;
Diffstat (limited to 'share/man/man5/printcap.5')
-rw-r--r-- | share/man/man5/printcap.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man5/printcap.5 b/share/man/man5/printcap.5 index 0fe2cf24b06..88804be5f0f 100644 --- a/share/man/man5/printcap.5 +++ b/share/man/man5/printcap.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: printcap.5,v 1.12 2000/10/26 00:37:05 aaron Exp $ +.\" $OpenBSD: printcap.5,v 1.13 2001/11/13 13:54:26 mpech Exp $ .\" $NetBSD: printcap.5,v 1.7 1998/02/20 12:24:50 hubertf Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -53,7 +53,7 @@ The spooling system accesses the file every time it is used, allowing dynamic addition and deletion of printers. Each entry in the database is used to describe one printer. This database may not be substituted for, as is possible for -.Xr termcap , +.Xr termcap 5 , because it may allow accounting to be bypassed. .Pp The default printer is normally @@ -179,7 +179,7 @@ The flag is passed only if the .Fl l flag (pass control characters literally) is specified to -.Xr lpr . +.Xr lpr 1 . .Ar width and .Ar length @@ -267,7 +267,7 @@ of one of the filters are sent to the corresponding .Sy lf file. The filters may, of course, use -.Xr syslog +.Xr syslog 3 themselves. .Pp Error messages sent to the console have a carriage return and a line |