All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tzset.3: ffix
@ 2021-10-07  9:09 Jakub Wilk
  2021-10-07  9:35 ` Alejandro Colomar (man-pages)
  2021-10-07 19:46 ` Stefan Puiu
  0 siblings, 2 replies; 12+ messages in thread
From: Jakub Wilk @ 2021-10-07  9:09 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man

Use \- for minus sign

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
---
 man3/tzset.3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man3/tzset.3 b/man3/tzset.3
index c80da53f8..694cd0ea9 100644
--- a/man3/tzset.3
+++ b/man3/tzset.3
@@ -111,7 +111,7 @@ There are no spaces in the specification.
 The \fIstd\fP string specifies an abbreviation for the timezone and must be
 three or more alphabetic characters.
 When enclosed between the less-than (<) and greater-than (>) signs, the
-characters set is expanded to include the plus (+) sign, the minus (-)
+characters set is expanded to include the plus (+) sign, the minus (\-)
 sign, and digits.
 The \fIoffset\fP string immediately
 follows \fIstd\fP and specifies the time value to be added to the local
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* Re: [PATCH] tzset.3: ffix
  2021-10-07  9:09 [PATCH] tzset.3: ffix Jakub Wilk
@ 2021-10-07  9:35 ` Alejandro Colomar (man-pages)
  2021-10-07 19:46 ` Stefan Puiu
  1 sibling, 0 replies; 12+ messages in thread
From: Alejandro Colomar (man-pages) @ 2021-10-07  9:35 UTC (permalink / raw)
  To: Jakub Wilk; +Cc: linux-man, Michael Kerrisk

Hello Jakub!

On 10/7/21 11:09 AM, Jakub Wilk wrote:
> Use \- for minus sign
> 
> Signed-off-by: Jakub Wilk <jwilk@jwilk.net>

Patch applied!

Thanks,

Alex

> ---
>   man3/tzset.3 | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man3/tzset.3 b/man3/tzset.3
> index c80da53f8..694cd0ea9 100644
> --- a/man3/tzset.3
> +++ b/man3/tzset.3
> @@ -111,7 +111,7 @@ There are no spaces in the specification.
>   The \fIstd\fP string specifies an abbreviation for the timezone and must be
>   three or more alphabetic characters.
>   When enclosed between the less-than (<) and greater-than (>) signs, the
> -characters set is expanded to include the plus (+) sign, the minus (-)
> +characters set is expanded to include the plus (+) sign, the minus (\-)
>   sign, and digits.
>   The \fIoffset\fP string immediately
>   follows \fIstd\fP and specifies the time value to be added to the local
> 


-- 
Alejandro Colomar
Linux man-pages comaintainer; https://www.kernel.org/doc/man-pages/
http://www.alejandro-colomar.es/

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH] tzset.3: ffix
  2021-10-07  9:09 [PATCH] tzset.3: ffix Jakub Wilk
  2021-10-07  9:35 ` Alejandro Colomar (man-pages)
@ 2021-10-07 19:46 ` Stefan Puiu
  2021-10-07 21:22   ` Alejandro Colomar (man-pages)
  1 sibling, 1 reply; 12+ messages in thread
From: Stefan Puiu @ 2021-10-07 19:46 UTC (permalink / raw)
  To: Jakub Wilk; +Cc: Michael Kerrisk, lnx-man

Hi Jakub and Alex,

One quick question:

On Thu, Oct 7, 2021 at 12:16 PM Jakub Wilk <jwilk@jwilk.net> wrote:
>
> Use \- for minus sign
>
> Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
> ---
>  man3/tzset.3 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/man3/tzset.3 b/man3/tzset.3
> index c80da53f8..694cd0ea9 100644
> --- a/man3/tzset.3
> +++ b/man3/tzset.3
> @@ -111,7 +111,7 @@ There are no spaces in the specification.
>  The \fIstd\fP string specifies an abbreviation for the timezone and must be
>  three or more alphabetic characters.
>  When enclosed between the less-than (<) and greater-than (>) signs, the
> -characters set is expanded to include the plus (+) sign, the minus (-)
> +characters set is expanded to include the plus (+) sign, the minus (\-)

Shouldn't this be 'character set'?

Thanks,
Stefan.

>  sign, and digits.
>  The \fIoffset\fP string immediately
>  follows \fIstd\fP and specifies the time value to be added to the local
> --
> 2.33.0
>

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH] tzset.3: ffix
  2021-10-07 19:46 ` Stefan Puiu
