* Typo in fallocate.2
@ 2011-09-21 21:57 D. Barbier
[not found] ` <CAMqf4EHSHE8T+Rygzm89DCUnbooDgqrzWy-JHunjp3BP8z3xJQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: D. Barbier @ 2011-09-21 21:57 UTC (permalink / raw)
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
linux-man-u79uwXL29TY76Z2rM5mHXA
Hello,
Here is a trivial typo fix in man2/fallocate.2
diff --git a/man2/fallocate.2 b/man2/fallocate.2
index 45b8a21..6b37139 100644
--- a/man2/fallocate.2
+++ b/man2/fallocate.2
@@ -128,7 +128,7 @@ is not supported by the file system containing the
file referred to by
.TP
.B EPERM
The file referred to by
-.fd
+.I fd
is marked immutable (see
.BR chattr (1).
.TP
Denis
--
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] 3+ messages in thread[parent not found: <CAMqf4EHSHE8T+Rygzm89DCUnbooDgqrzWy-JHunjp3BP8z3xJQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: Typo in fallocate.2 [not found] ` <CAMqf4EHSHE8T+Rygzm89DCUnbooDgqrzWy-JHunjp3BP8z3xJQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2011-09-21 23:33 ` David Prévot [not found] ` <4E7A743B.8090706-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org> 0 siblings, 1 reply; 3+ messages in thread From: David Prévot @ 2011-09-21 23:33 UTC (permalink / raw) To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Hi Michael, Le 21/09/2011 17:57, D. Barbier a écrit : > Here is a trivial typo fix in man2/fallocate.2 Patch updated to take care of second typo in the same sentence. I'm also wondering about a third one: this page already refers to “pipe *or* FIFO” (so does posix_fadvise.2, lseek.2, fpathconf.3 and pipe.7), so I have a doubt about the newly added “*of* FIFO”. diff --git a/man2/fallocate.2 b/man2/fallocate.2 index 45b8a21..b8b0ed0 100644 - --- a/man2/fallocate.2 +++ b/man2/fallocate.2 @@ -128,13 +128,13 @@ is not supported by the file system containing the file referred to by .TP .B EPERM The file referred to by - -.fd +I .fd is marked immutable (see - -.BR chattr (1). +.BR chattr (1)). .TP .B ESPIPE .I fd - -refers to a pipe of FIFO. +refers to a pipe or FIFO. .SH VERSIONS .BR fallocate () is available on Linux since kernel 2.6.23. Regards David -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQIcBAEBCAAGBQJOenQmAAoJELgqIXr9/gnytvEP/Aqz9bMt6LE2fpXqmq279wLn KAHh6J6gaApElpWAngqxgfsbs1En/4nVxnD5FUex/wZZWJooCwqpdH9gW1BGRm3T Z4FsC14jzdffpeVatA2a/bPoHyKM3hUbaUKyeRXfqxLo0HlLgrpC5I9j6WmsJ7Qc KSgCDvSJDsGmDBSdYcPRsZvCDPYYzmAAorxeOn7p8Maqy9QF/QatR7hMC1LTQC3b 1MFg7u4YQZ/KzI0CZV5yLjsltr0/Xz2RkNtIoyG/rPLj4YsUNdTYF0Z8vGeMOMQ7 oNsjAZiJrCYAC+WiRPfR2OduF+U72x4BAxcDVEdBoBxoEW47zFs+QRCKpMTr31K3 UDLWN13FNN1kaqnRBL5u8RTvyU63RInUPuSZOL4jUocu5YbQzFUdJvrvYu4E75kG MVRcyXqOjNzHQdeBrB7w6YnX+LcBsGzZZg69pFmgdRq7fY6VmNxRFpLqz2IrVr6V Q4Fnz7dAo5HEq7i/YUSvJh1i3ODlHg/y1S11Ne/fX351BgTEBiWGvxBY+VIM7hRl 97bj0nKp2XJQAnUz/jdwx7XWOl575GG8dPUlJxJvmATyoI4vNNkA8nVtDc6NAGJy 5vTWIvW3+Y07dOFpYctpjAYDdLogdChmk+3E19yWq5X/jIvmANosqua979URMw61 MP0cLYZjDS6l1HtllE3d =1iNz -----END PGP SIGNATURE----- -- 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 [flat|nested] 3+ messages in thread
[parent not found: <4E7A743B.8090706-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>]
* Re: Typo in fallocate.2 [not found] ` <4E7A743B.8090706-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org> @ 2011-09-22 2:56 ` Michael Kerrisk 0 siblings, 0 replies; 3+ messages in thread From: Michael Kerrisk @ 2011-09-22 2:56 UTC (permalink / raw) To: David Prévot; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA Hi Denis, On Thu, Sep 22, 2011 at 1:33 AM, David Prévot <taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > Hi Michael, > > Le 21/09/2011 17:57, D. Barbier a écrit : > >> Here is a trivial typo fix in man2/fallocate.2 > > Patch updated to take care of second typo in the same sentence. I'm also > wondering about a third one: this page already refers to “pipe *or* > FIFO” (so does posix_fadvise.2, lseek.2, fpathconf.3 and pipe.7), so I > have a doubt about the newly added “*of* FIFO”. All three fixes are correct. Applied for 3.34. Thanks, Michael > diff --git a/man2/fallocate.2 b/man2/fallocate.2 > index 45b8a21..b8b0ed0 100644 > - --- a/man2/fallocate.2 > +++ b/man2/fallocate.2 > @@ -128,13 +128,13 @@ is not supported by the file system containing the > file referred to by > .TP > .B EPERM > The file referred to by > - -.fd > +I .fd > is marked immutable (see > - -.BR chattr (1). > +.BR chattr (1)). > .TP > .B ESPIPE > .I fd > - -refers to a pipe of FIFO. > +refers to a pipe or FIFO. > .SH VERSIONS > .BR fallocate () > is available on Linux since kernel 2.6.23. > > > Regards > > David > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.11 (GNU/Linux) > > iQIcBAEBCAAGBQJOenQmAAoJELgqIXr9/gnytvEP/Aqz9bMt6LE2fpXqmq279wLn > KAHh6J6gaApElpWAngqxgfsbs1En/4nVxnD5FUex/wZZWJooCwqpdH9gW1BGRm3T > Z4FsC14jzdffpeVatA2a/bPoHyKM3hUbaUKyeRXfqxLo0HlLgrpC5I9j6WmsJ7Qc > KSgCDvSJDsGmDBSdYcPRsZvCDPYYzmAAorxeOn7p8Maqy9QF/QatR7hMC1LTQC3b > 1MFg7u4YQZ/KzI0CZV5yLjsltr0/Xz2RkNtIoyG/rPLj4YsUNdTYF0Z8vGeMOMQ7 > oNsjAZiJrCYAC+WiRPfR2OduF+U72x4BAxcDVEdBoBxoEW47zFs+QRCKpMTr31K3 > UDLWN13FNN1kaqnRBL5u8RTvyU63RInUPuSZOL4jUocu5YbQzFUdJvrvYu4E75kG > MVRcyXqOjNzHQdeBrB7w6YnX+LcBsGzZZg69pFmgdRq7fY6VmNxRFpLqz2IrVr6V > Q4Fnz7dAo5HEq7i/YUSvJh1i3ODlHg/y1S11Ne/fX351BgTEBiWGvxBY+VIM7hRl > 97bj0nKp2XJQAnUz/jdwx7XWOl575GG8dPUlJxJvmATyoI4vNNkA8nVtDc6NAGJy > 5vTWIvW3+Y07dOFpYctpjAYDdLogdChmk+3E19yWq5X/jIvmANosqua979URMw61 > MP0cLYZjDS6l1HtllE3d > =1iNz > -----END PGP SIGNATURE----- > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Author of "The Linux Programming Interface"; http://man7.org/tlpi/ -- 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 [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-09-22 2:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-21 21:57 Typo in fallocate.2 D. Barbier
[not found] ` <CAMqf4EHSHE8T+Rygzm89DCUnbooDgqrzWy-JHunjp3BP8z3xJQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-09-21 23:33 ` David Prévot
[not found] ` <4E7A743B.8090706-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2011-09-22 2:56 ` Michael Kerrisk
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox