All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fallocate.2: ffix
@ 2012-02-28  3:14 David Prévot
       [not found] ` <1330398866-16965-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: David Prévot @ 2012-02-28  3:14 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
  Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, David Prévot

---
 man2/fallocate.2 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/man2/fallocate.2 b/man2/fallocate.2
index 9fe0620..2f84c91 100644
--- a/man2/fallocate.2
+++ b/man2/fallocate.2
@@ -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.
-- 
1.7.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [PATCH] fallocate.2: ffix
@ 2014-04-27 21:52 Simon Paillard
       [not found] ` <1398635545-12432-1-git-send-email-spaillard-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Simon Paillard @ 2014-04-27 21:52 UTC (permalink / raw)
  To: linux-man-u79uwXL29TY76Z2rM5mHXA; +Cc: Simon Paillard

---
 man2/fallocate.2 | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/man2/fallocate.2 b/man2/fallocate.2
index b14bb28..73c4f12 100644
--- a/man2/fallocate.2
+++ b/man2/fallocate.2
@@ -233,12 +233,14 @@ or
 is not a multiple of the filesystem block size.
 .TP
 .B EINVAL
-mode contains both
+.I mode
+contains both
 .B FALLOC_FL_COLLAPSE_RANGE
 and other flags;
 no other flags are permitted with
 .BR FALLOC_FL_COLLAPSE_RANGE .
-.TP EINVAL
+.TP
+.B EINVAL
 .I mode
 is
 .BR FALLOC_FL_COLLAPSE_RANGE ,
-- 
1.9.2

--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [PATCH] fallocate.2: ffix
@ 2014-05-18 16:28 Simon Paillard
       [not found] ` <1400430482-25427-1-git-send-email-spaillard-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Simon Paillard @ 2014-05-18 16:28 UTC (permalink / raw)
  To: linux-man-u79uwXL29TY76Z2rM5mHXA; +Cc: Simon Paillard

---
 man2/fallocate.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man2/fallocate.2 b/man2/fallocate.2
index a29d7df..fa2703c 100644
--- a/man2/fallocate.2
+++ b/man2/fallocate.2
@@ -290,7 +290,7 @@ no other flags are permitted with
 is
 .BR FALLOC_FL_COLLAPSE_RANGE
 or
-.BR FALLOC_FL_ZERO_RANGE,
+.BR FALLOC_FL_ZERO_RANGE ,
 but the file referred to by
 .I fd
 is not a regular file.
-- 
2.0.0.rc2

--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-05-19  4:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-28  3:14 [PATCH] fallocate.2: ffix David Prévot
     [not found] ` <1330398866-16965-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2012-03-19 18:42   ` Michael Kerrisk (man-pages)
2014-04-27 21:52 Simon Paillard
     [not found] ` <1398635545-12432-1-git-send-email-spaillard-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2014-04-28  7:39   ` Michael Kerrisk (man-pages)
2014-05-18 16:28 Simon Paillard
     [not found] ` <1400430482-25427-1-git-send-email-spaillard-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2014-05-19  4:51   ` Michael Kerrisk (man-pages)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.