@ 2021-10-07 21:22   ` Alejandro Colomar (man-pages)
  0 siblings, 0 replies; 12+ messages in thread
From: Alejandro Colomar (man-pages) @ 2021-10-07 21:22 UTC (permalink / raw)
  To: Stefan Puiu; +Cc: Michael Kerrisk, lnx-man, Jakub Wilk

Hi Stefan,

On 10/7/21 9:46 PM, Stefan Puiu wrote:
> Hi Jakub and Alex,
> 
> One quick question:
> 
> On Thu, Oct 7, 2021 at 12:16 PM Jakub Wilk <jwilk@jwilk.net> wrote:
>>
>> Use \- for minus sign
>>
>> Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
>> ---
>>   man3/tzset.3 | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/man3/tzset.3 b/man3/tzset.3
>> index c80da53f8..694cd0ea9 100644
>> --- a/man3/tzset.3
>> +++ b/man3/tzset.3
>> @@ -111,7 +111,7 @@ There are no spaces in the specification.
>>   The \fIstd\fP string specifies an abbreviation for the timezone and must be
>>   three or more alphabetic characters.
>>   When enclosed between the less-than (<) and greater-than (>) signs, the
>> -characters set is expanded to include the plus (+) sign, the minus (-)
>> +characters set is expanded to include the plus (+) sign, the minus (\-)
> 
> Shouldn't this be 'character set'?

Yes, 'character' is acting as an adjective there, and should be singular.

Fixed.

Thanks,

Alex

---
     tzset.3: tfix

     Reported-by: Stefan Puiu <stefan.puiu@gmail.com>
     Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>

diff --git a/man3/tzset.3 b/man3/tzset.3
index 694cd0ea9..4fea98628 100644
--- a/man3/tzset.3
+++ b/man3/tzset.3
@@ -111,7 +111,7 @@ There are no spaces in the specification.
  The \fIstd\fP string specifies an abbreviation for the timezone and 
must be
  three or more alphabetic characters.
  When enclosed between the less-than (<) and greater-than (>) signs, the
-characters set is expanded to include the plus (+) sign, the minus (\-)
+character set is expanded to include the plus (+) sign, the minus (\-)
  sign, and digits.
  The \fIoffset\fP string immediately
  follows \fIstd\fP and specifies the time value to be added to the local


-- 
Alejandro Colomar
Linux man-pages comaintainer; https://www.kernel.org/doc/man-pages/
http://www.alejandro-colomar.es/

^ permalink raw reply related	[flat|nested] 12+ messages in thread

* Re: [PATCH] tzset.3: ffix
  2021-05-09 21:39 ` [PATCH] tzset.3: ffix Alejandro Colomar
@ 2021-05-09 23:16   ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Kerrisk (man-pages) @ 2021-05-09 23:16 UTC (permalink / raw)
  To: Alejandro Colomar; +Cc: mtk.manpages, linux-man

Hi Alex,

On 5/10/21 9:39 AM, Alejandro Colomar wrote:
> Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>

Applied.

Thanks,

Michael


> ---
>  man3/tzset.3 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man3/tzset.3 b/man3/tzset.3
> index e4660be8b..c80da53f8 100644
> --- a/man3/tzset.3
> +++ b/man3/tzset.3
> @@ -37,7 +37,7 @@ tzset, tzname, timezone, daylight \- initialize time conversion information
>  .nf
>  .B #include <time.h>
>  .PP
> -.B void tzset (void);
> +.B void tzset(void);
>  .PP
>  .BI "extern char *" tzname [2];
>  .BI "extern long " timezone ;
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [PATCH] tzset.3: ffix
  2021-05-09 21:38 [PATCH] fflush.3: SEE ALSO: Add fpurge(3) Alejandro Colomar
@ 2021-05-09 21:39 ` Alejandro Colomar
  2021-05-09 23:16   ` Michael Kerrisk (man-pages)
  0 siblings, 1 reply; 12+ messages in thread
From: Alejandro Colomar @ 2021-05-09 21:39 UTC (permalink / raw)
  To: mtk.manpages; +Cc: Alejandro Colomar, linux-man

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
---
 man3/tzset.3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man3/tzset.3 b/man3/tzset.3
