diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2022-01-13 08:39:25 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2022-01-13 08:39:25 +0000 |
commit | 05c504e360f43a63dbec4d19ce76709dc1f5148a (patch) | |
tree | c9dd7b011e39163c449ad5fa8f0806d19bfab631 /share | |
parent | a7af42c25ded7b4aa0c1e8846ca62b28bf4ac927 (diff) |
Tedu support for the -xsh4.2 argument to the mdoc(7) .St macro
because all of the following hold:
* It is an alias for a part of an ancient standard that is no longer important.
* To refer to that old standard, -xpg4.2 is readily available and portable.
* It is unused in OpenBSD, FreeBSD, and NetBSD.
* Groff never supported it.
I agreed with G. Branden Robinson that deleting this from mandoc
is preferable to adding it to groff.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man7/mdoc.7 | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/share/man/man7/mdoc.7 b/share/man/man7/mdoc.7 index 5654a27f7b2..2ca9cc50fc2 100644 --- a/share/man/man7/mdoc.7 +++ b/share/man/man7/mdoc.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.7,v 1.180 2021/12/05 15:53:46 jmc Exp $ +.\" $OpenBSD: mdoc.7,v 1.181 2022/01/13 08:39:24 schwarze Exp $ .\" .\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv> .\" Copyright (c) 2010, 2011, 2013-2020 Ingo Schwarze <schwarze@openbsd.org> @@ -15,7 +15,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: December 5 2021 $ +.Dd $Mdocdate: January 13 2022 $ .Dt MDOC 7 .Os .Sh NAME @@ -2499,10 +2499,7 @@ Based on POSIX.1 and POSIX.2, published in 1992. .br This standard was published in 1994. It was used as the basis for UNIX 95 certification. -The following three refer to parts of it. -.Pp -.It \-xsh4.2 -.St -xsh4.2 +The following two refer to parts of it. .Pp .It \-xcurses4.2 .St -xcurses4.2 |