diff options
author | Vadim Zhukov <zhuk@cvs.openbsd.org> | 2016-01-08 20:26:55 +0000 |
---|---|---|
committer | Vadim Zhukov <zhuk@cvs.openbsd.org> | 2016-01-08 20:26:55 +0000 |
commit | 60ec761761094b9a38f1898c9522dc47e7cfa78f (patch) | |
tree | cc5dbdacbb9225d8447373f0b07550003898f549 /share/man | |
parent | 9824c6d5fdc98036b6d2cf9d56bdcd37799f7ba3 (diff) |
Zap extraneous SYNOPSIS sections.
The gettytab(5) and termcap(5) get FILES, others don't need anything.
With input from & okay schwarze@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/printcap.5 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/share/man/man5/printcap.5 b/share/man/man5/printcap.5 index 7eccf6759d7..bca12fb5452 100644 --- a/share/man/man5/printcap.5 +++ b/share/man/man5/printcap.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: printcap.5,v 1.25 2015/11/17 17:10:36 jmc Exp $ +.\" $OpenBSD: printcap.5,v 1.26 2016/01/08 20:26:54 zhuk Exp $ .\" $NetBSD: printcap.5,v 1.7 1998/02/20 12:24:50 hubertf Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -30,14 +30,12 @@ .\" .\" @(#)printcap.5 8.2 (Berkeley) 12/11/93 .\" -.Dd $Mdocdate: November 17 2015 $ +.Dd $Mdocdate: January 8 2016 $ .Dt PRINTCAP 5 .Os .Sh NAME .Nm printcap .Nd printer capability database -.Sh SYNOPSIS -.Nm printcap .Sh DESCRIPTION The .Nm @@ -256,6 +254,11 @@ themselves. .Pp Error messages sent to the console have a carriage return and a line feed appended to them, rather than just a line feed. +.Sh FILES +.Bl -tag -width "/etc/printcap" -compact +.It Pa /etc/printcap +Default location of the database file. +.El .Sh SEE ALSO .Xr lpq 1 , .Xr lpr 1 , |