Linux Manual Pages development
 help / color / mirror / Atom feed
From: Alejandro Colomar <alx.manpages@gmail.com>
To: наб <nabijaczleweli@nabijaczleweli.xyz>
Cc: linux-man@vger.kernel.org
Subject: Re: [PATCH v2 2/4] tm.3type: widen member alignment to take up to const char *
Date: Tue, 19 Jul 2022 17:59:09 +0200	[thread overview]
Message-ID: <4730d4a1-770e-3555-9e59-6a0956b14676@gmail.com> (raw)
In-Reply-To: <7c67aa514f7747d7eabed33a815552265a357159.1658244821.git.nabijaczleweli@nabijaczleweli.xyz>


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



On 7/19/22 17:35, наб wrote:
> This lets us take const char *tm_zone.
> 
> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>

Patches v2 1/4 and 2/4 applied.

Thanks,

Alex

> ---
>   man3/tm.3type | 18 +++++++++---------
>   1 file changed, 9 insertions(+), 9 deletions(-)
> 
> diff --git a/man3/tm.3type b/man3/tm.3type
> index 15284c687..78e05a41a 100644
> --- a/man3/tm.3type
> +++ b/man3/tm.3type
> @@ -14,17 +14,17 @@ Standard C library
>   .B #include <time.h>
>   .PP
>   .B struct tm {
> -.BR "    int  tm_sec;" "    /* Seconds          [" 0 ", " 60 "] */"
> -.BR "    int  tm_min;" "    /* Minutes          [" 0 ", " 59 "] */"
> -.BR "    int  tm_hour;" "   /* Hour             [" 0 ", " 23 "] */"
> -.BR "    int  tm_mday;" "   /* Day of the month [" 1 ", " 31 "] */"
> -.BR "    int  tm_mon;" "    /* Month            [" 0 ", " 11 "]  (January = " 0 ") */"
> -.BR "    int  tm_year;" "   /* Year minus " 1900 " */"
> -.BR "    int  tm_wday;" \
> +.BR "    int         tm_sec;" "    /* Seconds          [" 0 ", " 60 "] */"
> +.BR "    int         tm_min;" "    /* Minutes          [" 0 ", " 59 "] */"
> +.BR "    int         tm_hour;" "   /* Hour             [" 0 ", " 23 "] */"
> +.BR "    int         tm_mday;" "   /* Day of the month [" 1 ", " 31 "] */"
> +.BR "    int         tm_mon;" "    /* Month            [" 0 ", " 11 "]  (January = " 0 ") */"
> +.BR "    int         tm_year;" "   /* Year minus " 1900 " */"
> +.BR "    int         tm_wday;" \
>   "   /* Day of the week  [" 0 ", " 6 "]   (Sunday = " 0 ") */"
> -.BR "    int  tm_yday;" \
> +.BR "    int         tm_yday;" \
>   "   /* Day of the year  [" 0 ", " 365 "] (Jan/01 = " 0 ") */"
> -.BR "    int  tm_isdst;" "  /* Daylight savings flag */"
> +.BR "    int         tm_isdst;" "  /* Daylight savings flag */"
>   .B };
>   .fi
>   .SH DESCRIPTION

-- 
Alejandro Colomar
<http://www.alejandro-colomar.es/>

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

  reply	other threads:[~2022-07-19 15:59 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-19  1:56 [PATCH 1/5] tm.3type: tfix наб
2022-07-19  1:56 ` [PATCH 2/5] tm.3type: align ranges наб
2022-07-19 11:44   ` Alejandro Colomar
2022-07-19 14:14     ` наб
2022-07-19 14:25       ` Alejandro Colomar
2022-07-19  1:56 ` [PATCH 3/5] tm.3type: tm_year is year minus 1900, not since наб
2022-07-19 11:47   ` Alejandro Colomar
2022-07-19 11:50   ` Alejandro Colomar
2022-07-19  1:56 ` [PATCH 4/5] tm.3type: describe tm_zone, tm_gmtoff наб
2022-07-19 12:17   ` Alejandro Colomar
2022-07-19 12:19     ` Alejandro Colomar
2022-07-19 15:28     ` наб
2022-07-22  3:33     ` G. Branden Robinson
2022-07-22 10:57       ` Alejandro Colomar (man-pages)
2022-07-22 22:20         ` man(7) DS and DE macros (was: [PATCH 4/5] tm.3type: describe tm_zone, tm_gmtoff) G. Branden Robinson
2022-07-22 23:47           ` Alejandro Colomar
2025-10-29  9:07     ` [PATCH 4/5] tm.3type: describe tm_zone, tm_gmtoff G. Branden Robinson
2025-10-29 10:21       ` Alejandro Colomar
2025-10-29 22:30         ` G. Branden Robinson
2025-10-29 22:53           ` Alejandro Colomar
2022-07-19  1:58 ` [PATCH 5/5] ctime.3: remove struct tm vestigia наб
2022-07-19 12:18   ` Alejandro Colomar
2022-07-19 11:38 ` [PATCH 1/5] tm.3type: tfix Alejandro Colomar
2022-07-19 15:35 ` [PATCH v2 1/4] tm.3type: align ranges наб
2022-07-19 18:38   ` [PATCH v3 1/2] tm.3type: describe tm_zone, tm_gmtoff наб
2022-07-19 20:33     ` Alejandro Colomar
2022-07-19 21:36       ` наб
2022-07-19 22:09         ` Alejandro Colomar
2022-07-19 22:35     ` [PATCH v4 " наб
2022-07-19 22:36     ` [PATCH v4 2/2] ctime.3: remove struct tm vestigia наб
2022-07-20  8:30       ` Alejandro Colomar
2022-07-19 18:39   ` [PATCH v3 " наб
2022-07-19 15:35 ` [PATCH v2 2/4] tm.3type: widen member alignment to take up to const char * наб
2022-07-19 15:59   ` Alejandro Colomar [this message]
2022-07-19 15:35 ` [PATCH v2 3/4] tm.3type: describe tm_zone, tm_gmtoff наб
2022-07-19 17:11   ` Alejandro Colomar
2022-07-19 15:35 ` [PATCH v2 4/4] ctime.3: remove struct tm vestigia наб
2022-07-19 17:12   ` 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=4730d4a1-770e-3555-9e59-6a0956b14676@gmail.com \
    --to=alx.manpages@gmail.com \
    --cc=linux-man@vger.kernel.org \
    --cc=nabijaczleweli@nabijaczleweli.xyz \
    /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