diff options
author | 2019-07-09 03:46:41 +0000 | |
---|---|---|
committer | 2019-07-09 03:46:41 +0000 | |
commit | d70b8e3c57543e4072148e858b16d081498d139e (patch) | |
tree | 09f5a1b881790eb1c8c9173aed82d32667a1bb89 /share/man/man7 | |
parent | Remove trailing whitespace from a macro (diff) | |
download | wireguard-openbsd-d70b8e3c57543e4072148e858b16d081498d139e.tar.xz wireguard-openbsd-d70b8e3c57543e4072148e858b16d081498d139e.zip |
The non-standard .EX/.EE macro pair was invented for Version 9 AT&T UNIX
and only got adopted by GNU two decades later.
Thanks to Doug McIlroy <doug at cs dot dartmouth dot edu>
for pointing out the error.
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/man.7 | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/share/man/man7/man.7 b/share/man/man7/man.7 index 47b5eba7bab..d55da35ed0f 100644 --- a/share/man/man7/man.7 +++ b/share/man/man7/man.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: man.7,v 1.55 2019/03/02 22:04:37 schwarze Exp $ +.\" $OpenBSD: man.7,v 1.56 2019/07/09 03:46:41 schwarze Exp $ .\" .\" Copyright (c) 2009, 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv> .\" Copyright (c) 2011-2015,2017,2018,2019 Ingo Schwarze <schwarze@openbsd.org> @@ -17,7 +17,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: March 2 2019 $ +.Dd $Mdocdate: July 9 2019 $ .Dt MAN 7 .Os .Sh NAME @@ -160,7 +160,9 @@ This has no effect unless the tabulator positions were changed with the .Ic ta request. .It Ic EE -This is a non-standard GNU extension. +This is a non-standard Version 9 +.At +extension later adopted by GNU. In .Xr mandoc 1 , it does the same as the @@ -168,7 +170,9 @@ it does the same as the .Ic fi request (switch to fill mode). .It Ic EX -This is a non-standard GNU extension. +This is a non-standard Version 9 +.At +extension later adopted by GNU. In .Xr mandoc 1 , it does the same as the @@ -496,8 +500,8 @@ The syntax is as follows: .It Ic BI Ta n Ta current Ta \& .It Ic BR Ta n Ta current Ta \& .It Ic DT Ta 0 Ta current Ta \& -.It Ic EE Ta 0 Ta current Ta GNU -.It Ic EX Ta 0 Ta current Ta GNU +.It Ic EE Ta 0 Ta current Ta Version 9 At +.It Ic EX Ta 0 Ta current Ta Version 9 At .It Ic I Ta n Ta next-line Ta \& .It Ic IB Ta n Ta current Ta \& .It Ic IR Ta n Ta current Ta \& |