source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Put .%C before .%D in .Rs output because that's the usual order
@ 2013-08-05 14:36 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2013-08-05 14:36 UTC (permalink / raw)
  To: source

Log Message:
-----------
Put .%C before .%D in .Rs output
because that's the usual order in formal citations.

My patch that was accepted into groff by Werner Lemberg
uses the same order, so keep groff and mandoc consistent.

Modified Files:
--------------
    mdocml:
        mdoc_validate.c

Revision Data
-------------
Index: mdoc_validate.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mdoc_validate.c,v
retrieving revision 1.191
retrieving revision 1.192
diff -Lmdoc_validate.c -Lmdoc_validate.c -u -p -r1.191 -r1.192
--- mdoc_validate.c
+++ mdoc_validate.c
@@ -319,9 +319,9 @@ static	const enum mdoct rsord[RSORD_MAX]
 	MDOC__U,
 	MDOC__P,
 	MDOC__Q,
+	MDOC__C,
 	MDOC__D,
-	MDOC__O,
-	MDOC__C
+	MDOC__O
 };
 
 static	const char * const secnames[SEC__MAX] = {
--
 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:[~2013-08-05 14:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-05 14:36 mdocml: Put .%C before .%D in .Rs output because that's the usual order 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).