diff options
author | 2009-08-22 15:44:02 +0000 | |
---|---|---|
committer | 2009-08-22 15:44:02 +0000 | |
commit | d61934b4fee54694eba406befc1842543a2d397a (patch) | |
tree | ea9e62470894a3b242652cb77c0d2620467f2497 | |
parent | sync to 1.8.4: LLVM findings from <uqs at spoerlein dot net> (diff) | |
download | wireguard-openbsd-d61934b4fee54694eba406befc1842543a2d397a.tar.xz wireguard-openbsd-d61934b4fee54694eba406befc1842543a2d397a.zip |
sync to 1.8.4: The .St -p1003.1* macros produce "POSIX" instead of "POSIX.1";
agreed with jmc@ to leave this for now (because it agrees with our in-tree
groff) and adapt it to new groff conventions after the main switch
-rw-r--r-- | usr.bin/mandoc/mdoc.7 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/usr.bin/mandoc/mdoc.7 b/usr.bin/mandoc/mdoc.7 index 17051683b1b..f95138be959 100644 --- a/usr.bin/mandoc/mdoc.7 +++ b/usr.bin/mandoc/mdoc.7 @@ -1,4 +1,4 @@ -.\" $Id: mdoc.7,v 1.11 2009/08/09 21:59:41 schwarze Exp $ +.\" $Id: mdoc.7,v 1.12 2009/08/22 15:44:02 schwarze Exp $ .\" .\" Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: August 9 2009 $ +.Dd $Mdocdate: August 22 2009 $ .Dt MDOC 7 .Os .\" SECTION--------------------------------------------- @@ -456,6 +456,14 @@ file re-write .Bl -dash -compact .\" LIST-ITEM .It +The POSIX.1 +.Sq \&St +macro produce +.Dq POSIX +instead of +.Dq POSIX.1 . +.\" LIST-ITEM +.It The .Sq \-split or |