diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-07-16 07:48:20 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-07-16 07:48:20 +0000 |
commit | 6ea6a809694f4a5c4da2f35121bd6964d0bc34a5 (patch) | |
tree | 5e4c030ed15c8ab3baa6f8bc4a87ad2a0daef93f /share/misc/mdoc.template | |
parent | 54baee42966c3710c15b14403eca8c8d8f2f2d97 (diff) |
correct the example SYNOPSIS;
ok marc@ deraadt@
Diffstat (limited to 'share/misc/mdoc.template')
-rw-r--r-- | share/misc/mdoc.template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/misc/mdoc.template b/share/misc/mdoc.template index 918f7faa9eb..9b1967759b3 100644 --- a/share/misc/mdoc.template +++ b/share/misc/mdoc.template @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.template,v 1.7 2003/05/29 08:46:22 jmc Exp $ +.\" $OpenBSD: mdoc.template,v 1.8 2003/07/16 07:48:19 jmc Exp $ .\" .\" The following requests are required for all man pages. .Dd Month DD, YYYY @@ -11,7 +11,7 @@ .\" For a program: program [-abc] file ... .Nm program .Op Fl abc -.Op Ar +.Ar .Sh DESCRIPTION The .Nm |