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 v3 0/3] man/man3type/*: Update simple history of types
Date: Sat, 10 Jan 2026 12:50:09 +0100	[thread overview]
Message-ID: <aWI8UNPTAUcAL3Ce@devuan> (raw)
In-Reply-To: <cover.1768025095.git.sethmcmail@pm.me>

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

Hi!

On Sat, Jan 10, 2026 at 04:15:17PM +1000, Seth McDonald wrote:
> Hello,
> 
> This v3 should be almost identical to v2 (sans a reworded commit msg),
> except it should (hopefully) work.  I think the reason v2 didn't apply
> may be because I just resent all patches, even those already pushed,
> rather than only sending the non-pushed patches and using the --base
> option for git-format-patch (which I now know about after rereading its
> doc).
> 
> But regardless, I've tested applying these patches onto origin in my own
> worktree after fetching and it seemed to work.
> 
> Seth McDonald (3):
>   man/man3type/stat.3type: HISTORY: Split stat(3type) from
>     st_{rdev,blksize,blocks}
>   man/man3type/stat.3type: HISTORY: Update first POSIX appearance of
>     st_{rdev,blksize,blocks}
>   man/man3type/stat.3type: HISTORY: Specify initial datatypes of
>     st_{blksize,blocks}

Thanks!  I've applied all three patches.


Cheers,
Alex

> 
>  man/man3type/stat.3type | 18 ++++++++++++++++++
>  1 file changed, 18 insertions(+)
> 
> Range-diff against v2:
>  1:  48b823b1a965 <  -:  ------------ man/man3type/itimerspec.3type: HISTORY: Update first POSIX appearance of itimerspec(3type)
>  2:  90f54d80c479 <  -:  ------------ man/man3type/mode_t.3type: HISTORY: Update first POSIX appearance of mode_t(3type)
>  3:  c1498253ab68 <  -:  ------------ man/man3type/off_t.3type: Change VERSIONS to HISTORY
>  4:  6b062b0d6afa <  -:  ------------ man/man3type/off_t.3type: HISTORY: Update first POSIX appearance of off_t(3type)
>  5:  6919cafeb4e3 <  -:  ------------ man/man3type/sigevent.3type: HISTORY: Update first POSIX appearance of sig{event,val}(3type)
>  6:  84a9e467d506 <  -:  ------------ man/man3type/stat.3type: SYNOPSIS: wfix
>  7:  0611f62eeedb <  -:  ------------ man/man3type/stat.3type: HISTORY: Update first POSIX appearance of stat(3type)
>  8:  623290de35e6 =  1:  f09dc86eb395 man/man3type/stat.3type: HISTORY: Split stat(3type) from st_{rdev,blksize,blocks}
>  9:  a33e91f7c1b7 !  2:  e4503345e46f man/man3type/stat.3type: HISTORY: Specify first POSIX appearance of st_{rdev,blksize,blocks}
>     @@ Metadata
>      Author: Seth McDonald <sethmcmail@pm.me>
>      
>       ## Commit message ##
>     -    man/man3type/stat.3type: HISTORY: Specify first POSIX appearance of
>     +    man/man3type/stat.3type: HISTORY: Update first POSIX appearance of
>          st_{rdev,blksize,blocks}
>      
>          The st_rdev, st_blksize, and st_blocks fields of the stat(3type)
> 10:  3ffb01f7c196 =  3:  5f6bf068bb5f man/man3type/stat.3type: HISTORY: Specify initial datatypes of st_{blksize,blocks}
> 11:  d6fc0ff67155 <  -:  ------------ man/man3type/timer_t.3type: HISTORY: Update first POSIX appearance of timer_t(3type)
> 12:  9b6fedfdc71e <  -:  ------------ man/man3type/timespec.3type: HISTORY: Update first POSIX appearance of timespec(3type)
> 
> base-commit: 753ac20a01007417aa993e70d290f51840e2f477
> -- 
> 2.47.3
> 

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

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

      parent reply	other threads:[~2026-01-10 11:50 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
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     ` 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=aWI8UNPTAUcAL3Ce@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