wordexp.3: ffix

Reported-by: "Alejandro Colomar" <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2021-01-02 20:57:59 +01:00
parent c9eec92c18
commit ff21c173ea
1 changed files with 2 additions and 0 deletions

View File

@ -25,10 +25,12 @@
.SH NAME
wordexp, wordfree \- perform word expansion like a posix-shell
.SH SYNOPSIS
.nf
.B "#include <wordexp.h>"
.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