Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Oct 2002 16:57:34 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 20002 for review
Message-ID:  <200210232357.g9NNvY0i045562@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=20002

Change 20002 by rwatson@rwatson_tislabs on 2002/10/23 16:57:01

	Sync up ps usage with reality.

Affected files ...

.. //depot/projects/trustedbsd/mac/bin/ps/ps.c#13 edit

Differences ...

==== //depot/projects/trustedbsd/mac/bin/ps/ps.c#13 (text+ko) ====

@@ -651,7 +651,7 @@
 {
 
 	(void)fprintf(stderr, "%s\n%s\n%s\n",
-	    "usage: ps [-aChjlmrsSTuvwx] [-O|o fmt] [-p pid] [-t tty] [-U user]",
+	    "usage: ps [-aChjlmrSTuvwxZ] [-O|o fmt] [-p pid] [-t tty] [-U user]",
 	    "          [-M core] [-N system]",
 	    "       ps [-L]");
 	exit(1);

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210232357.g9NNvY0i045562>