diff options
author | joel <joel@FreeBSD.org> | 2012-03-26 15:18:14 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2012-03-26 15:18:14 +0000 |
commit | 4234591b03e753d1515af0b97f7b10e85b3b0f16 (patch) | |
tree | cfe37b07c91a21b11ef67e7d2af479becafb2652 /usr.sbin/lpr | |
parent | 39153f7b71fce5c5ff6372cd72d647d48566d697 (diff) | |
download | FreeBSD-src-4234591b03e753d1515af0b97f7b10e85b3b0f16.zip FreeBSD-src-4234591b03e753d1515af0b97f7b10e85b3b0f16.tar.gz |
mdoc: terminate quoted strings.
Reviewed by: brueffer
Diffstat (limited to 'usr.sbin/lpr')
-rw-r--r-- | usr.sbin/lpr/lpr/printcap.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/lpr/lpr/printcap.5 b/usr.sbin/lpr/lpr/printcap.5 index 60e5520..7076b5f 100644 --- a/usr.sbin/lpr/lpr/printcap.5 +++ b/usr.sbin/lpr/lpr/printcap.5 @@ -72,7 +72,7 @@ Refer to .Xr termcap 5 for a description of the file layout. .Bl -column Namexxx Typexx "/var/spool/lpdxxxxx" -.Sy "Name Type Default Description +.Sy "Name Type Default Description" .It "af str" Ta Dv NULL Ta No "name of accounting file" .It "br num none if lp is a tty, set the baud rate" .Xr ( ioctl 2 |