All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sheriff Esseson <sheriffesseson@gmail.com>
To: skhan@linuxfoundation.org
Cc: linux-kernel-mentees@lists.linuxfoundation.org,
	"Darrick J. Wong" <darrick.wong@oracle.com>,
	linux-xfs@vger.kernel.org, Jonathan Corbet <corbet@lwn.net>,
	"open list:DOCUMENTATION" <linux-doc@vger.kernel.org>,
	open list <linux-kernel@vger.kernel.org>
Subject: [PATCH] Documentation: filesystem: fix "Removed Sysctls" table
Date: Tue, 23 Jul 2019 12:48:13 +0100	[thread overview]
Message-ID: <20190723114813.GA14870@localhost> (raw)

the "Removed Sysctls" section is a table - bring it alive with ReST.

Signed-off-by: Sheriff Esseson <sheriffesseson@gmail.com>
---
 Documentation/admin-guide/xfs.rst | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Documentation/admin-guide/xfs.rst b/Documentation/admin-guide/xfs.rst
index e76665a8f2f2..fb5b39f73059 100644
--- a/Documentation/admin-guide/xfs.rst
+++ b/Documentation/admin-guide/xfs.rst
@@ -337,11 +337,12 @@ None at present.
 Removed Sysctls
 ===============
 
+=============================	=======
   Name				Removed
-  ----				-------
+=============================	=======
   fs.xfs.xfsbufd_centisec	v4.0
   fs.xfs.age_buffer_centisecs	v4.0
-
+=============================	=======
 
 Error handling
 ==============
-- 
2.22.0


WARNING: multiple messages have this Message-ID (diff)
From: sheriffesseson at gmail.com (Sheriff Esseson)
Subject: [Linux-kernel-mentees] [PATCH] Documentation: filesystem: fix "Removed Sysctls" table
Date: Tue, 23 Jul 2019 12:48:13 +0100	[thread overview]
Message-ID: <20190723114813.GA14870@localhost> (raw)

the "Removed Sysctls" section is a table - bring it alive with ReST.

Signed-off-by: Sheriff Esseson <sheriffesseson at gmail.com>
---
 Documentation/admin-guide/xfs.rst | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Documentation/admin-guide/xfs.rst b/Documentation/admin-guide/xfs.rst
index e76665a8f2f2..fb5b39f73059 100644
--- a/Documentation/admin-guide/xfs.rst
+++ b/Documentation/admin-guide/xfs.rst
@@ -337,11 +337,12 @@ None at present.
 Removed Sysctls
 ===============
 
+=============================	=======
   Name				Removed
-  ----				-------
+=============================	=======
   fs.xfs.xfsbufd_centisec	v4.0
   fs.xfs.age_buffer_centisecs	v4.0
-
+=============================	=======
 
 Error handling
 ==============
-- 
2.22.0

WARNING: multiple messages have this Message-ID (diff)
From: sheriffesseson@gmail.com (Sheriff Esseson)
Subject: [Linux-kernel-mentees] [PATCH] Documentation: filesystem: fix "Removed Sysctls" table
Date: Tue, 23 Jul 2019 12:48:13 +0100	[thread overview]
Message-ID: <20190723114813.GA14870@localhost> (raw)
Message-ID: <20190723114813.KxUK3TJkt5gYDhkUz4DZ4f2GQJOVr1pbp51ch-TBiv8@z> (raw)

the "Removed Sysctls" section is a table - bring it alive with ReST.

Signed-off-by: Sheriff Esseson <sheriffesseson at gmail.com>
---
 Documentation/admin-guide/xfs.rst | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Documentation/admin-guide/xfs.rst b/Documentation/admin-guide/xfs.rst
index e76665a8f2f2..fb5b39f73059 100644
--- a/Documentation/admin-guide/xfs.rst
+++ b/Documentation/admin-guide/xfs.rst
@@ -337,11 +337,12 @@ None at present.
 Removed Sysctls
 ===============
 
+=============================	=======
   Name				Removed
-  ----				-------
+=============================	=======
   fs.xfs.xfsbufd_centisec	v4.0
   fs.xfs.age_buffer_centisecs	v4.0
-
+=============================	=======
 
 Error handling
 ==============
-- 
2.22.0

             reply	other threads:[~2019-07-23 11:48 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-23 11:48 Sheriff Esseson [this message]
2019-07-23 11:48 ` [Linux-kernel-mentees] [PATCH] Documentation: filesystem: fix "Removed Sysctls" table Sheriff Esseson
2019-07-23 11:48 ` sheriffesseson
2019-07-23 13:42 ` Jonathan Corbet
2019-07-23 13:42   ` [Linux-kernel-mentees] " Jonathan Corbet
2019-07-23 13:42   ` corbet
2019-07-23 14:52   ` Sheriff Esseson
2019-07-23 14:52     ` [Linux-kernel-mentees] " Sheriff Esseson
2019-07-23 14:52     ` sheriffesseson
2019-07-23 14:52     ` Sheriff Esseson
2019-07-23 22:21     ` Dave Chinner
2019-07-23 22:21       ` [Linux-kernel-mentees] " Dave Chinner
2019-07-23 22:21       ` david
2019-07-25  0:51       ` sheriffesseson
2019-07-25  0:51         ` Sheriff Esseson
2019-07-26 20:51 ` Jonathan Corbet
2019-07-26 20:51   ` [Linux-kernel-mentees] " Jonathan Corbet
2019-07-26 20:51   ` corbet
  -- strict thread matches above, loose matches on Subject: below --
2019-07-20 17:29 Sheriff Esseson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190723114813.GA14870@localhost \
    --to=sheriffesseson@gmail.com \
    --cc=corbet@lwn.net \
    --cc=darrick.wong@oracle.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel-mentees@lists.linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-xfs@vger.kernel.org \
    --cc=skhan@linuxfoundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.