diff options
author | 2019-07-25 00:03:12 +0000 | |
---|---|---|
committer | 2019-07-25 00:03:12 +0000 | |
commit | b92b8751b486fb9df678d0f0cd0f761c05680f16 (patch) | |
tree | cd069c068cd74237f2cb7d4d994db028dda06ec1 | |
parent | Years ago the optionality of leading - was removed. dash-less is a (diff) | |
download | wireguard-openbsd-b92b8751b486fb9df678d0f0cd0f761c05680f16.tar.xz wireguard-openbsd-b92b8751b486fb9df678d0f0cd0f761c05680f16.zip |
tweak previous: a leading dash can only be given if an option letter follows;
OK deraadt@
-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 |