diff options
author | 2013-11-10 14:32:11 +0000 | |
---|---|---|
committer | 2013-11-10 14:32:11 +0000 | |
commit | ffec45aeae039203f231d97d5034eb175d8688a0 (patch) | |
tree | 702801c47787eb9af7351138a9119e52323c4169 /share/man/man7/mandoc_char.7 | |
parent | Add fcu(4) to avoid playing a fan symphony when installing/upgrading some (diff) | |
download | wireguard-openbsd-ffec45aeae039203f231d97d5034eb175d8688a0.tar.xz wireguard-openbsd-ffec45aeae039203f231d97d5034eb175d8688a0.zip |
clarify that \[uXXXX] wants uppercase hex digits
Diffstat (limited to 'share/man/man7/mandoc_char.7')
-rw-r--r-- | share/man/man7/mandoc_char.7 | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/share/man/man7/mandoc_char.7 b/share/man/man7/mandoc_char.7 index 53686d6492d..07c7cbc883d 100644 --- a/share/man/man7/mandoc_char.7 +++ b/share/man/man7/mandoc_char.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mandoc_char.7,v 1.16 2013/07/13 19:27:47 schwarze Exp $ +.\" $OpenBSD: mandoc_char.7,v 1.17 2013/11/10 14:32:11 schwarze Exp $ .\" .\" Copyright (c) 2003 Jason McIntyre <jmc@openbsd.org> .\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv> @@ -16,7 +16,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 13 2013 $ +.Dd $Mdocdate: November 10 2013 $ .Dt MANDOC_CHAR 7 .Os .Sh NAME @@ -661,7 +661,12 @@ The escape sequence .Pp is interpreted as a Unicode codepoint. The codepoint must be in the range above U+0080 and less than U+10FFFF. -For compatibility, points must be zero-padded to four characters; if +For compatibility, the hexadecimal digits +.Sq A +to +.Sq F +must be given as uppercase characters, +and points must be zero-padded to four characters; if greater than four characters, no zero padding is allowed. Unicode surrogates are not allowed. .Sh NUMBERED CHARACTERS |