diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-03-04 22:17:06 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-03-04 22:17:06 +0000 |
commit | b4db13a4d6e335c3fa8d3cb04b0bc7bd808f3364 (patch) | |
tree | 079f6aed8c22de0405011dae9f459a3b3219c35c /share | |
parent | c79ee99122fb6ee08b295089bc0098e79e097a33 (diff) |
adds -p1003.1-2008 to the list of standards for the St macro.
ok jmc@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man7/mdoc.7 | 8 | ||||
-rw-r--r-- | share/man/man7/mdoc.samples.7 | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/share/man/man7/mdoc.7 b/share/man/man7/mdoc.7 index c75367f1201..0b366227b5e 100644 --- a/share/man/man7/mdoc.7 +++ b/share/man/man7/mdoc.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.7,v 1.39 2007/05/31 22:10:19 jmc Exp $ +.\" $OpenBSD: mdoc.7,v 1.40 2009/03/04 22:17:05 sobrado Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)mdoc.7 8.2 (Berkeley) 12/30/93 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: March 4 2009 $ .Dt MDOC 7 .Os .Sh NAME @@ -323,9 +323,9 @@ Produces .El .Pp The known standards for the St macro are: -.Bd -ragged -offset 4n +.Bd -ragged -offset 5n -p1003.1-88, -p1003.1-90, -p1003.1-96, -p1003.1-2001, -p1003.1-2004, --p1003.1, -p1003.1b, -p1003.1b-93, -p1003.1c-95, -p1003.1g-2000, +-p1003.1-2008, -p1003.1, -p1003.1b, -p1003.1b-93, -p1003.1c-95, -p1003.1g-2000, -p1003.2-92, -p1003.2-95, -p1003.2, -p1387.2, -isoC-90, -isoC-amd1, -isoC-tcor1, -isoC-tcor2, isoC-99, -ansiC, -ansiC-89, -ansiC-99, -ieee754, -iso8802-3, -xpg3, -xpg4, -xpg4.2, -xpg4.3, -xbd5, -xcu5, -xsh5, -xns5, diff --git a/share/man/man7/mdoc.samples.7 b/share/man/man7/mdoc.samples.7 index b3292418d38..a70fc2c12f2 100644 --- a/share/man/man7/mdoc.samples.7 +++ b/share/man/man7/mdoc.samples.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.samples.7,v 1.81 2008/12/30 19:11:29 jmc Exp $ +.\" $OpenBSD: mdoc.samples.7,v 1.82 2009/03/04 22:17:05 sobrado Exp $ .\" $NetBSD: mdoc.samples.7,v 1.5 1996/04/03 20:17:34 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -34,7 +34,7 @@ .\" times and is guaranteed to give a worst case performance .\" for an already extremely slow package. .\" -.Dd $Mdocdate: December 30 2008 $ +.Dd $Mdocdate: March 4 2009 $ .Dt MDOC.SAMPLES 7 .Os .Sh NAME @@ -1615,6 +1615,8 @@ are: .St -p1003.1-2001 .It Li "-p1003.1-2004" .St -p1003.1-2004 +.It Li "-p1003.1-2008" +.St -p1003.1-2008 .It Li "-p1003.1" .St -p1003.1 .It Li "-p1003.1b" |