diff options
author | David Krause <david@cvs.openbsd.org> | 2003-03-18 12:46:53 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2003-03-18 12:46:53 +0000 |
commit | ff53ae26c2a8fc05ffdb31a17f279b0676e898d9 (patch) | |
tree | 4b522753aac6b51e1763077652802957a21993b7 | |
parent | 8fe95b289bfcbdd3f5957d25888fa75351b8354f (diff) |
use .Cm for flags without dash
ok miod@ jmc@
-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 4e9522e9bc6..60bbcc819fd 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ps.1,v 1.38 2003/03/12 20:12:36 deraadt Exp $ +.\" $OpenBSD: ps.1,v 1.39 2003/03/18 12:46:52 david Exp $ .\" $NetBSD: ps.1,v 1.16 1996/03/21 01:36:28 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 @@ -43,7 +43,7 @@ .Sh SYNOPSIS .Nm ps .Sm off -.Oo \&- Oc Op acCehjklmrSTuvwx +.Oo \&- Oc Op Cm acCehjklmrSTuvwx .Sm on .Op Fl M Ar core .Op Fl N Ar system |