Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/lpr Sort sections.



details:   https://anonhg.NetBSD.org/src/rev/6d5cba246995
branches:  trunk
changeset: 520897:6d5cba246995
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Jan 19 03:23:11 2002 +0000

description:
Sort sections.

diffstat:

 usr.sbin/lpr/lpq/lpq.1 |  10 +++++-----
 usr.sbin/lpr/lpr/lpr.1 |  28 ++++++++++++++--------------
 2 files changed, 19 insertions(+), 19 deletions(-)

diffs (84 lines):

diff -r 21227c5a97cd -r 6d5cba246995 usr.sbin/lpr/lpq/lpq.1
--- a/usr.sbin/lpr/lpq/lpq.1    Sat Jan 19 03:22:53 2002 +0000
+++ b/usr.sbin/lpr/lpq/lpq.1    Sat Jan 19 03:23:11 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: lpq.1,v 1.10 1999/03/22 18:43:59 garbled Exp $
+.\"    $NetBSD: lpq.1,v 1.11 2002/01/19 03:23:11 wiz Exp $
 .\"
 .\" Copyright (c) 1983, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -40,7 +40,7 @@
 .Nm lpq
 .Nd spool queue examination program
 .Sh SYNOPSIS
-.Nm ""
+.Nm
 .Op Fl al
 .Op Fl P Ar printer
 .Op Ar job# ...
@@ -117,6 +117,9 @@
 .It Pa /var/spool/output/*/lock
 The lock file to obtain the currently active job.
 .El
+.Sh DIAGNOSTICS
+Unable to open various files.  The lock file being malformed.  Garbage
+files when there is no daemon active, but files in the spooling directory.
 .Sh SEE ALSO
 .Xr lpr 1 ,
 .Xr lprm 1 ,
@@ -132,6 +135,3 @@
 may report unreliably.
 Output formatting is sensitive to the line length of the terminal;
 this can results in widely spaced columns.
-.Sh DIAGNOSTICS
-Unable to open various files.  The lock file being malformed.  Garbage
-files when there is no daemon active, but files in the spooling directory.
diff -r 21227c5a97cd -r 6d5cba246995 usr.sbin/lpr/lpr/lpr.1
--- a/usr.sbin/lpr/lpr/lpr.1    Sat Jan 19 03:22:53 2002 +0000
+++ b/usr.sbin/lpr/lpr/lpr.1    Sat Jan 19 03:23:11 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: lpr.1,v 1.9 2001/05/08 17:20:02 wiz Exp $
+.\"    $NetBSD: lpr.1,v 1.10 2002/01/19 03:23:26 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -236,19 +236,6 @@
 .It Pa /var/spool/output/*/tf*
 Temporary copies of "cf" files.
 .El
-.Sh SEE ALSO
-.Xr lpq 1 ,
-.Xr lprm 1 ,
-.Xr pr 1 ,
-.Xr symlink 2 ,
-.Xr printcap 5 ,
-.Xr lpc 8 ,
-.Xr lpd 8
-.Sh HISTORY
-The
-.Nm
-command appeared in
-.Bx 3 .
 .Sh DIAGNOSTICS
 If you try to spool too large a file, it will be truncated.
 .Nm
@@ -264,6 +251,19 @@
 Diagnostics may be printed in the daemon's log file
 regarding missing spool files by
 .Xr lpd 8 .
+.Sh SEE ALSO
+.Xr lpq 1 ,
+.Xr lprm 1 ,
+.Xr pr 1 ,
+.Xr symlink 2 ,
+.Xr printcap 5 ,
+.Xr lpc 8 ,
+.Xr lpd 8
+.Sh HISTORY
+The
+.Nm
+command appeared in
+.Bx 3 .
 .Sh BUGS
 Fonts for
 .Xr troff 1



Home | Main Index | Thread Index | Old Index