]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
printf.h.3head: ffix
authorAlejandro Colomar <alx@kernel.org>
Wed, 15 Feb 2023 17:44:22 +0000 (18:44 +0100)
committerAlejandro Colomar <alx@kernel.org>
Wed, 15 Feb 2023 17:46:19 +0000 (18:46 +0100)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man3head/printf.h.3head

index 64f11c9eb06b4d0d3c1d4ea9e91c4937fcfa8a79..af743623ba8bab9154a597b667e41ff425ba26e9 100644 (file)
@@ -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