From 2ff26b9838696e3bb2b8ef81b502ad783d9963fb Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 5 Apr 2001 11:49:14 +0000 Subject: Improve markup, and add sections to xrefs, as well as the obligatory whitespace fixes. --- usr.sbin/lpr/lpd/lpd.8 | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/usr.sbin/lpr/lpd/lpd.8 b/usr.sbin/lpr/lpd/lpd.8 index 854416b83f5..862f29a1b7e 100644 --- a/usr.sbin/lpr/lpd/lpd.8 +++ b/usr.sbin/lpr/lpd/lpd.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: lpd.8,v 1.19 2000/11/07 06:43:37 lukem Exp $ +.\" $NetBSD: lpd.8,v 1.20 2001/04/05 11:49:14 wiz Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -115,14 +115,18 @@ will spawn. The default is 32. .It Fl r The .Fl r -flag allows the ``of'' filter to be use if specified for a remote +flag allows the +.Dq of +filter to be use if specified for a remote printer. Traditionally, .Nm would not use the output filter for remote printers. .It Fl s The .Fl s -flag selects ``secure'' mode, in which +flag selects +.Dq secure +mode, in which .Nm does not listen on a TCP socket but only takes commands from a .Ux @@ -161,7 +165,7 @@ or Second, if the .Li rs capability is specified in the -.Xr printcap +.Xr printcap 5 entry for the printer being accessed, .Em lpr requests will only be honored for those users with accounts on the @@ -179,7 +183,7 @@ The daemon begins processing files after it has successfully set the lock for exclusive access (described a bit later), and scans the spool directory -for files beginning with +for files beginning with .Em cf . Lines in each .Em cf @@ -205,21 +209,23 @@ String to be used as the title for .It H Host Name. Name of the machine where -.Xr lpr +.Xr lpr 1 was invoked. .It P Person. Login name of the person who invoked -.Xr lpr . +.Xr lpr 1 . This is used to verify ownership by -.Xr lprm . +.Xr lprm 1 . .It M Send mail to the specified user when the current print job completes. .It f Formatted File. Name of a file to print which is already formatted. .It l -Like ``f'' but passes control characters and does not make page breaks. +Like +.Dq f +but passes control characters and does not make page breaks. .It p Name of a file to print using .Xr pr 1 @@ -279,7 +285,7 @@ Name of file to remove upon completion of printing. File name. The name of the file which is being printed, or a blank for the standard input (when -.Xr lpr +.Xr lpr 1 is invoked in a pipeline). .El .Pp -- cgit