source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: `Ad' is supposed to underline.
@ 2010-07-26 22:35 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2010-07-26 22:35 UTC (permalink / raw)
  To: source

Log Message:
-----------
`Ad' is supposed to underline.  Found whilst trolling through manuals.

Modified Files:
--------------
    mdocml:
        example.style.css
        mdoc_term.c

Revision Data
-------------
Index: mdoc_term.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mdoc_term.c,v
retrieving revision 1.177
retrieving revision 1.178
diff -Lmdoc_term.c -Lmdoc_term.c -u -p -r1.177 -r1.178
--- mdoc_term.c
+++ mdoc_term.c
@@ -151,7 +151,7 @@ static	const struct termact termacts[MDO
 	{ termp_bl_pre, termp_bl_post }, /* Bl */
 	{ NULL, NULL }, /* El */
 	{ termp_it_pre, termp_it_post }, /* It */
-	{ NULL, NULL }, /* Ad */ 
+	{ termp_under_pre, NULL }, /* Ad */ 
 	{ termp_an_pre, termp_an_post }, /* An */
 	{ termp_under_pre, NULL }, /* Ar */
 	{ termp_cd_pre, NULL }, /* Cd */
Index: example.style.css
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/example.style.css,v
retrieving revision 1.20
retrieving revision 1.21
diff -Lexample.style.css -Lexample.style.css -u -p -r1.20 -r1.21
--- example.style.css
+++ example.style.css
@@ -11,7 +11,7 @@ div.ssec-head	{ font-weight: bold; font-
 div.ssec-body	{ }
 div.ssec-block	{ }
 
-span.addr	{ } /* Address (Ad). */
+span.addr	{ font-style: italic; font-weight: normal; } /* Address (Ad). */
 span.arg	{ font-style: italic; font-weight: normal; } /* Command argument (Ar). */
 span.author	{ } /* Author name (An). */
 span.bold	{ font-weight: bold; font-style: normal; } /* Generically bold (SB, BI, IB, BR, RB, B). */
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

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

only message in thread, other threads:[~2010-07-26 22:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-26 22:35 mdocml: `Ad' is supposed to underline kristaps

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).