From ff21c173ea9901362e355cff561c825fb7c06e23 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 2 Jan 2021 20:57:59 +0100 Subject: [PATCH] wordexp.3: ffix Reported-by: "Alejandro Colomar" Signed-off-by: Michael Kerrisk --- man3/wordexp.3 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/man3/wordexp.3 b/man3/wordexp.3 index af3b0dda7..119fe10fb 100644 --- a/man3/wordexp.3 +++ b/man3/wordexp.3 @@ -25,10 +25,12 @@ .SH NAME wordexp, wordfree \- perform word expansion like a posix-shell .SH SYNOPSIS +.nf .B "#include " .PP .BI "int wordexp(const char *" s ", wordexp_t *" p ", int " flags ); .BI "void wordfree(wordexp_t *" p ); +.fi .PP .RS -4 Feature Test Macro Requirements for glibc (see