public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
From: Alejandro Colomar <alx@kernel.org>
To: Seth McDonald <sethmcmail@pm.me>
Cc: linux-man@vger.kernel.org
Subject: Re: [PATCH v1 08/11] man/man3type/stat.3type: HISTORY: Specify first POSIX appearance of st_{rdev,blksize,blocks}
Date: Sat, 10 Jan 2026 12:12:27 +0100	[thread overview]
Message-ID: <aWIwpq89awdmYTS5@devuan> (raw)
In-Reply-To: <O3wNNZ-8zjB5uqYmBT-pq1iZtfGLOznbpKjwEKFZqn0Alz65p63u1_R9jcyHDD-9yZocERBl1fVdn5LKF6bHJALSvtWvvbpfHGNmc93geok=@pm.me>

[-- Attachment #1: Type: text/plain, Size: 3015 bytes --]

Hi Seth,

On Sat, Jan 10, 2026 at 06:00:14AM +0000, Seth McDonald wrote:
> On Friday, 9 January 2026 at 20:00, Alejandro Colomar <alx@kernel.org> wrote:
> > Hi Seth,
> [...]
> > You may be interested in diffman-git(1). I think it would help
> > reviewing your diffs. Here's some example of how it works:
> [...]
> > For more documentation, see diffman-git(1), of course. :)
> 
> That does look quite useful!  I've seen it used before in the mailing
> list, but couldn't initially find its documentation.  Which I now
> realise is because I was looking for its man page in my installed man
> pages, rather than in the repository *for this documentation* (ironic,
> I know).

Yup, I wrote that script very recently.  Distros have not packaged it
yet.

> > It's provided in the repository, in case your distro doesn't provide it
> > yet. You can install it with the usual
> >
> > $ make -R -j4 && sudo make -R -j4 install;
> >
> > Or just run it from the repo, since it's a bash(1) script. It's here:
> >
> > $ find * | grep diffman-git
> > man/man1/diffman-git.1
> > src/bin/diffman-git
> 
> My distro (Debian 13) indeed doesn't seem to provide it yet, so I've
> installed it successfully via the repo.

The only distro that already provides the scripts from this repo, AFAIR,
is Arch.  I've been talking to Fedora and Debian, and they'll likely
package them soon.

> I'm glad it's a bash script,
> as I'd be a little more hesitant to install a binary executable.

Yup.

> [...]
> > I have a question: do you use mutt(1) or neomutt(1) by chance?
> 
> Currently neither; I generally just use the Proton Mail Linux app.
> Mainly because it's a familiar interface from before I switched to Linux
> in mid-2025.

I was mentioning it because since you send many patches, it would be
interesting if you could sign them with gpg(1).  It's not necessary, but
if you used one of these, it would be trivial to sign them.

> However, I have been really getting into TUIs recently.

Nice!  :-)

> So if you recommend either, then I'd be enthusiastic to give it a try.

I recommend both.  Personally I like mutt(1) because it's simpler, but
for sending patches, neomutt(1) is useful because it allows signing
patches cryptographically with gpg(1) in batch mode (called by
git-send-email(1)).  mutt(1) can only sign emails in interactive mode.

I certainly recommend you give a try to mutt(1) first.  For interactive
use, I don't need more than that.  I learnt to use it with this youtube
video: <https://www.youtube.com/watch?v=2jMInHnpNfQ>.  If you want more
help, I can share my configuration files with you, and maybe clarify
some doubts.

neomutt(1) is a fork of mutt(1) with (many) more features, but I prefer
simpler software with less features.


Have a lovely day!
Alex

> ----
> Seth McDonald.
> sethmcmail at pm dot me (mailing lists)
> 2336 E8D2 FEB1 5300 692C  62A9 5839 6AD8 9243 D369




