linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs: orangefs: fix pvfs2tab literal block
@ 2020-04-24 15:35 Stephen Kitt
  2020-04-28 18:36 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Kitt @ 2020-04-24 15:35 UTC (permalink / raw)
  To: Mike Marshall, Martin Brandenburg, Jonathan Corbet, devel, linux-doc
  Cc: linux-kernel, Stephen Kitt

Following a merge fix-up, the literal block is introduced too early;
this patch merges the localhost mention with the introduction, fixing

	Documentation/filesystems/orangefs.rst:124: WARNING: Literal block expected; none found.

Signed-off-by: Stephen Kitt <steve@sk2.org>
---
 Documentation/filesystems/orangefs.rst | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/Documentation/filesystems/orangefs.rst b/Documentation/filesystems/orangefs.rst
index e41369709c5b..463e37694250 100644
--- a/Documentation/filesystems/orangefs.rst
+++ b/Documentation/filesystems/orangefs.rst
@@ -119,9 +119,7 @@ it comes to that question::
 
     /opt/ofs/bin/pvfs2-genconfig /etc/pvfs2.conf
 
-Create an /etc/pvfs2tab file::
-
-Localhost is fine for your pvfs2tab file:
+Create an /etc/pvfs2tab file (localhost is fine)::
 
     echo tcp://localhost:3334/orangefs /pvfsmnt pvfs2 defaults,noauto 0 0 > \
 	/etc/pvfs2tab
-- 
2.25.3


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

* Re: [PATCH] docs: orangefs: fix pvfs2tab literal block
  2020-04-24 15:35 [PATCH] docs: orangefs: fix pvfs2tab literal block Stephen Kitt
@ 2020-04-28 18:36 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2020-04-28 18:36 UTC (permalink / raw)
  To: Stephen Kitt
  Cc: Mike Marshall, Martin Brandenburg, devel, linux-doc, linux-kernel

On Fri, 24 Apr 2020 17:35:15 +0200
Stephen Kitt <steve@sk2.org> wrote:

> Following a merge fix-up, the literal block is introduced too early;
> this patch merges the localhost mention with the introduction, fixing
> 
> 	Documentation/filesystems/orangefs.rst:124: WARNING: Literal block expected; none found.
> 
> Signed-off-by: Stephen Kitt <steve@sk2.org>

Applied, thanks.

jon

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

end of thread, other threads:[~2020-04-28 18:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-24 15:35 [PATCH] docs: orangefs: fix pvfs2tab literal block Stephen Kitt
2020-04-28 18:36 ` Jonathan Corbet

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).