posix_fadvise.2: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Seonghun Lim 2011-09-08 16:13:09 +02:00 committed by Michael Kerrisk
parent b265f7bbe2
commit 503979fa5c
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ system call that orders the arguments suitably:
.in +4n
.nf
.BI "long arm_fadvise64_64(int " fd ", int " advice ,
.BI " loff_t " offset ", loff_t " len );
.BI " loff_t " offset ", loff_t " len );
.fi
.in
.PP