summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2002-04-20 12:27:18 +0000
committercharnier <charnier@FreeBSD.org>2002-04-20 12:27:18 +0000
commitfdbc3fd42a5dc889e8c27bdd9f3a79026e096e03 (patch)
tree7a4469332fc98c3b02f0549c6e419486d82bb24e /usr.sbin/lpr
parentc9db9bb4184eaea2c607acd8e11305f7014d71db (diff)
downloadFreeBSD-src-fdbc3fd42a5dc889e8c27bdd9f3a79026e096e03.zip
FreeBSD-src-fdbc3fd42a5dc889e8c27bdd9f3a79026e096e03.tar.gz
Use `The .Nm utility'
Diffstat (limited to 'usr.sbin/lpr')
-rw-r--r--usr.sbin/lpr/lp/lp.15
-rw-r--r--usr.sbin/lpr/lpq/lpq.115
-rw-r--r--usr.sbin/lpr/lpr/lpr.110
-rw-r--r--usr.sbin/lpr/lprm/lprm.115
-rw-r--r--usr.sbin/lpr/lptest/lptest.110
5 files changed, 33 insertions, 22 deletions
diff --git a/usr.sbin/lpr/lp/lp.1 b/usr.sbin/lpr/lp/lp.1
index 9c39fb3..0269971 100644
--- a/usr.sbin/lpr/lp/lp.1
+++ b/usr.sbin/lpr/lp/lp.1
@@ -47,8 +47,9 @@
.Op Fl n Ar num
.Op Ar name ...
.Sh DESCRIPTION
-.Nm \&Lp
-is a front-end to the print spooler as required by the
+The
+.Nm
+utility is a front-end to the print spooler as required by the
.St -p1003.2
specification. It effectively invokes
.Xr lpr 1
diff --git a/usr.sbin/lpr/lpq/lpq.1 b/usr.sbin/lpr/lpq/lpq.1
index 5cc31a6..170e9e2 100644
--- a/usr.sbin/lpr/lpq/lpq.1
+++ b/usr.sbin/lpr/lpq/lpq.1
@@ -46,13 +46,15 @@
.Op job # ...\&
.Op user ...\&
.Sh DESCRIPTION
-.Nm Lpq
-examines the spooling area used by
+The
+.Nm
+utility examines the spooling area used by
.Xr lpd 8
for printing files on the line printer, and reports the status of the
specified jobs or all jobs associated with a user.
-.Nm Lpq
-invoked
+The
+.Nm
+utility invoked
without any arguments reports on any jobs currently in the queue.
.Pp
Options:
@@ -123,8 +125,9 @@ The lock file to obtain the currently active job.
.Xr lpc 8 ,
.Xr lpd 8
.Sh HISTORY
-.Nm Lpq
-appeared in
+A
+.Nm
+utility appeared in
.Bx 3 .
.Sh BUGS
Due to the dynamic nature of the information in the spooling directory
diff --git a/usr.sbin/lpr/lpr/lpr.1 b/usr.sbin/lpr/lpr/lpr.1
index de6db56..2418485 100644
--- a/usr.sbin/lpr/lpr/lpr.1
+++ b/usr.sbin/lpr/lpr/lpr.1
@@ -54,8 +54,9 @@
.Op Fl cdfghlnmprstv
.Op Ar name ...
.Sh DESCRIPTION
-.Nm Lpr
-uses a spooling daemon to print the named files when facilities
+The
+.Nm
+utility uses a spooling daemon to print the named files when facilities
become available. If no names appear, the standard input is assumed.
.Pp
The following single letter options are used to notify the line printer
@@ -272,8 +273,9 @@ command appeared in
.Bx 3 .
.Sh DIAGNOSTICS
If you try to spool too large a file, it will be truncated.
-.Nm Lpr
-will object to printing binary files.
+The
+.Nm
+utility will object to printing binary files.
If a user other than root prints a file and spooling is disabled,
.Nm
will print a message saying so and will not put jobs in the queue.
diff --git a/usr.sbin/lpr/lprm/lprm.1 b/usr.sbin/lpr/lprm/lprm.1
index 8b2d824..04cfbe0 100644
--- a/usr.sbin/lpr/lprm/lprm.1
+++ b/usr.sbin/lpr/lprm/lprm.1
@@ -45,8 +45,9 @@
.Op job # ...\&
.Op Ar user ...\&
.Sh DESCRIPTION
-.Nm Lprm
-will remove a job, or jobs, from a printer's spool queue.
+The
+.Nm
+utility will remove a job, or jobs, from a printer's spool queue.
Since the spooling directory is protected from users, using
.Nm
is normally the only method by which a user may remove a job.
@@ -97,12 +98,14 @@ will delete the currently active job if it is
owned by the user who invoked
.Nm .
.Pp
-.Nm Lprm
-announces the names of any files it removes and is silent if
+The
+.Nm
+utility announces the names of any files it removes and is silent if
there are no jobs in the queue which match the request list.
.Pp
-.Nm Lprm
-will kill off an active daemon, if necessary, before removing
+The
+.Nm
+utility will kill off an active daemon, if necessary, before removing
any spooling files. If a daemon is killed, a new one is
automatically restarted upon completion of file removals.
.Sh ENVIRONMENT
diff --git a/usr.sbin/lpr/lptest/lptest.1 b/usr.sbin/lpr/lptest/lptest.1
index b17d578..c34934e 100644
--- a/usr.sbin/lpr/lptest/lptest.1
+++ b/usr.sbin/lpr/lptest/lptest.1
@@ -43,8 +43,9 @@
.Op Ar length
.Op Ar count
.Sh DESCRIPTION
-.Nm Lptest
-writes the traditional "ripple test" pattern on standard output.
+The
+.Nm
+utility writes the traditional "ripple test" pattern on standard output.
In 96 lines,
this pattern will print all 96 printable
.Tn ASCII
@@ -70,6 +71,7 @@ is to be specified,
.Ar length
must be also be specified.
.Sh HISTORY
-.Nm Lptest
-appeared in
+A
+.Nm
+utility appeared in
.Bx 4.3 .
OpenPOWER on IntegriCloud