summaryrefslogtreecommitdiffstats
path: root/bin/ps/ps.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1997-06-06 06:40:06 +0000
committercharnier <charnier@FreeBSD.org>1997-06-06 06:40:06 +0000
commitae2a236f86574ac2f3111d2f53a2c1dc3428cf69 (patch)
tree2a639c2fe377f5baee76dd91605afdf1226dbb4a /bin/ps/ps.c
parent58f66f5d2c8a067f80bdc5b30a08c23134f9b79f (diff)
downloadFreeBSD-src-ae2a236f86574ac2f3111d2f53a2c1dc3428cf69.zip
FreeBSD-src-ae2a236f86574ac2f3111d2f53a2c1dc3428cf69.tar.gz
Cosmetic change in usage string.
Diffstat (limited to 'bin/ps/ps.c')
-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 a91877f..93ab9de 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);
}
OpenPOWER on IntegriCloud