diff options
author | 1999-07-07 10:50:04 +0000 | |
---|---|---|
committer | 1999-07-07 10:50:04 +0000 | |
commit | 7f3168a29b6e53d1206c7a5ea2f46df581d49a76 (patch) | |
tree | 6061850677851fbd46945b0bbca49b48001c1182 /share/man/man7/mdoc.7 | |
parent | Attempt to make photurisd limitations clearer. (diff) | |
download | wireguard-openbsd-7f3168a29b6e53d1206c7a5ea2f46df581d49a76.tar.xz wireguard-openbsd-7f3168a29b6e53d1206c7a5ea2f46df581d49a76.zip |
The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.
Out of the approximately 1450 man pages, only about 90 of them were wrong.
Thanks to kwesterback@home.com for coming up with a script and patch to repair
this. The patch also inserted a .Os macro in the few man pages that were
missing one.
Diffstat (limited to 'share/man/man7/mdoc.7')
-rw-r--r-- | share/man/man7/mdoc.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man7/mdoc.7 b/share/man/man7/mdoc.7 index 2927c9c70bd..d1459e28316 100644 --- a/share/man/man7/mdoc.7 +++ b/share/man/man7/mdoc.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.7,v 1.10 1999/05/30 02:27:23 pjanzen Exp $ +.\" $OpenBSD: mdoc.7,v 1.11 1999/07/07 10:50:09 aaron Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -34,8 +34,8 @@ .\" @(#)mdoc.7 8.2 (Berkeley) 12/30/93 .\" .Dd December 30, 1993 -.Os .Dt MDOC 7 +.Os .Sh NAME .Nm mdoc .Nd quick reference guide for the |