diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2018-07-08 23:15:22 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2018-07-08 23:15:22 +0200 |
commit | 853c9cf3718db7c9f6d723e45031016231e1cbd1 (patch) | |
tree | e6a5cafe819de3d14665da32bfd87259b089ec02 /doc/unistdio.texi | |
parent | 7b350538dddb27a4513158cb6b6405b85f175ad1 (diff) | |
parent | 10bd216b0099d2ae8cb22c664fb725165096f95c (diff) |
Merge branch 'release/debian/0.9.10-1'debian/0.9.10-1
Diffstat (limited to 'doc/unistdio.texi')
-rw-r--r-- | doc/unistdio.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/unistdio.texi b/doc/unistdio.texi index e1fb9cf..8f1a0a1 100644 --- a/doc/unistdio.texi +++ b/doc/unistdio.texi @@ -9,7 +9,7 @@ strings. It defines a set of functions similar to @code{fprintf} and These functions work like the @code{printf} function family. In the format string: -@itemize +@itemize @bullet @item The format directive @samp{U} takes an UTF-8 string (@code{const uint8_t *}). @item |