diff options
author | Alejandro Colomar <alx@kernel.org> | 2023-02-15 18:44:22 +0100 |
---|---|---|
committer | Alejandro Colomar <alx@kernel.org> | 2023-02-15 18:46:19 +0100 |
commit | 7c6483b50699e318a846292a92ff622f353f515e (patch) | |
tree | f2ae7b5c3a6c989354209d43e6110aebdd57216c | |
parent | 27473422c721479acdfc848532eaaaa85bc1480a (diff) | |
download | man-pages-7c6483b50699e318a846292a92ff622f353f515e.tar.gz |
printf.h.3head: ffix
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r-- | man3head/printf.h.3head | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/man3head/printf.h.3head b/man3head/printf.h.3head index 64f11c9eb0..af743623ba 100644 --- a/man3head/printf.h.3head +++ b/man3head/printf.h.3head @@ -159,14 +159,15 @@ The type is determined by using one of the following constants: cast to .IR char . .TP -.B PA_WCHAR wchar_t +.B PA_WCHAR +.IR wchar_t . .TP .B PA_STRING -.I "const char\~*" , +.IR "const char\~*" , a \(aq\e0\(aq-terminated string. .TP .B PA_WSTRING -.I "const wchar_t\~*" , +.IR "const wchar_t\~*" , a wide character L\(aq\e0\(aq-terminated string. .TP .B PA_POINTER |