diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-09 23:47:18 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-09 23:47:18 +0000 |
commit | c400b589fa7a9e8737851a28c10c9412e8618d9c (patch) | |
tree | 3014bd0c73bfad63e6e62b9a94ef90c9cb2623f4 /bin/ps | |
parent | e9bf2211646b7f1e48658646eb8b7ad6fbae0012 (diff) |
Insert some missing commas.
Diffstat (limited to 'bin/ps')
-rw-r--r-- | bin/ps/ps.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index 4dce138dbd8..235c6a95ebe 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ps.1,v 1.27 2000/11/09 17:51:58 aaron Exp $ +.\" $OpenBSD: ps.1,v 1.28 2000/11/09 23:47:17 aaron Exp $ .\" $NetBSD: ps.1,v 1.16 1996/03/21 01:36:28 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 @@ -97,7 +97,7 @@ Repeat the information header as often as necessary to guarantee one header per page of information. .It Fl j Print information associated with the following keywords: -user, pid, ppid, pgid, sess, jobc, state, tt, time and command. +user, pid, ppid, pgid, sess, jobc, state, tt, time, and command. .It Fl k Also display information about kernel threads. .It Fl L @@ -155,7 +155,7 @@ Display the processes belonging to the specified .Ar username . .It Fl u Display information associated with the following keywords: -user, pid, %cpu, %mem, vsz, rss, tt, state, start, time and command. +user, pid, %cpu, %mem, vsz, rss, tt, state, start, time, and command. The .Fl u option implies the |