Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/bin/ps Choose better argument name for `-U' (sync with man p...
details: https://anonhg.NetBSD.org/src/rev/f5d0cc37a7f0
branches: trunk
changeset: 778838:f5d0cc37a7f0
user: wiz <wiz%NetBSD.org@localhost>
date: Sun Apr 15 18:10:13 2012 +0000
description:
Choose better argument name for `-U' (sync with man page).
>From Bug Hunting in email.
diffstat:
bin/ps/ps.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 3e045e51c7ee -r f5d0cc37a7f0 bin/ps/ps.c
--- a/bin/ps/ps.c Sun Apr 15 18:09:50 2012 +0000
+++ b/bin/ps/ps.c Sun Apr 15 18:10:13 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ps.c,v 1.76 2011/08/29 14:51:18 joerg Exp $ */
+/* $NetBSD: ps.c,v 1.77 2012/04/15 18:10:13 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.76 2011/08/29 14:51:18 joerg Exp $");
+__RCSID("$NetBSD: ps.c,v 1.77 2012/04/15 18:10:13 wiz Exp $");
#endif
#endif /* not lint */
@@ -761,7 +761,7 @@
(void)fprintf(stderr,
"usage:\t%s\n\t %s\n\t%s\n",
"ps [-AaCcehjlmrSsTuvwx] [-k key] [-M core] [-N system] [-O fmt]",
- "[-o fmt] [-p pid] [-t tty] [-U username] [-W swap]",
+ "[-o fmt] [-p pid] [-t tty] [-U user] [-W swap]",
"ps -L");
exit(1);
/* NOTREACHED */
Home |
Main Index |
Thread Index |
Old Index