OSDN Git Service

(split) LDP: Update original to LDP v3.38.
[linuxjm/LDP_man-pages.git] / original / man2 / fallocate.2
index 9fe0620..2f84c91 100644 (file)
@@ -49,7 +49,7 @@ and
 The file size (as reported by
 .BR stat (2))
 will be changed if
-.I "offset + len"
+.IR offset + len
 is greater than the file size.
 This default behavior closely resembles the behavior of the
 .BR posix_fallocate (3)
@@ -68,7 +68,7 @@ flag is specified in
 .IR mode ,
 the behavior of the call is similar,
 but the file size will not be changed even if
-.I "offset + len"
+.IR offset + len
 is greater than the file size.
 Preallocating zeroed blocks beyond the end of the file in this manner
 is useful for optimizing append workloads.