Module Name: src
Committed By: wiz
Date: Sun Apr 15 18:10:13 UTC 2012
Modified Files:
src/bin/ps: ps.c
Log Message:
Choose better argument name for `-U' (sync with man page).
>From Bug Hunting in email.
To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/bin/ps/ps.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/bin/ps/ps.c
diff -u src/bin/ps/ps.c:1.76 src/bin/ps/ps.c:1.77
--- src/bin/ps/ps.c:1.76 Mon Aug 29 14:51:18 2011
+++ src/bin/ps/ps.c Sun Apr 15 18:10:13 2012
@@ -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 @@ __COPYRIGHT("@(#) Copyright (c) 1990, 19
#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 @@ usage(void)
(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 */