Source-Changes-HG archive

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

[src/trunk]: src/bin/ps Sort options in usage.



details:   https://anonhg.NetBSD.org/src/rev/26a22a0eace8
branches:  trunk
changeset: 983736:26a22a0eace8
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Jun 04 08:17:53 2021 +0000

description:
Sort options in usage.

diffstat:

 bin/ps/ps.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 3af71d31bd3d -r 26a22a0eace8 bin/ps/ps.c
--- a/bin/ps/ps.c       Fri Jun 04 08:16:14 2021 +0000
+++ b/bin/ps/ps.c       Fri Jun 04 08:17:53 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ps.c,v 1.94 2021/06/04 06:28:42 cjep Exp $     */
+/*     $NetBSD: ps.c,v 1.95 2021/06/04 08:17:53 wiz Exp $      */
 
 /*
  * Copyright (c) 2000-2008 The NetBSD Foundation, Inc.
@@ -68,7 +68,7 @@
 #if 0
 static char sccsid[] = "@(#)ps.c       8.4 (Berkeley) 4/2/94";
 #else
-__RCSID("$NetBSD: ps.c,v 1.94 2021/06/04 06:28:42 cjep Exp $");
+__RCSID("$NetBSD: ps.c,v 1.95 2021/06/04 08:17:53 wiz Exp $");
 #endif
 #endif /* not lint */
 
@@ -965,8 +965,8 @@
 
        (void)fprintf(stderr,
            "usage:\t%s\n\t   %s\n\t%s\n",
-           "ps [-AaCcdehjlmrSsTuvwx] [-k key] [-M core] [-N system] [-O fmt]",
-           "[-o fmt] [-p pid] [-t tty] [-U user] [-G group] [-W swap]",
+           "ps [-AaCcdehjlmrSsTuvwx] [-G group] [-k key] [-M core] [-N system]",
+           "[-O fmt] [-o fmt] [-p pid] [-t tty] [-U user] [-W swap]",
            "ps -L");
        exit(1);
        /* NOTREACHED */



Home | Main Index | Thread Index | Old Index