diff options
author | 1999-04-28 21:08:45 +0000 | |
---|---|---|
committer | 1999-04-28 21:08:45 +0000 | |
commit | f0360fc02876eff053f6d962b3150d00bfd3e66f (patch) | |
tree | f963eaddeafaa07fd7f9d4170c983aeab9f6ce61 | |
parent | no such errno EOPNOSUPPORT, make it EOPNOTSUPP as it ought to be (diff) | |
download | wireguard-openbsd-f0360fc02876eff053f6d962b3150d00bfd3e66f.tar.xz wireguard-openbsd-f0360fc02876eff053f6d962b3150d00bfd3e66f.zip |
please use Ar macros when describing option flags, too
-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. |