summaryrefslogtreecommitdiffstats
path: root/man3head
diff options
context:
space:
mode:
authorTom Schwindl <schwindl@posteo.de>2023-03-08 21:01:11 +0000
committerAlejandro Colomar <alx@kernel.org>2023-03-09 00:12:28 +0100
commit88163675125a0facf3709eea30239734119d2459 (patch)
tree5d4fe3595440d1840b422df84b96189cb3883280 /man3head
parent1a35f5b7d4f866e0b711a98a0afa9bb275b04675 (diff)
man*/: ffix
Signed-off-by: Tom Schwindl <schwindl@posteo.de> Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man3head')
-rw-r--r--man3head/printf.h.3head6
1 files changed, 3 insertions, 3 deletions
diff --git a/man3head/printf.h.3head b/man3head/printf.h.3head
index af743623b..8f1aa6a37 100644
--- a/man3head/printf.h.3head
+++ b/man3head/printf.h.3head
@@ -288,9 +288,9 @@ static ssize_t pad_spaces(FILE *stream, size_t pad_len);
int
main(void)
{
- if (register_printf_specifier(\[aq]b\[aq], b_printf, b_arginf_sz) == -1)
+ if (register_printf_specifier(\[aq]b\[aq], b_printf, b_arginf_sz) == \-1)
err(EXIT_FAILURE, "register_printf_specifier(\[aq]b\[aq], ...)");
- if (register_printf_specifier(\[aq]B\[aq], b_printf, b_arginf_sz) == -1)
+ if (register_printf_specifier(\[aq]B\[aq], b_printf, b_arginf_sz) == \-1)
err(EXIT_FAILURE, "register_printf_specifier(\[aq]B\[aq], ...)");
printf("....----....----....----....----\en");
@@ -410,7 +410,7 @@ b_arginf_sz(const struct printf_info *info, size_t n, int argtypes[n],
[[maybe_unused]] int size[n])
{
if (n < 1)
- return -1;
+ return \-1;
if (info\->is_long_double)
argtypes[0] = PA_INT | PA_FLAG_LONG_LONG;