index e4660be8b..c80da53f8 100644
--- a/man3/tzset.3
+++ b/man3/tzset.3
@@ -37,7 +37,7 @@ tzset, tzname, timezone, daylight \- initialize time conversion information
 .nf
 .B #include <time.h>
 .PP
-.B void tzset (void);
+.B void tzset(void);
 .PP
 .BI "extern char *" tzname [2];
 .BI "extern long " timezone ;
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* Re: [PATCH] tzset.3: ffix
       [not found] ` <54E22505.1040604-KK0ffGbhmjU@public.gmane.org>
@ 2015-02-17  4:54   ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Kerrisk (man-pages) @ 2015-02-17  4:54 UTC (permalink / raw)
  To: J William Piggott
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

On 02/16/2015 06:12 PM, J William Piggott wrote:
> Signed-off-by: J William Piggott <elseifthen-KK0ffGbhmjU@public.gmane.org>

Thanks, James. Applied.

Cheers,

Michael


> ---
>  man3/tzset.3 | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/man3/tzset.3 b/man3/tzset.3
> index cfb2d4c..a1e11ce 100644
> --- a/man3/tzset.3
> +++ b/man3/tzset.3
> @@ -188,13 +188,13 @@ If this variable is set its value takes precedence over the system
>  configured timezone database directory path.
>  .SH FILES
>  .TP
> -.B /etc/localtime
> +.I /etc/localtime
>  The system timezone file.
>  .TP
> -.B /usr/share/zoneinfo/
> +.I /usr/share/zoneinfo/
>  The system timezone database directory.
>  .TP
> -.B /usr/share/zoneinfo/posixrules
> +.I /usr/share/zoneinfo/posixrules
>  When a TZ string includes a dst timezone without anything following it,
>  then this file is used for the start/end rules.
>  It is in the
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [PATCH] tzset.3: ffix
@ 2015-02-16 17:12 J William Piggott
       [not found] ` <54E22505.1040604-KK0ffGbhmjU@public.gmane.org>
  0 siblings, 1 reply; 12+ messages in thread
From: J William Piggott @ 2015-02-16 17:12 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

Signed-off-by: J William Piggott <elseifthen-KK0ffGbhmjU@public.gmane.org>
---
 man3/tzset.3 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/man3/tzset.3 b/man3/tzset.3
index cfb2d4c..a1e11ce 100644
--- a/man3/tzset.3
+++ b/man3/tzset.3
@@ -188,13 +188,13 @@ If this variable is set its value takes precedence over the system
 configured timezone database directory path.
 .SH FILES
 .TP
-.B /etc/localtime
+.I /etc/localtime
 The system timezone file.
 .TP
-.B /usr/share/zoneinfo/
+.I /usr/share/zoneinfo/
 The system timezone database directory.
 .TP
-.B /usr/share/zoneinfo/posixrules
+.I /usr/share/zoneinfo/posixrules
 When a TZ string includes a dst timezone without anything following it,
 then this file is used for the start/end rules.
 It is in the
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 12+ messages in thread

* Re: [PATCH] tzset.3: ffix
       [not found]         ` <54CFE913.2040606-KK0ffGbhmjU@public.gmane.org>
@ 2015-02-03  7:15           ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Kerrisk (man-pages) @ 2015-02-03  7:15 UTC (permalink / raw)
  To: J William Piggott; +Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man

Hi Willliam,

On 02/02/2015 10:16 PM, J William Piggott wrote:
> Hello Michael,
> 
> On 02/02/2015 01:39 AM, Michael Kerrisk (man-pages) wrote:
>> Hi William,
>>
>> On 1 February 2015 at 21:25, J William Piggott <elseifthen-KK0ffGbhmjU@public.gmane.org> wrote:
>>>
>>> Fix tzset.3 regression, dst is optional.
>>>
>>> $ date
>>> Sun Feb  1 15:14:33 EST 2015
>>> $ TZ=NZST-12 date
>>> Mon Feb  2 08:14:38 NZST 2015
>>> $ TZ=EST5 date
>>> Sun Feb  1 15:15:02 EST 2015
>>>
>>> Signed-off-by: J William Piggott <elseifthen-KK0ffGbhmjU@public.gmane.org>
>>> ---
>>>  man3/tzset.3 | 2 +-
>>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/man3/tzset.3 b/man3/tzset.3
>>> index 1253241..7a4dd6a 100644
>>> --- a/man3/tzset.3
>>> +++ b/man3/tzset.3
>>> @@ -95,7 +95,7 @@ The first format is a string of characters that directly represent the
>>>  timezone to be used:
>>>  .sp
>>>  .RS
>>> -.RI "std offset " dst [ offset ][, start [ /time ], end [ /time ]]
>>> +.RI "std offset[" dst [ offset ][, start [ /time ], end [ /time ]]]
>>>  .RE
>>>  .sp
>>>  There are no spaces in the specification.
>>
>> Thanks, I've applied this, and then also made some more changes to
>> bring make that line a bit more consistent with formatting norm in man
>> pages.
> 
> My thinking regarding the format, was that because so much of the string 
> is optional, contrasting the compulsory part makes it easier to parse. 
> Did you look at how it rendered before changing it? It also highlights
> that portion as unique, as it is illustrated with a space that does not 
> exist when put into use; that is not true for the rest of the string. I 
> think it is good to have it standout. I would have made it bold, but that
> is for commands and might have been confusing.
> 
> Well, it is better now either-way compared to the whole thing being italic
> as it was before.

I made the format this way mainly for overall consistency. The '[]' should
be enough for folk to work out what's optional.

Thanks,

Michael



-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH] tzset.3: ffix
       [not found]     ` <CAKgNAkjSUeKOXUHG5AU8ipVVxiATaJAb2WFnqgz-Y0KVNgL5pw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2015-02-02 21:16       ` J William Piggott
       [not found]         ` <54CFE913.2040606-KK0ffGbhmjU@public.gmane.org>
  0 siblings, 1 reply; 12+ messages in thread
From: J William Piggott @ 2015-02-02 21:16 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man

Hello Michael,

On 02/02/2015 01:39 AM, Michael Kerrisk (man-pages) wrote:
> Hi William,
> 
> On 1 February 2015 at 21:25, J William Piggott <elseifthen-KK0ffGbhmjU@public.gmane.org> wrote:
>>
>> Fix tzset.3 regression, dst is optional.
>>
>> $ date
>> Sun Feb  1 15:14:33 EST 2015
>> $ TZ=NZST-12 date
>> Mon Feb  2 08:14:38 NZST 2015
>> $ TZ=EST5 date
>> Sun Feb  1 15:15:02 EST 2015
>>
>> Signed-off-by: J William Piggott <elseifthen-KK0ffGbhmjU@public.gmane.org>
>> ---
>>  man3/tzset.3 | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/man3/tzset.3 b/man3/tzset.3
>> index 1253241..7a4dd6a 100644
>> --- a/man3/tzset.3
>> +++ b/man3/tzset.3
>> @@ -95,7 +95,7 @@ The first format is a string of characters that directly represent the
>>  timezone to be used:
>>  .sp
>>  .RS
>> -.RI "std offset " dst [ offset ][, start [ /time ], end [ /time ]]
>> +.RI "std offset[" dst [ offset ][, start [ /time ], end [ /time ]]]
>>  .RE
>>  .sp
>>  There are no spaces in the specification.
> 
> Thanks, I've applied this, and then also made some more changes to
> bring make that line a bit more consistent with formatting norm in man
> pages.

My thinking regarding the format, was that because so much of the string 
is optional, contrasting the compulsory part makes it easier to parse. 
Did you look at how it rendered before changing it? It also highlights
that portion as unique, as it is illustrated with a space that does not 
exist when put into use; that is not true for the rest of the string. I 
think it is good to have it standout. I would have made it bold, but that
is for commands and might have been confusing.

Well, it is better now either-way compared to the whole thing being italic
as it was before.

Have a great day everyone.
 

