diff options
author | 2010-04-04 13:41:23 +0000 | |
---|---|---|
committer | 2010-04-04 13:41:23 +0000 | |
commit | 418b0de24c0a5be0eaddca5ba5834ca8b4b38dd5 (patch) | |
tree | e6f06e9ef61a440c1968e2cdbcb6f7f5b1da00af /share/man/man7 | |
parent | regen (diff) | |
download | wireguard-openbsd-418b0de24c0a5be0eaddca5ba5834ca8b4b38dd5.tar.xz wireguard-openbsd-418b0de24c0a5be0eaddca5ba5834ca8b4b38dd5.zip |
Adding the pod2man(1) special characters to mandoc_char(7) was a bad idea.
The mandoc_char(7) manual is supposed to document standard characters
for man(7) and mdoc(7), and these are not standard in any sense.
So move the documentation to an implementation-specific manual.
noticed by kristaps@ and merged in 1.9.22
ok jmc@ who also noticed that \*(TH broke the nroff -Tps build
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/mandoc_char.7 | 23 |
1 files changed, 2 insertions, 21 deletions
diff --git a/share/man/man7/mandoc_char.7 b/share/man/man7/mandoc_char.7 index 91967968d56..db17c075541 100644 --- a/share/man/man7/mandoc_char.7 +++ b/share/man/man7/mandoc_char.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mandoc_char.7,v 1.3 2010/03/26 15:16:06 schwarze Exp $ +.\" $OpenBSD: mandoc_char.7,v 1.4 2010/04/04 13:41:23 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: March 26 2010 $ +.Dd $Mdocdate: April 4 2010 $ .Dt MANDOC_CHAR 7 .Os . @@ -540,25 +540,6 @@ implementations: .It \e*(>= Ta \*(>= Ta greater-than-equal .It \e*(aa Ta \*(aa Ta acute .It \e*(ga Ta \*(ga Ta grave -.It \e*(-- Ta \*(-- Ta dash -.It \e*(PI Ta \*(PI Ta pi -.It \e*(L" Ta \*(L" Ta left double-quote -.It \e*(R" Ta \*(R" Ta right double-quote -.It \e*(C+ Ta \*(C+ Ta C++ -.It \e*(C` Ta \*(C` Ta left single-quote -.It \e*(C' Ta \*(C' Ta right single-quote -.It \e*(Aq Ta \*(Aq Ta apostrophe quote -.It \e*^ Ta \*^ Ta up-arrow -.It \e*, Ta \*, Ta comma -.It \e*~ Ta \*~ Ta tilde -.It \e*/ Ta \*/ Ta forward slash -.It \e*: Ta \*: Ta umlaut -.It \e*8 Ta \*8 Ta beta -.It \e*o Ta \*o Ta degree symbol -.It \e*(D- Ta \*(D- Ta Eth -.It \e*(d- Ta \*(d- Ta eth -.It \e*(TH Ta \*(TH Ta Thorn -.It \e*(th Ta \*(th Ta thorn .El . . |