source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mandoc: Add the \) special character, a variant of \& so arcane that i
@ 2018-08-19 23:49 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2018-08-19 23:49 UTC (permalink / raw)
  To: source

Log Message:
-----------
Add the \) special character, a variant of \& so arcane that i 
intentionally leave it undocumented.  Abused for example in the 
groff(7) manual page.

Modified Files:
--------------
    mandoc:
        chars.c

Revision Data
-------------
Index: chars.c
===================================================================
RCS file: /home/cvs/mandoc/mandoc/chars.c,v
retrieving revision 1.73
retrieving revision 1.74
diff -Lchars.c -Lchars.c -u -p -r1.73 -r1.74
--- chars.c
+++ chars.c
@@ -50,6 +50,7 @@ static struct ln lines[] = {
 	{ "|",			"",		0	},
 	{ "^",			"",		0	},
 	{ "&",			"",		0	},
+	{ ")",			"",		0	},
 	{ "%",			"",		0	},
 	{ ":",			ascii_break,	0	},
 	/* XXX The following three do not really belong here. */
--
 To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-08-19 23:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-19 23:49 mandoc: Add the \) special character, a variant of \& so arcane that i schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).