diff options
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 |