diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2007-09-28 00:13:24 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2007-09-28 00:13:24 +0000 |
commit | a866ef8505bc483b94d4ef248694b832b83c8b45 (patch) | |
tree | 6cd62a59751f454e466c08af80c80f685e80c590 /share/man | |
parent | 62686aab721bc37ccd6dd2ae6bd4058ad9ee1d5c (diff) |
make clear that the usage and synopsis take the same form
problem noticed by jakemsr@; rewording suggested by jmc@
ok jakemsr@, jmc@
Diffstat (limited to 'share/man')
-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, |