linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alejandro Colomar <alx@kernel.org>
To: linux-man <linux-man@vger.kernel.org>
Cc: "Oskari Pirhonen" <xxc3ncoredxx@gmail.com>,
	"Günther Noack" <guenther@unix-ag.uni-kl.de>,
	"Brian Inglis" <Brian.Inglis@Shaw.ca>,
	"G. Branden Robinson" <g.branden.robinson@gmail.com>,
	наб <nabijaczleweli@nabijaczleweli.xyz>,
	"Colin Watson" <cjwatson@debian.org>,
	"Ingo Schwarze" <schwarze@usta.de>
Subject: Re: proc(5)'s sashimi
Date: Thu, 17 Aug 2023 23:19:00 +0200	[thread overview]
Message-ID: <1190c9f7-48f1-4228-945c-a33d5ca6991e@kernel.org> (raw)
In-Reply-To: <e3a5bc09-e835-9819-4aaa-12959495ac59@kernel.org>


[-- Attachment #1.1: Type: text/plain, Size: 2862 bytes --]

On 2023-08-15 23:47, Alejandro Colomar wrote:
> 
> ---
> 
> $ git request-pull master \
>       git://www.alejandro-colomar.es/src/alx/linux/man-pages/man-pages.git \
>       proc-sashimi-v1;
> The following changes since commit 26ffcd4fa9a4f89ab60371e9c19fa39cae58634b:
> 
>   scripts/sortman: Ignore only leading underscores or dashes (2023-08-14 15:16:59 +0200)
> 
> are available in the Git repository at:
> 
>   git://www.alejandro-colomar.es/src/alx/linux/man-pages/man-pages.git tags/proc-sashimi-v1
> 
> for you to fetch changes up to 92cdcec79df039146e5ed42cac23cd4b7e3f9e25:
> 
>   proc.5: Clean up after making sashimi of this page (2023-08-15 23:27:07 +0200)
> 
> ----------------------------------------------------------------
> proc(5) sashimi; v1
> 


I've merged the changes.


commit 0569afbbccd6de28d1bacd13471a679ad2674aa1 (HEAD -> main, korg/master, alx/main, master)
Merge: 29597f1e7 92cdcec79
Author: Alejandro Colomar <alx@kernel.org>
Date:   Thu Aug 17 22:47:16 2023 +0200

    proc*.5: Make sashimi
    
    [Merge tag 'proc-sashimi-v1' of <git://www.alejandro-colomar.es/src/alx/linux/man-pages/man-pages.git>]
    
    proc(5) was a huge page, which was quite hard to maintain, extend, read,
    and refer to.  Split the page into small pages for the different
    directories and files within /proc.  Some pages are still too large
    (e.g., proc_sys(5)), and will some day be split even more.
    
    This split keeps the contents of the original page, without modifying
    anything; not even the formatting.
    
    The only thing that has been modified in this patches, is that
    directories are consistently represented with a trailing slash.
    
    For the file name of the pages, we've used the name of the interface
    (e.g., /proc/pid/), removing the leading and trailing '/'s and then
    translating the remaining ones as `tr / _` (e.g., proc_pid.5).  The
    title of the pages (TH) is consistent with this.  The NAME of the pages,
    however, is the actual path name of the interfaces.
    
    The man page references have not been updated, as that was a more
    complex and tedious work, so I expect that they'll be slowly updated as
    we and users find out.
    
    Link: <https://lore.kernel.org/linux-man/e3a5bc09-e835-9819-4aaa-12959495ac59@kernel.org/T/>
    Acked-by: Oskari Pirhonen <xxc3ncoredxx@gmail.com>
    Acked-by: Günther Noack <gnoack@google.com>
    Acked-by: "G. Branden Robinson" <g.branden.robinson@gmail.com>
    Cc: Brian Inglis <Brian.Inglis@Shaw.ca>
    Cc: Ingo Schwarze <schwarze@usta.de>
    Cc: Colin Watson <cjwatson@debian.org>
    Signed-off-by: Alejandro Colomar <alx@kernel.org>


Cheers,
Alex

-- 
<http://www.alejandro-colomar.es/>
GPG key fingerprint: A9348594CE31283A826FBDD8D57633D441E25BB5


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

      reply	other threads:[~2023-08-17 21:20 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-14 14:06 proc(5)'s sashimi Alejandro Colomar
2023-08-15  3:10 ` Oskari Pirhonen
2023-08-15 11:41   ` Günther Noack
2023-08-15 17:07     ` Alejandro Colomar
2023-08-15 14:26   ` Brian Inglis
2023-08-15 16:46     ` Alejandro Colomar
2023-08-17 20:57       ` Alejandro Colomar
2023-08-15 15:36 ` G. Branden Robinson
2023-08-15 16:44   ` Alejandro Colomar
2023-08-15 21:47 ` Alejandro Colomar
2023-08-17 21:19   ` Alejandro Colomar [this message]

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=1190c9f7-48f1-4228-945c-a33d5ca6991e@kernel.org \
    --to=alx@kernel.org \
    --cc=Brian.Inglis@Shaw.ca \
    --cc=cjwatson@debian.org \
    --cc=g.branden.robinson@gmail.com \
    --cc=guenther@unix-ag.uni-kl.de \
    --cc=linux-man@vger.kernel.org \
    --cc=nabijaczleweli@nabijaczleweli.xyz \
    --cc=schwarze@usta.de \
    --cc=xxc3ncoredxx@gmail.com \
    /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).