aboutsummaryrefslogtreecommitdiff
path: root/bin/ps
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>1997-06-06 06:40:06 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>1997-06-06 06:40:06 +0000
commit749d4bb6499a0ca75459c7e4db4e39497337bef7 (patch)
treebf747642941e9e10a1a16bbd6e7ce7e125d54a33 /bin/ps
parent714ec423a045eef69e5f5d4d14f264114e33d4c4 (diff)
Notes
Diffstat (limited to 'bin/ps')
-rw-r--r--bin/ps/ps.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/bin/ps/ps.c b/bin/ps/ps.c
index a91877f52d31..93ab9de6da06 100644
--- a/bin/ps/ps.c
+++ b/bin/ps/ps.c
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: ps.c,v 1.18 1997/03/28 15:24:29 imp Exp $
+ * $Id: ps.c,v 1.19 1997/04/29 05:26:05 jkh Exp $
*/
#ifndef lint
@@ -558,10 +558,9 @@ static void
usage()
{
- (void)fprintf(stderr,
- "usage:\t%s\n\t %s\n\t%s\n",
- "ps [-aChjlmrSTuvwx] [-O|o fmt] [-p pid] [-t tty] [-U user]",
- "[-M core] [-N system] [-W swap]",
- "ps [-L]");
+ (void)fprintf(stderr, "%s\n%s\n%s\n",
+ "usage: ps [-aChjlmrSTuvwx] [-O|o fmt] [-p pid] [-t tty] [-U user]",
+ " [-M core] [-N system] [-W swap]",
+ " ps [-L]");
exit(1);
}