> 
> Cheers,
> 
> Michael
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH] tzset.3: ffix
       [not found] ` <54CE8BB2.5070100-KK0ffGbhmjU@public.gmane.org>
@ 2015-02-02  6:39   ` Michael Kerrisk (man-pages)
       [not found]     ` <CAKgNAkjSUeKOXUHG5AU8ipVVxiATaJAb2WFnqgz-Y0KVNgL5pw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 12+ messages in thread
From: Michael Kerrisk (man-pages) @ 2015-02-02  6:39 UTC (permalink / raw)
  To: J William Piggott; +Cc: linux-man

Hi William,

On 1 February 2015 at 21:25, J William Piggott <elseifthen-KK0ffGbhmjU@public.gmane.org> wrote:
>
> Fix tzset.3 regression, dst is optional.
>
> $ date
> Sun Feb  1 15:14:33 EST 2015
> $ TZ=NZST-12 date
> Mon Feb  2 08:14:38 NZST 2015
> $ TZ=EST5 date
> Sun Feb  1 15:15:02 EST 2015
>
> Signed-off-by: J William Piggott <elseifthen-KK0ffGbhmjU@public.gmane.org>
> ---
>  man3/tzset.3 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/man3/tzset.3 b/man3/tzset.3
> index 1253241..7a4dd6a 100644
> --- a/man3/tzset.3
> +++ b/man3/tzset.3
> @@ -95,7 +95,7 @@ The first format is a string of characters that directly represent the
>  timezone to be used:
>  .sp
>  .RS
> -.RI "std offset " dst [ offset ][, start [ /time ], end [ /time ]]
> +.RI "std offset[" dst [ offset ][, start [ /time ], end [ /time ]]]
>  .RE
>  .sp
>  There are no spaces in the specification.

Thanks, I've applied this, and then also made some more changes to
bring make that line a bit more consistent with formatting norm in man
pages.

Cheers,

Michael

-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [PATCH] tzset.3: ffix
@ 2015-02-01 20:25 J William Piggott
       [not found] ` <54CE8BB2.5070100-KK0ffGbhmjU@public.gmane.org>
  0 siblings, 1 reply; 12+ messages in thread
From: J William Piggott @ 2015-02-01 20:25 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA


Fix tzset.3 regression, dst is optional.

$ date
Sun Feb  1 15:14:33 EST 2015
$ TZ=NZST-12 date
Mon Feb  2 08:14:38 NZST 2015
$ TZ=EST5 date
Sun Feb  1 15:15:02 EST 2015

Signed-off-by: J William Piggott <elseifthen-KK0ffGbhmjU@public.gmane.org>
---
 man3/tzset.3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man3/tzset.3 b/man3/tzset.3
index 1253241..7a4dd6a 100644
--- a/man3/tzset.3
+++ b/man3/tzset.3
@@ -95,7 +95,7 @@ The first format is a string of characters that directly represent the
 timezone to be used:
 .sp
 .RS
-.RI "std offset " dst [ offset ][, start [ /time ], end [ /time ]]
+.RI "std offset[" dst [ offset ][, start [ /time ], end [ /time ]]]
 .RE
 .sp
 There are no spaces in the specification.
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2021-10-07 21:22 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-07  9:09 [PATCH] tzset.3: ffix Jakub Wilk
2021-10-07  9:35 ` Alejandro Colomar (man-pages)
2021-10-07 19:46 ` Stefan Puiu
2021-10-07 21:22   ` Alejandro Colomar (man-pages)
  -- strict thread matches above, loose matches on Subject: below --
2021-05-09 21:38 [PATCH] fflush.3: SEE ALSO: Add fpurge(3) Alejandro Colomar
2021-05-09 21:39 ` [PATCH] tzset.3: ffix Alejandro Colomar
2021-05-09 23:16   ` Michael Kerrisk (man-pages)
2015-02-16 17:12 J William Piggott
     [not found] ` <54E22505.1040604-KK0ffGbhmjU@public.gmane.org>
2015-02-17  4:54   ` Michael Kerrisk (man-pages)
2015-02-01 20:25 J William Piggott
     [not found] ` <54CE8BB2.5070100-KK0ffGbhmjU@public.gmane.org>
2015-02-02  6:39   ` Michael Kerrisk (man-pages)
     [not found]     ` <CAKgNAkjSUeKOXUHG5AU8ipVVxiATaJAb2WFnqgz-Y0KVNgL5pw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-02-02 21:16       ` J William Piggott
     [not found]         ` <54CFE913.2040606-KK0ffGbhmjU@public.gmane.org>
2015-02-03  7:15           ` Michael Kerrisk (man-pages)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.