clearenv.3: Fix error in feature test macro requirements

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-09-26 16:02:31 +02:00
parent 66d3a13ba5
commit 32ee913a0a
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ Feature Test Macro Requirements for glibc (see
.in
.sp
.BR clearenv ():
_SVID_SOURCE || _XOPEN_SOURCE
_SVID_SOURCE || _BSD_SOURCE
.SH DESCRIPTION
The
.BR clearenv ()