Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/lpr/lpr p before q in options/usage.



details:   https://anonhg.NetBSD.org/src/rev/680bf905232b
branches:  trunk
changeset: 545768:680bf905232b
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Apr 16 11:56:11 2003 +0000

description:
p before q in options/usage.

diffstat:

 usr.sbin/lpr/lpr/lpr.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r ae2fe29f863b -r 680bf905232b usr.sbin/lpr/lpr/lpr.c
--- a/usr.sbin/lpr/lpr/lpr.c    Wed Apr 16 11:48:11 2003 +0000
+++ b/usr.sbin/lpr/lpr/lpr.c    Wed Apr 16 11:56:11 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lpr.c,v 1.26 2003/03/28 17:40:39 perry Exp $   */
+/*     $NetBSD: lpr.c,v 1.27 2003/04/16 11:56:11 wiz Exp $     */
 
 /*
  * Copyright (c) 1983, 1989, 1993
@@ -46,7 +46,7 @@
 #if 0
 static char sccsid[] = "@(#)lpr.c      8.4 (Berkeley) 4/28/95";
 #else
-__RCSID("$NetBSD: lpr.c,v 1.26 2003/03/28 17:40:39 perry Exp $");
+__RCSID("$NetBSD: lpr.c,v 1.27 2003/04/16 11:56:11 wiz Exp $");
 #endif
 #endif /* not lint */
 
@@ -153,7 +153,7 @@
 
        errs = 0;
        while ((c = getopt(argc, argv,
-           ":#:1:2:3:4:C:J:P:RT:U:cdfghi:lmnqprstvw:")) != -1) {
+           ":#:1:2:3:4:C:J:P:RT:U:cdfghi:lmnpqrstvw:")) != -1) {
                switch (c) {
 
                case '#':               /* n copies */
@@ -770,6 +770,6 @@
        fprintf(stderr, "%s\n%s\n",
            "usage: lpr [-Pprinter] [-#num] [-C class] [-J job] [-T title] "
            "[-U user]",
-           "[-i[numcols]] [-1234 font] [-wnum] [-cdfghlmnqpRrstv] [name ...]");
+           "[-i[numcols]] [-1234 font] [-wnum] [-cdfghlmnpqRrstv] [name ...]");
        exit(1);
 }



Home | Main Index | Thread Index | Old Index