OSDN Git Service

(split) LDP_man-pages: update original to v3.34.
[linuxjm/LDP_man-pages.git] / original / man2 / posix_fadvise.2
index bf21689..740e691 100644 (file)
@@ -56,7 +56,8 @@ to perform appropriate optimizations.
 The \fIadvice\fP applies to a (not necessarily existent) region starting
 at \fIoffset\fP and extending for \fIlen\fP bytes (or until the end of
 the file if \fIlen\fP is 0) within the file referred to by \fIfd\fP.
-The advice is not binding; it merely constitutes an expectation on behalf of
+The \fIadvice\fP is not binding;
+it merely constitutes an expectation on behalf of
 the application.
 
 Permissible values for \fIadvice\fP include:
@@ -165,12 +166,12 @@ 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
 The behavior of this system call is otherwise exactly the same as
-.BR posix_fadvise().
+.BR posix_fadvise ().
 No library support is provided for this system call in glibc.
 .\" No ARM support in glibc.
 .SH BUGS