All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] docs: filesystems: fix `make htmldocs` warning
@ 2020-04-30 19:07 ` Vitor Massaru Iha
  0 siblings, 0 replies; 10+ messages in thread
From: Vitor Massaru Iha @ 2020-04-30 19:07 UTC (permalink / raw)
  To: linux-doc
  Cc: hubcap, martin, corbet, devel, linux-kernel, brendanhiggins,
	skhan, linux-kernel-mentees

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

Signed-off-by: Vitor Massaru Iha <vitor@massaru.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..628dc220567e 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 for your pvfs2tab file::
 
     echo tcp://localhost:3334/orangefs /pvfsmnt pvfs2 defaults,noauto 0 0 > \
 	/etc/pvfs2tab
-- 
2.25.1


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

* [Linux-kernel-mentees] [PATCH] docs: filesystems: fix `make htmldocs` warning
@ 2020-04-30 19:07 ` Vitor Massaru Iha
  0 siblings, 0 replies; 10+ messages in thread
From: Vitor Massaru Iha @ 2020-04-30 19:07 UTC (permalink / raw)
  To: linux-doc
  Cc: martin, corbet, brendanhiggins, linux-kernel,
	linux-kernel-mentees, devel, hubcap

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

Signed-off-by: Vitor Massaru Iha <vitor@massaru.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..628dc220567e 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 for your pvfs2tab file::
 
     echo tcp://localhost:3334/orangefs /pvfsmnt pvfs2 defaults,noauto 0 0 > \
 	/etc/pvfs2tab
-- 
2.25.1

_______________________________________________
Linux-kernel-mentees mailing list
Linux-kernel-mentees@lists.linuxfoundation.org
https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees

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

* Re: [PATCH] docs: filesystems: fix `make htmldocs` warning
  2020-04-30 19:07 ` [Linux-kernel-mentees] " Vitor Massaru Iha
@ 2020-04-30 19:47   ` Jonathan Corbet
  -1 siblings, 0 replies; 10+ messages in thread
From: Jonathan Corbet @ 2020-04-30 19:47 UTC (permalink / raw)
  To: Vitor Massaru Iha
  Cc: linux-doc, hubcap, martin, devel, linux-kernel, brendanhiggins,
	skhan, linux-kernel-mentees

On Thu, 30 Apr 2020 16:07:37 -0300
Vitor Massaru Iha <vitor@massaru.org> wrote:

> make htmldocs
> Documentation/filesystems/orangefs.rst:124: WARNING: Literal block expected; none found.
> 
> Signed-off-by: Vitor Massaru Iha <vitor@massaru.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..628dc220567e 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 for your pvfs2tab file::
>  
>      echo tcp://localhost:3334/orangefs /pvfsmnt pvfs2 defaults,noauto 0 0 > \
>  	/etc/pvfs2tab

Thanks, but this has already been fixed in docs-next.

jon

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

* Re: [Linux-kernel-mentees] [PATCH] docs: filesystems: fix `make htmldocs` warning
@ 2020-04-30 19:47   ` Jonathan Corbet
  0 siblings, 0 replies; 10+ messages in thread
From: Jonathan Corbet @ 2020-04-30 19:47 UTC (permalink / raw)
  To: Vitor Massaru Iha
  Cc: martin, linux-doc, brendanhiggins, linux-kernel,
	linux-kernel-mentees, devel, hubcap

On Thu, 30 Apr 2020 16:07:37 -0300
Vitor Massaru Iha <vitor@massaru.org> wrote:

> make htmldocs
> Documentation/filesystems/orangefs.rst:124: WARNING: Literal block expected; none found.
> 
> Signed-off-by: Vitor Massaru Iha <vitor@massaru.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..628dc220567e 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 for your pvfs2tab file::
>  
>      echo tcp://localhost:3334/orangefs /pvfsmnt pvfs2 defaults,noauto 0 0 > \
>  	/etc/pvfs2tab

Thanks, but this has already been fixed in docs-next.

jon
_______________________________________________
Linux-kernel-mentees mailing list
Linux-kernel-mentees@lists.linuxfoundation.org
https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees

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

* Re: [PATCH] docs: filesystems: fix `make htmldocs` warning
  2020-04-30 19:47   ` [Linux-kernel-mentees] " Jonathan Corbet
