linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] strftime.3: wfix
@ 2019-11-13 14:28 Jakub Wilk
  2019-11-13 19:36 ` Michael Kerrisk (man-pages)
  0 siblings, 1 reply; 2+ messages in thread
From: Jakub Wilk @ 2019-11-13 14:28 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man

Fix comma splice.

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

diff --git a/man3/strftime.3 b/man3/strftime.3
index d6e6e3407..cea27072c 100644
--- a/man3/strftime.3
+++ b/man3/strftime.3
@@ -562,7 +562,7 @@ complain about the use of
 .IR "warning: `%c' yields only last 2 digits of year in some locales" .
 Of course programmers are encouraged to use
 .BR %c ,
-it gives the preferred date and time representation.
+as it gives the preferred date and time representation.
 One meets all kinds of strange obfuscations
 to circumvent this
 .BR gcc (1)
-- 
2.24.0


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

* Re: [PATCH] strftime.3: wfix
  2019-11-13 14:28 [PATCH] strftime.3: wfix Jakub Wilk
@ 2019-11-13 19:36 ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Kerrisk (man-pages) @ 2019-11-13 19:36 UTC (permalink / raw)
  To: Jakub Wilk; +Cc: linux-man

Hello Jakub,

On Wed, 13 Nov 2019 at 15:28, Jakub Wilk <jwilk@jwilk.net> wrote:
>
> Fix comma splice.

Thank you. Patch applied.

Cheers,

Michael

> Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
> ---
>  man3/strftime.3 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/man3/strftime.3 b/man3/strftime.3
> index d6e6e3407..cea27072c 100644
> --- a/man3/strftime.3
> +++ b/man3/strftime.3
> @@ -562,7 +562,7 @@ complain about the use of
>  .IR "warning: `%c' yields only last 2 digits of year in some locales" .
>  Of course programmers are encouraged to use
>  .BR %c ,
> -it gives the preferred date and time representation.
> +as it gives the preferred date and time representation.
>  One meets all kinds of strange obfuscations
>  to circumvent this
>  .BR gcc (1)
> --
> 2.24.0
>


-- 
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] 2+ messages in thread

end of thread, other threads:[~2019-11-13 19:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-13 14:28 [PATCH] strftime.3: wfix Jakub Wilk
2019-11-13 19:36 ` Michael Kerrisk (man-pages)

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).