diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-08-13 06:20:49 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-08-13 06:20:49 +0000 |
commit | 2a6b706b53fb10c22090dfe938393927ba883962 (patch) | |
tree | d1ecf6ee92227e89479c921f3ba3125239b04be2 /usr.bin | |
parent | 6f79a44f745b973673c607225ef1b0b2eba8b1ae (diff) |
-S currently does nothing useful, so remove it from
SYNOPSIS and usage(); after some discussion with canacar
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/systat/main.c | 4 | ||||
-rw-r--r-- | usr.bin/systat/systat.1 | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/usr.bin/systat/main.c b/usr.bin/systat/main.c index 7d81009c51e..c78493daa09 100644 --- a/usr.bin/systat/main.c +++ b/usr.bin/systat/main.c @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.43 2008/08/08 20:07:49 matthieu Exp $ */ +/* $Id: main.c,v 1.44 2008/08/13 06:20:48 jmc Exp $ */ /* * Copyright (c) 2001, 2007 Can Erkin Acar * Copyright (c) 2001 Daniel Hartmeier @@ -208,7 +208,7 @@ void usage() { extern char *__progname; - fprintf(stderr, "usage: %s [-abin] [-d count] [-S start] " + fprintf(stderr, "usage: %s [-abin] [-d count] " "[-s delay] [-w width] [view] [delay]\n", __progname); exit(1); } diff --git a/usr.bin/systat/systat.1 b/usr.bin/systat/systat.1 index 82775a30bc4..c9131a1787c 100644 --- a/usr.bin/systat/systat.1 +++ b/usr.bin/systat/systat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: systat.1,v 1.64 2008/08/11 20:24:45 jmc Exp $ +.\" $OpenBSD: systat.1,v 1.65 2008/08/13 06:20:48 jmc Exp $ .\" $NetBSD: systat.1,v 1.6 1996/05/10 23:16:39 thorpej Exp $ .\" .\" Copyright (c) 1985, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)systat.1 8.2 (Berkeley) 12/30/93 .\" -.Dd $Mdocdate: August 11 2008 $ +.Dd $Mdocdate: August 13 2008 $ .Dt SYSTAT 1 .Os .Sh NAME @@ -40,7 +40,6 @@ .Nm systat .Op Fl abin .Op Fl d Ar count -.Op Fl S Ar start .Op Fl s Ar delay .Op Fl w Ar width .Op Ar view |