Module Name: src Committed By: joerg Date: Mon Oct 26 15:05:51 UTC 2009
Modified Files: src/external/bsd/mdocml/dist: mdoc_action.c Log Message: Correctly process .%U. To generate a diff of this commit: cvs rdiff -u -r1.1.1.2 -r1.2 src/external/bsd/mdocml/dist/mdoc_action.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/bsd/mdocml/dist/mdoc_action.c diff -u src/external/bsd/mdocml/dist/mdoc_action.c:1.1.1.2 src/external/bsd/mdocml/dist/mdoc_action.c:1.2 --- src/external/bsd/mdocml/dist/mdoc_action.c:1.1.1.2 Mon Oct 26 14:54:06 2009 +++ src/external/bsd/mdocml/dist/mdoc_action.c Mon Oct 26 15:05:51 2009 @@ -192,7 +192,7 @@ { NULL, NULL }, /* %U */ }; -#define RSORD_MAX 13 +#define RSORD_MAX 14 static const int rsord[RSORD_MAX] = { MDOC__A, @@ -203,6 +203,7 @@ MDOC__R, MDOC__N, MDOC__V, + MDOC__U, MDOC__P, MDOC__Q, MDOC__D,