linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] xfs_io: fix up typos in manpage
@ 2020-11-14 15:43 Eric Sandeen
  2020-11-14 17:57 ` Darrick J. Wong
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Sandeen @ 2020-11-14 15:43 UTC (permalink / raw)
  To: xfs

We go in reverse direction, not reserve direction.
We go in forward direction, not forwards direction.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
---

diff --git a/man/man8/xfs_io.8 b/man/man8/xfs_io.8
index caf3f15..1103dc4 100644
--- a/man/man8/xfs_io.8
+++ b/man/man8/xfs_io.8
@@ -219,10 +219,10 @@ dump the contents of the buffer after reading,
 by default only the count of bytes actually read is dumped.
 .TP
 .B \-F
-read the buffers in a forwards sequential direction.
+read the buffers in a forward sequential direction.
 .TP
 .B \-B
-read the buffers in a reserve sequential direction.
+read the buffers in a reverse sequential direction.
 .TP
 .B \-R
 read the buffers in the give range in a random order.
@@ -305,10 +305,10 @@ is used when the data to write is not coming from a file.
 The default buffer fill pattern value is 0xcdcdcdcd.
 .TP
 .B \-F
-write the buffers in a forwards sequential direction.
+write the buffers in a forward sequential direction.
 .TP
 .B \-B
-write the buffers in a reserve sequential direction.
+write the buffers in a reverse sequential direction.
 .TP
 .B \-R
 write the buffers in the give range in a random order.


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

* Re: [PATCH] xfs_io: fix up typos in manpage
  2020-11-14 15:43 [PATCH] xfs_io: fix up typos in manpage Eric Sandeen
@ 2020-11-14 17:57 ` Darrick J. Wong
  0 siblings, 0 replies; 2+ messages in thread
From: Darrick J. Wong @ 2020-11-14 17:57 UTC (permalink / raw)
  To: Eric Sandeen; +Cc: xfs

On Sat, Nov 14, 2020 at 09:43:52AM -0600, Eric Sandeen wrote:
> We go in reverse direction, not reserve direction.
> We go in forward direction, not forwards direction.
> 
> Signed-off-by: Eric Sandeen <sandeen@redhat.com>

Reserve all forwards,
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>

--D

> ---
> 
> diff --git a/man/man8/xfs_io.8 b/man/man8/xfs_io.8
> index caf3f15..1103dc4 100644
> --- a/man/man8/xfs_io.8
> +++ b/man/man8/xfs_io.8
> @@ -219,10 +219,10 @@ dump the contents of the buffer after reading,
>  by default only the count of bytes actually read is dumped.
>  .TP
>  .B \-F
> -read the buffers in a forwards sequential direction.
> +read the buffers in a forward sequential direction.
>  .TP
>  .B \-B
> -read the buffers in a reserve sequential direction.
> +read the buffers in a reverse sequential direction.
>  .TP
>  .B \-R
>  read the buffers in the give range in a random order.
> @@ -305,10 +305,10 @@ is used when the data to write is not coming from a file.
>  The default buffer fill pattern value is 0xcdcdcdcd.
>  .TP
>  .B \-F
> -write the buffers in a forwards sequential direction.
> +write the buffers in a forward sequential direction.
>  .TP
>  .B \-B
> -write the buffers in a reserve sequential direction.
> +write the buffers in a reverse sequential direction.
>  .TP
>  .B \-R
>  write the buffers in the give range in a random order.
> 

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

end of thread, other threads:[~2020-11-14 17:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-14 15:43 [PATCH] xfs_io: fix up typos in manpage Eric Sandeen
2020-11-14 17:57 ` Darrick J. Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).