diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-11-14 03:13:33 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-11-14 03:13:33 +0100 |
commit | a32d5e24249dcb261c055687d3e400737e8abfa6 (patch) | |
tree | 90963e6864d0bffb69d311d0ce4c1a12ac2de036 /include | |
parent | m slibc-human.h (diff) | |
download | slibc-a32d5e24249dcb261c055687d3e400737e8abfa6.tar.gz slibc-a32d5e24249dcb261c055687d3e400737e8abfa6.tar.bz2 slibc-a32d5e24249dcb261c055687d3e400737e8abfa6.tar.xz |
m doc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/slibc-human.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/slibc-human.h b/include/slibc-human.h index 9aebcfd..25e5162 100644 --- a/include/slibc-human.h +++ b/include/slibc-human.h @@ -79,8 +79,8 @@ enum unescape_mode * '\0' resolves to the byte sequence * 192 128 (0xC0 0x80). * - * If not used, '\&' is handled as an - * unsupported escape. + * If not used, '\0' resolves to a + * 0 byte (termination). */ UNESCAPE_MOD_UTF8 = 16, }; |