@ 2020-04-30 19:57     ` Vitor Massaru Iha
  -1 siblings, 0 replies; 10+ messages in thread
From: Vitor Massaru Iha @ 2020-04-30 19:57 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: linux-doc, hubcap, martin, devel, linux-kernel, brendanhiggins,
	skhan, linux-kernel-mentees

Hi Jon,

On Thu, 2020-04-30 at 13:47 -0600, Jonathan Corbet wrote:
> On Thu, 30 Apr 2020 16:07:37 -0300
> Vitor Massaru Iha <vitor@massaru.org> wrote:
> 
> > make htmldocs
> > Documentation/filesystems/orangefs.rst:124: WARNING: Literal block
> > expected; none found.
> > 
> > Signed-off-by: Vitor Massaru Iha <vitor@massaru.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..628dc220567e 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 for your pvfs2tab
> > file::
> >  
> >      echo tcp://localhost:3334/orangefs /pvfsmnt pvfs2
> > defaults,noauto 0 0 > \
> >  	/etc/pvfs2tab
> 
> Thanks, but this has already been fixed in docs-next.

Sorry about that. I searched but I didn't find the documentation tree.
Could you point me to the git url?

Thanks,
Vitor


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

* Re: [Linux-kernel-mentees] [PATCH] docs: filesystems: fix `make htmldocs` warning
@ 2020-04-30 19:57     ` Vitor Massaru Iha
  0 siblings, 0 replies; 10+ messages in thread
From: Vitor Massaru Iha @ 2020-04-30 19:57 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: martin, linux-doc, brendanhiggins, linux-kernel,
	linux-kernel-mentees, devel, hubcap

Hi Jon,

On Thu, 2020-04-30 at 13:47 -0600, Jonathan Corbet wrote:
> On Thu, 30 Apr 2020 16:07:37 -0300
> Vitor Massaru Iha <vitor@massaru.org> wrote:
> 
> > make htmldocs
> > Documentation/filesystems/orangefs.rst:124: WARNING: Literal block
> > expected; none found.
> > 
> > Signed-off-by: Vitor Massaru Iha <vitor@massaru.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..628dc220567e 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 for your pvfs2tab
> > file::
> >  
> >      echo tcp://localhost:3334/orangefs /pvfsmnt pvfs2
> > defaults,noauto 0 0 > \
> >  	/etc/pvfs2tab
> 
> Thanks, but this has already been fixed in docs-next.

Sorry about that. I searched but I didn't find the documentation tree.
Could you point me to the git url?

Thanks,
Vitor

_______________________________________________
Linux-kernel-mentees mailing list
Linux-kernel-mentees@lists.linuxfoundation.org
https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees

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

* Re: [PATCH] docs: filesystems: fix `make htmldocs` warning
  2020-04-30 19:57     ` [Linux-kernel-mentees] " Vitor Massaru Iha
@ 2020-04-30 20:04       ` Jonathan Corbet
  -1 siblings, 0 replies; 10+ messages in thread
From: Jonathan Corbet @ 2020-04-30 20:04 UTC (permalink / raw)
  To: Vitor Massaru Iha
  Cc: linux-doc, hubcap, martin, devel, linux-kernel, brendanhiggins,
	skhan, linux-kernel-mentees

On Thu, 30 Apr 2020 16:57:24 -0300
Vitor Massaru Iha <vitor@massaru.org> wrote:

> Sorry about that. I searched but I didn't find the documentation tree.
> Could you point me to the git url?

The MAINTAINERS file is always the place to look for such things:

> T:	git git://git.lwn.net/linux.git docs-next

jon

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

