diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-04-28 21:08:46 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-04-28 21:08:46 +0000 |
commit | 73922253ce7c4f2c7b688415c6b752f9f5716a69 (patch) | |
tree | 8b0f3f16ff836a7fdee694b8431c18d1aba32570 /bin/ps/ps.1 | |
parent | 9920c8cd787fb924bd47991d8a664cec88cf8133 (diff) |
please use Ar macros when describing option flags, too
Diffstat (limited to 'bin/ps/ps.1')
-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 982e1f9b833..eb0ab634ae1 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ps.1,v 1.18 1999/04/28 20:55:14 alex Exp $ +.\" $OpenBSD: ps.1,v 1.19 1999/04/28 21:08:45 aaron Exp $ .\" $NetBSD: ps.1,v 1.16 1996/03/21 01:36:28 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 @@ -148,9 +148,9 @@ with the standard input. .It Fl t Ar tty Display information about processes attached to the specified terminal device. -.It Fl U +.It Fl U Ar username Display the processes belonging to the specified -.Tn username . +.Ar username . .It Fl u Display information associated with the following keywords: user, pid, %cpu, %mem, vsz, rss, tt, state, start, time and command. |