-- 
<https://www.alejandro-colomar.es>

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

  reply	other threads:[~2026-01-10 11:12 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-08  3:03 [PATCH v1 00/11] man/man3type/*: Update simple history of types Seth McDonald
2026-01-08  3:03 ` [PATCH v1 01/11] man/man3type/itimerspec.3type: HISTORY: Update first POSIX appearance of itimerspec(3type) Seth McDonald
2026-01-08  3:03 ` [PATCH v1 02/11] man/man3type/mode_t.3type: HISTORY: Update first POSIX appearance of mode_t(3type) Seth McDonald
2026-01-08  3:03 ` [PATCH v1 03/11] man/man3type/off_t.3type: Change VERSIONS to HISTORY Seth McDonald
2026-01-08  3:03 ` [PATCH v1 04/11] man/man3type/off_t.3type: HISTORY: Update first POSIX appearance of off_t(3type) Seth McDonald
2026-01-08  3:03 ` [PATCH v1 05/11] man/man3type/sigevent.3type: HISTORY: Update first POSIX appearance of sig{event,val}(3type) Seth McDonald
2026-01-08  3:03 ` [PATCH v1 06/11] man/man3type/stat.3type: SYNOPSIS: wfix Seth McDonald
2026-01-08  3:03 ` [PATCH v1 07/11] man/man3type/stat.3type: HISTORY: Update first POSIX appearance of stat(3type) Seth McDonald
2026-01-08  3:03 ` [PATCH v1 08/11] man/man3type/stat.3type: HISTORY: Specify first POSIX appearance of st_{rdev,blksize,blocks} Seth McDonald
2026-01-08 11:47   ` Alejandro Colomar
2026-01-09  3:31     ` Seth McDonald
2026-01-09 10:00       ` Alejandro Colomar
2026-01-10  6:00         ` Seth McDonald
2026-01-10 11:12           ` Alejandro Colomar [this message]
2026-01-08  3:03 ` [PATCH v1 09/11] man/man3type/stat.3type: HISTORY: Specify initial datatypes of st_{blksize,blocks} Seth McDonald
2026-01-08  3:03 ` [PATCH v1 10/11] man/man3type/timer_t.3type: HISTORY: Update first POSIX appearance of timer_t(3type) Seth McDonald
2026-01-08  3:03 ` [PATCH v1 11/11] man/man3type/timespec.3type: HISTORY: Update first POSIX appearance of timespec(3type) Seth McDonald
2026-01-08 11:49 ` [PATCH v1 00/11] man/man3type/*: Update simple history of types Alejandro Colomar
2026-01-09  4:18 ` [PATCH v2 00/12] " Seth McDonald
2026-01-09  4:18   ` [PATCH v2 01/12] man/man3type/itimerspec.3type: HISTORY: Update first POSIX appearance of itimerspec(3type) Seth McDonald
2026-01-09  4:18   ` [PATCH v2 02/12] man/man3type/mode_t.3type: HISTORY: Update first POSIX appearance of mode_t(3type) Seth McDonald
2026-01-09  4:18   ` [PATCH v2 03/12] man/man3type/off_t.3type: Change VERSIONS to HISTORY Seth McDonald
2026-01-09  4:18   ` [PATCH v2 04/12] man/man3type/off_t.3type: HISTORY: Update first POSIX appearance of off_t(3type) Seth McDonald
2026-01-09  4:18   ` [PATCH v2 05/12] man/man3type/sigevent.3type: HISTORY: Update first POSIX appearance of sig{event,val}(3type) Seth McDonald
2026-01-09  4:19   ` [PATCH v2 06/12] man/man3type/stat.3type: SYNOPSIS: wfix Seth McDonald
2026-01-09  4:19   ` [PATCH v2 07/12] man/man3type/stat.3type: HISTORY: Update first POSIX appearance of stat(3type) Seth McDonald
2026-01-09  4:19   ` [PATCH v2 08/12] man/man3type/stat.3type: HISTORY: Split stat(3type) from st_{rdev,blksize,blocks} Seth McDonald
2026-01-09  4:19   ` [PATCH v2 09/12] man/man3type/stat.3type: HISTORY: Specify first POSIX appearance of st_{rdev,blksize,blocks} Seth McDonald
2026-01-09  4:19   ` [PATCH v2 10/12] man/man3type/stat.3type: HISTORY: Specify initial datatypes of st_{blksize,blocks} Seth McDonald
2026-01-09  4:19   ` [PATCH v2 11/12] man/man3type/timer_t.3type: HISTORY: Update first POSIX appearance of timer_t(3type) Seth McDonald
2026-01-09  4:19   ` [PATCH v2 12/12] man/man3type/timespec.3type: HISTORY: Update first POSIX appearance of timespec(3type) Seth McDonald
2026-01-09 10:05   ` [PATCH v2 00/12] man/man3type/*: Update simple history of types Alejandro Colomar
2026-01-10  6:15   ` [PATCH v3 0/3] " Seth McDonald
2026-01-10  6:15     ` [PATCH v3 1/3] man/man3type/stat.3type: HISTORY: Split stat(3type) from st_{rdev,blksize,blocks} Seth McDonald
2026-01-10  6:15     ` [PATCH v3 2/3] man/man3type/stat.3type: HISTORY: Update first POSIX appearance of st_{rdev,blksize,blocks} Seth McDonald
2026-01-10  6:15     ` [PATCH v3 3/3] man/man3type/stat.3type: HISTORY: Specify initial datatypes of st_{blksize,blocks} Seth McDonald
2026-01-10 11:50     ` [PATCH v3 0/3] man/man3type/*: Update simple history of types Alejandro Colomar

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=aWIwpq89awdmYTS5@devuan \
    --to=alx@kernel.org \
    --cc=linux-man@vger.kernel.org \
    --cc=sethmcmail@pm.me \
    /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