From: Jonathan Corbet <corbet@lwn.net>
To: "Daniel W. S. Almeida" <dwlsalmeida@gmail.com>
Cc: mchehab+samsung@kernel.org, linux-doc@vger.kernel.org,
linux-kernel@vger.kernel.org, skhan@linuxfoundation.org,
linux-kernel-mentees@lists.linuxfoundation.org
Subject: Re: [PATCH v2 4/8] Documentation: convert nfsd-admin-interfaces to ReST
Date: Mon, 30 Dec 2019 12:30:47 -0700 [thread overview]
Message-ID: <20191230123047.72ebabff@lwn.net> (raw)
In-Reply-To: <8a7e8fa26c2997d9286174da78e2d85b46e0626a.1577681164.git.dwlsalmeida@gmail.com>
On Mon, 30 Dec 2019 01:55:58 -0300
"Daniel W. S. Almeida" <dwlsalmeida@gmail.com> wrote:
> From: "Daniel W. S. Almeida" <dwlsalmeida@gmail.com>
>
> Convert nfsd-admin-interfaces to ReST and move it into admin-guide.
> Content remains mostly untouched.
>
> Signed-off-by: Daniel W. S. Almeida <dwlsalmeida@gmail.com>
> ---
> Documentation/admin-guide/nfs/index.rst | 1 +
> .../nfs/nfsd-admin-interfaces.rst} | 19 +++++++++----------
> 2 files changed, 10 insertions(+), 10 deletions(-)
> rename Documentation/{filesystems/nfs/nfsd-admin-interfaces.txt => admin-guide/nfs/nfsd-admin-interfaces.rst} (70%)
>
> diff --git a/Documentation/admin-guide/nfs/index.rst b/Documentation/admin-guide/nfs/index.rst
> index 498652a8b955..c73ba9c16b77 100644
> --- a/Documentation/admin-guide/nfs/index.rst
> +++ b/Documentation/admin-guide/nfs/index.rst
> @@ -8,4 +8,5 @@ NFS
> nfs-client
> nfsroot
> nfs-rdma
> + nfsd-admin-interfaces
>
> diff --git a/Documentation/filesystems/nfs/nfsd-admin-interfaces.txt b/Documentation/admin-guide/nfs/nfsd-admin-interfaces.rst
> similarity index 70%
> rename from Documentation/filesystems/nfs/nfsd-admin-interfaces.txt
> rename to Documentation/admin-guide/nfs/nfsd-admin-interfaces.rst
> index 56a96fb08a73..7f8c64ad7632 100644
> --- a/Documentation/filesystems/nfs/nfsd-admin-interfaces.txt
> +++ b/Documentation/admin-guide/nfs/nfsd-admin-interfaces.rst
> @@ -1,5 +1,6 @@
> +==================================
> Administrative interfaces for nfsd
> -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> +==================================
>
> Note that normally these interfaces are used only by the utilities in
> nfs-utils.
> @@ -13,18 +14,16 @@ nfsd/threads.
> Before doing that, NFSD can be told which sockets to listen on by
> writing to nfsd/portlist; that write may be:
>
> - - an ascii-encoded file descriptor, which should refer to a
> - bound (and listening, for tcp) socket, or
> - - "transportname port", where transportname is currently either
> - "udp", "tcp", or "rdma".
> + #. an ascii-encoded file descriptor, which should refer to a
> + bound (and listening, for tcp) socket, or
> + #. "transportname port", where transportname is currently either
> + "udp", "tcp", or "rdma".
So here we actually had bullets, I think it would be best to leave them
that way.
Let's focus on getting the series up to this point ready, then we can look
at the later patches.
Thanks,
jon
next prev parent reply other threads:[~2019-12-30 19:30 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-30 4:55 [PATCH v2 0/8] Documentation: nfs: Convert a few documents to RST and move them to admin-guide Daniel W. S. Almeida
2019-12-30 4:55 ` [PATCH v2 1/8] Documentation: convert nfs.txt to ReST Daniel W. S. Almeida
2019-12-30 19:12 ` Jonathan Corbet
2019-12-30 4:55 ` [PATCH v2 2/8] Documentation: nfsroot.txt: convert " Daniel W. S. Almeida
2019-12-30 19:18 ` Jonathan Corbet
2019-12-31 4:08 ` Daniel W. S. Almeida
2019-12-31 15:32 ` Jonathan Corbet
2019-12-31 19:15 ` Daniel W. S. Almeida
2019-12-30 4:55 ` [PATCH v2 3/8] Documentation: nfs-rdma: " Daniel W. S. Almeida
2019-12-30 19:28 ` Jonathan Corbet
2019-12-30 4:55 ` [PATCH v2 4/8] Documentation: convert nfsd-admin-interfaces " Daniel W. S. Almeida
2019-12-30 19:30 ` Jonathan Corbet [this message]
2019-12-30 4:55 ` [PATCH v2 5/8] Documentation: nfs: idmapper: convert " Daniel W. S. Almeida
2019-12-30 4:56 ` [PATCH v2 6/8] Documentation: nfs: convert pnfs-block-server " Daniel W. S. Almeida
2019-12-30 4:56 ` [PATCH v2 7/8] Documentation: nfs: pnfs-scsi-server: convert " Daniel W. S. Almeida
2019-12-30 4:56 ` [PATCH v2 8/8] Documentation: nfs: fault_injection: " Daniel W. S. Almeida
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=20191230123047.72ebabff@lwn.net \
--to=corbet@lwn.net \
--cc=dwlsalmeida@gmail.com \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel-mentees@lists.linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mchehab+samsung@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 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).