diff options
author | 2000-11-10 00:06:02 +0000 | |
---|---|---|
committer | 2000-11-10 00:06:02 +0000 | |
commit | 74cc311b0a98f1f9aef0db75d1951029ec12c8af (patch) | |
tree | 34b3b0b116bbedf4e5ff4ebe348dfb05bbe56a3e | |
parent | - Some section shuffling: conform to the standard order documented in mdoc(7) (diff) | |
download | wireguard-openbsd-74cc311b0a98f1f9aef0db75d1951029ec12c8af.tar.xz wireguard-openbsd-74cc311b0a98f1f9aef0db75d1951029ec12c8af.zip |
Add COMPATIBILITY section definition.
-rw-r--r-- | share/man/man7/mdoc.7 | 4 | ||||
-rw-r--r-- | share/misc/mdoc.template | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man7/mdoc.7 b/share/man/man7/mdoc.7 index 4d6278cbca6..1045d768b90 100644 --- a/share/man/man7/mdoc.7 +++ b/share/man/man7/mdoc.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.7,v 1.17 2000/11/08 20:50:59 aaron Exp $ +.\" $OpenBSD: mdoc.7,v 1.18 2000/11/10 00:06:02 aaron Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -115,6 +115,8 @@ Describe environment variables. Files associated with the subject, with short descriptions. .It Ar SEE ALSO Cross references and citations. +.It Ar COMPATIBILITY +Compatibility issues, i.e., deprecated options or parameters. .It Ar STANDARDS Conformance to standards if applicable. .It Ar AUTHORS diff --git a/share/misc/mdoc.template b/share/misc/mdoc.template index 04593f4bd00..ed5ee58ae2c 100644 --- a/share/misc/mdoc.template +++ b/share/misc/mdoc.template @@ -27,6 +27,7 @@ utility processes files ... .\" .Sh FILES .\" .Sh SEE ALSO .\" .Xr foobar 1 +.\" .Sh COMPATIBILITY .\" .Sh STANDARDS .\" .Sh AUTHORS .\" .Sh HISTORY |