sync.2: PROTOTYPE: Fix return type of syncfs()

Reported-by: Simone Piccardi <piccardi@truelite.it>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-02-12 05:56:25 +13:00
parent f49ee36532
commit c799ca6250
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@
.\" Modified 2001-10-10 by aeb, following Michael Kerrisk.
.\" 2011-09-07, mtk, Added syncfs() documentation,
.\"
.TH SYNC 2 2011-09-07 "Linux" "Linux Programmer's Manual"
.TH SYNC 2 2012-02-12 "Linux" "Linux Programmer's Manual"
.SH NAME
sync, syncfs \- commit buffer cache to disk
.SH SYNOPSIS
@ -41,7 +41,7 @@ sync, syncfs \- commit buffer cache to disk
.sp
.B void sync(void);
.sp
.BI "void syncfs(int " fd );
.BI "int syncfs(int " fd );
.sp
.in -4n
Feature Test Macro Requirements for glibc (see