diff options
author | 2007-09-28 00:13:23 +0000 | |
---|---|---|
committer | 2007-09-28 00:13:23 +0000 | |
commit | 378e93e15cdaa62481890aa6ca301f475984edb3 (patch) | |
tree | 0cb9d4951c097518af85341270b1a98c56972af2 | |
parent | Mention "set loginterface <ifgroup>" (diff) | |
download | wireguard-openbsd-378e93e15cdaa62481890aa6ca301f475984edb3.tar.xz wireguard-openbsd-378e93e15cdaa62481890aa6ca301f475984edb3.zip |
make clear that the usage and synopsis take the same form
problem noticed by jakemsr@; rewording suggested by jmc@
ok jakemsr@, jmc@
-rw-r--r-- | share/man/man9/style.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/style.9 b/share/man/man9/style.9 index 85dddbe91d9..8e5a84696d8 100644 --- a/share/man/man9/style.9 +++ b/share/man/man9/style.9 @@ -22,9 +22,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: style.9,v 1.48 2007/05/31 19:20:01 jmc Exp $ +.\" $OpenBSD: style.9,v 1.49 2007/09/28 00:13:23 sobrado Exp $ .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: September 28 2007 $ .Dt STYLE 9 .Os .Sh NAME @@ -578,7 +578,7 @@ usage(void) extern char *__progname; /* from crt0.o */ .Ed .Pp -Usage statements should look like the manual pages. +Usage statements should take the same form as the synopsis in manual pages. Options without operands come first, in alphabetical order inside a single set of braces, followed by options with operands, in alphabetical order, |