Module Name: src
Committed By: wiz
Date: Sun Apr 12 19:39:52 UTC 2009
Modified Files:
src/usr.sbin/lpr/lp: lp.1
Log Message:
New sentence, new line. Use .An.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/lpr/lp/lp.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/lpr/lp/lp.1
diff -u src/usr.sbin/lpr/lp/lp.1:1.9 src/usr.sbin/lpr/lp/lp.1:1.10
--- src/usr.sbin/lpr/lp/lp.1:1.9 Sun Apr 12 18:51:33 2009
+++ src/usr.sbin/lpr/lp/lp.1 Sun Apr 12 19:39:52 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: lp.1,v 1.9 2009/04/12 18:51:33 joerg Exp $
+.\" $NetBSD: lp.1,v 1.10 2009/04/12 19:39:52 wiz Exp $
.\"
.\" Copyright (c) 1995 Joerg Wunsch
.\"
@@ -57,7 +57,8 @@
.Nm
is a front-end to the print spooler as required by the
.St -p1003.2
-specification. It effectively invokes
+specification.
+It effectively invokes
.Xr lpr 1
with the proper set of arguments.
It generally prints the named files on the destination printer.
@@ -68,10 +69,12 @@
Make the
.Nm
command exit only after further access to any of the input files is no
-longer required. The application can then safely delete or modify the
-files without affecting the output operation.
+longer required.
+The application can then safely delete or modify the files without
+affecting the output operation.
.It Fl d Ar dest
-Specify a particular printer. If no
+Specify a particular printer.
+If no
.Fl d
is provided on the command line, the contents of the environment
variables
@@ -87,8 +90,8 @@
.It Fl s
Silent operation.
.It Fl o
-Printer specific options. Not supported, provided only as a compatibility
-option for SVR4.
+Printer specific options.
+Not supported, provided only as a compatibility option for SVR4.
.El
.Sh ENVIRONMENT
As described above, the variables
@@ -108,10 +111,10 @@
This implementation of the
.Nm
command has been written by
-J\(:org Wunsch.
+.An J\(:org Wunsch .
.Sh BUGS
The
.St -p1003.2
-specification does not provide any means to print non-text files. It
-rather requires the files to be printed to be text files limited to
-reasonable line lengths and printable characters.
+specification does not provide any means to print non-text files.
+It rather requires the files to be printed to be text files limited
+to reasonable line lengths and printable characters.