* Re: [Linux-kernel-mentees] [PATCH] docs: filesystems: fix `make htmldocs` warning
@ 2020-04-30 20:04       ` Jonathan Corbet
  0 siblings, 0 replies; 10+ messages in thread
From: Jonathan Corbet @ 2020-04-30 20:04 UTC (permalink / raw)
  To: Vitor Massaru Iha
  Cc: martin, linux-doc, brendanhiggins, linux-kernel,
	linux-kernel-mentees, devel, hubcap

On Thu, 30 Apr 2020 16:57:24 -0300
Vitor Massaru Iha <vitor@massaru.org> wrote:

> Sorry about that. I searched but I didn't find the documentation tree.
> Could you point me to the git url?

The MAINTAINERS file is always the place to look for such things:

> T:	git git://git.lwn.net/linux.git docs-next

jon
_______________________________________________
Linux-kernel-mentees mailing list
Linux-kernel-mentees@lists.linuxfoundation.org
https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees

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

* Re: [PATCH] docs: filesystems: fix `make htmldocs` warning
  2020-04-30 20:04       ` [Linux-kernel-mentees] " Jonathan Corbet
@ 2020-04-30 20:08         ` Vitor Massaru Iha
  -1 siblings, 0 replies; 10+ messages in thread
From: Vitor Massaru Iha @ 2020-04-30 20:08 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: linux-doc, hubcap, martin, devel, linux-kernel, brendanhiggins,
	skhan, linux-kernel-mentees

On Thu, 2020-04-30 at 14:04 -0600, Jonathan Corbet wrote:
> On Thu, 30 Apr 2020 16:57:24 -0300
> Vitor Massaru Iha <vitor@massaru.org> wrote:
> 
> > Sorry about that. I searched but I didn't find the documentation
> > tree.
> > Could you point me to the git url?
> 
> The MAINTAINERS file is always the place to look for such things:
> 
> > T:	git git://git.lwn.net/linux.git docs-next
> 
> jon

Thanks Jon!


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

* Re: [Linux-kernel-mentees] [PATCH] docs: filesystems: fix `make htmldocs` warning
@ 2020-04-30 20:08         ` Vitor Massaru Iha
  0 siblings, 0 replies; 10+ messages in thread
From: Vitor Massaru Iha @ 2020-04-30 20:08 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: martin, linux-doc, brendanhiggins, linux-kernel,
	linux-kernel-mentees, devel, hubcap

On Thu, 2020-04-30 at 14:04 -0600, Jonathan Corbet wrote:
> On Thu, 30 Apr 2020 16:57:24 -0300
> Vitor Massaru Iha <vitor@massaru.org> wrote:
> 
> > Sorry about that. I searched but I didn't find the documentation
> > tree.
> > Could you point me to the git url?
> 
> The MAINTAINERS file is always the place to look for such things:
> 
> > T:	git git://git.lwn.net/linux.git docs-next
> 
> jon

Thanks Jon!

_______________________________________________
Linux-kernel-mentees mailing list
Linux-kernel-mentees@lists.linuxfoundation.org
https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees

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

end of thread, other threads:[~2020-04-30 20:08 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-30 19:07 [PATCH] docs: filesystems: fix `make htmldocs` warning Vitor Massaru Iha
2020-04-30 19:07 ` [Linux-kernel-mentees] " Vitor Massaru Iha
2020-04-30 19:47 ` Jonathan Corbet
2020-04-30 19:47   ` [Linux-kernel-mentees] " Jonathan Corbet
2020-04-30 19:57   ` Vitor Massaru Iha
2020-04-30 19:57     ` [Linux-kernel-mentees] " Vitor Massaru Iha
2020-04-30 20:04     ` Jonathan Corbet
2020-04-30 20:04       ` [Linux-kernel-mentees] " Jonathan Corbet
2020-04-30 20:08       ` Vitor Massaru Iha
2020-04-30 20:08         ` [Linux-kernel-mentees] " Vitor Massaru Iha

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.