diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2022-01-13 08:42:15 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2022-01-13 08:42:15 +0000 |
commit | df598f0d35370f4e95f729a4f748cf82935359ca (patch) | |
tree | 6501bc5d175824eab97c5043a200c87e64e86293 /mdoc.7 | |
parent | 9000d2ef3dea08a1b8e264f86867952cf7388ab5 (diff) | |
download | mandoc-df598f0d35370f4e95f729a4f748cf82935359ca.tar.gz |
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 'mdoc.7')
-rw-r--r-- | mdoc.7 | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -1,4 +1,4 @@ -.\" $Id$ +.\" $Id$ .\" .\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv> .\" Copyright (c) 2010, 2011, 2013-2020 Ingo Schwarze <schwarze@openbsd.org> @@ -2486,10 +2486,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 |