diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-11-24 20:10:09 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-11-24 20:10:09 +0000 |
commit | e5ac48f5e40cc02f37e1fc994b677610c1bb3d58 (patch) | |
tree | a20bb110a0064506d25ec51d8f7c5623d3276626 | |
parent | b13a77bac3c17efa5913e41250ca5619f6df8fcf (diff) |
remove obsolete `A' from `state' example;
ok millert@
-rw-r--r-- | bin/ps/ps.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index 124f4f6c38a..7c9d75d84ed 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ps.1,v 1.51 2004/11/24 19:17:10 deraadt Exp $ +.\" $OpenBSD: ps.1,v 1.52 2004/11/24 20:10:08 jmc Exp $ .\" $NetBSD: ps.1,v 1.16 1996/03/21 01:36:28 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 @@ -258,7 +258,7 @@ Otherwise, the start time is displayed using the format. .It state The state is given by a sequence of letters, for example, -.Dq Tn RWNA . +.Dq Tn RWN . The first letter indicates the run state of the process: .Pp .Bl -tag -width indent -compact |