sync.2: Fix feature test macro requirements

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-09-18 11:10:20 +02:00
parent 2161c1320b
commit 733e68f5f0
1 changed files with 5 additions and 1 deletions

View File

@ -45,7 +45,11 @@ Feature Test Macro Requirements for glibc (see
.in
.sp
.BR sync ():
_BSD_SOURCE || _XOPEN_SOURCE\ >=\ 500
.ad l
.RS 4
_BSD_SOURCE || _XOPEN_SOURCE >= 500 || _XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED
.RE
.ad
.SH DESCRIPTION
.BR sync ()
first commits inodes to buffers, and then buffers to disk.