diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 1997-06-06 06:40:06 +0000 |
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 1997-06-06 06:40:06 +0000 |
| commit | 749d4bb6499a0ca75459c7e4db4e39497337bef7 (patch) | |
| tree | bf747642941e9e10a1a16bbd6e7ce7e125d54a33 /bin/ps | |
| parent | 714ec423a045eef69e5f5d4d14f264114e33d4c4 (diff) | |
Notes
Diffstat (limited to 'bin/ps')
| -rw-r--r-- | bin/ps/ps.c | 11 |
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); } |
