diff options
-rw-r--r-- | chars.c | 1 | ||||
-rw-r--r-- | mandoc_char.7 | 1 | ||||
-rw-r--r-- | regress/char/unicode/ascii.in | 2 | ||||
-rw-r--r-- | regress/char/unicode/ascii.out_ascii | 2 | ||||
-rw-r--r-- | regress/char/unicode/ascii.out_html | 2 | ||||
-rw-r--r-- | regress/char/unicode/ascii.out_utf8 | 2 |
6 files changed, 6 insertions, 4 deletions
@@ -61,6 +61,7 @@ static struct ln lines[] = { { "ba", "|", 0x007c }, { "br", "|", 0x2502 }, { "ul", "_", 0x005f }, + { "ru", "_", 0x005f }, { "rn", "-", 0x203e }, { "bb", "|", 0x00a6 }, { "sl", "/", 0x002f }, diff --git a/mandoc_char.7 b/mandoc_char.7 index 88d6e9d4..f739265a 100644 --- a/mandoc_char.7 +++ b/mandoc_char.7 @@ -260,6 +260,7 @@ Lines: .It \e(ba Ta \(ba Ta bar .It \e(br Ta \(br Ta box rule .It \e(ul Ta \(ul Ta underscore +.It \e(ru Ta \(ru Ta underscore (width 0.5m) .It \e(rn Ta \(rn Ta overline .It \e(bb Ta \(bb Ta broken bar .It \e(sl Ta \(sl Ta forward slash diff --git a/regress/char/unicode/ascii.in b/regress/char/unicode/ascii.in index c75da2c0..66664155 100644 --- a/regress/char/unicode/ascii.in +++ b/regress/char/unicode/ascii.in @@ -18,7 +18,7 @@ BEGINTEST \[u005C]\N'92'\e\(rs REVERSE SOLIDUS \[u005D]\N'93'\(rB RIGHT SQUARE BRACKET \[u005E]\N'94'\(a^\(ha CIRCUMFLEX ACCENT -\[u005F]\N'95'\(ul LOW LINE +\[u005F]\N'95'\(ul\(ru LOW LINE \[u0060]\N'96'\`\(ga GRAVE ACCENT \[u007B]\N'123'\(lC LEFT CURLY BRACKET \[u007C]\N'124'\(ba\(or VERTICAL LINE diff --git a/regress/char/unicode/ascii.out_ascii b/regress/char/unicode/ascii.out_ascii index 74b5d286..f46e0f36 100644 --- a/regress/char/unicode/ascii.out_ascii +++ b/regress/char/unicode/ascii.out_ascii @@ -21,7 +21,7 @@ DDEESSCCRRIIPPTTIIOONN \\\\ REVERSE SOLIDUS ]]] RIGHT SQUARE BRACKET ^^^^ CIRCUMFLEX ACCENT - ___ LOW LINE + ____ LOW LINE ```` GRAVE ACCENT {{{ LEFT CURLY BRACKET |||| VERTICAL LINE diff --git a/regress/char/unicode/ascii.out_html b/regress/char/unicode/ascii.out_html index deef5bcb..7ebda578 100644 --- a/regress/char/unicode/ascii.out_html +++ b/regress/char/unicode/ascii.out_html @@ -13,7 +13,7 @@ $$$ DOLLAR SIGN \\\\ REVERSE SOLIDUS ]]] RIGHT SQUARE BRACKET ^^^^ CIRCUMFLEX ACCENT -___ LOW LINE +____ LOW LINE ```` GRAVE ACCENT {{{ LEFT CURLY BRACKET |||| VERTICAL LINE diff --git a/regress/char/unicode/ascii.out_utf8 b/regress/char/unicode/ascii.out_utf8 index 74b5d286..f46e0f36 100644 --- a/regress/char/unicode/ascii.out_utf8 +++ b/regress/char/unicode/ascii.out_utf8 @@ -21,7 +21,7 @@ DDEESSCCRRIIPPTTIIOONN \\\\ REVERSE SOLIDUS ]]] RIGHT SQUARE BRACKET ^^^^ CIRCUMFLEX ACCENT - ___ LOW LINE + ____ LOW LINE ```` GRAVE ACCENT {{{ LEFT CURLY BRACKET |||| VERTICAL LINE |