Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/mdocml/dist Correctly process .%U.
details: https://anonhg.NetBSD.org/src/rev/75cf4af36257
branches: trunk
changeset: 748534:75cf4af36257
user: joerg <joerg%NetBSD.org@localhost>
date: Mon Oct 26 15:05:51 2009 +0000
description:
Correctly process .%U.
diffstat:
external/bsd/mdocml/dist/mdoc_action.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r e068b705a470 -r 75cf4af36257 external/bsd/mdocml/dist/mdoc_action.c
--- a/external/bsd/mdocml/dist/mdoc_action.c Mon Oct 26 14:55:12 2009 +0000
+++ b/external/bsd/mdocml/dist/mdoc_action.c Mon Oct 26 15:05:51 2009 +0000
@@ -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,
Home |
Main Index |
Thread Index |
Old Index