diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2019-07-25 00:03:13 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2019-07-25 00:03:13 +0000 |
commit | 632bdef2a6376f6631f76e6ae863e9d594c24597 (patch) | |
tree | 2fe14489310c9072ae9a299ecf809f86d4afdd4c /bin/ps | |
parent | 2a619ea3854ca6530965e5f1a4ba62fdab8e4707 (diff) |
tweak previous: a leading dash can only be given if an option letter follows;
OK deraadt@
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 352e6b032e6..f6073d65692 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ps.1,v 1.114 2019/07/24 22:57:57 deraadt Exp $ +.\" $OpenBSD: ps.1,v 1.115 2019/07/25 00:03:12 schwarze Exp $ .\" $NetBSD: ps.1,v 1.16 1996/03/21 01:36:28 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 @@ -30,7 +30,7 @@ .\" .\" @(#)ps.1 8.3 (Berkeley) 4/18/94 .\" -.Dd $Mdocdate: July 24 2019 $ +.Dd $Mdocdate: July 25 2019 $ .Dt PS 1 .Os .Sh NAME @@ -39,7 +39,7 @@ .Sh SYNOPSIS .Nm ps .Sm off -.Oo \&- Oc Op Cm AaceHhjkLlmrSTuvwx +.Op Oo Fl Oc Cm AaceHhjkLlmrSTuvwx .Sm on .Op Fl M Ar core .Op Fl N Ar system |