All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] printf.3: Minor wording tweaks to Utkarsh's patch
@ 2021-03-19 23:57 Alejandro Colomar
  2021-04-04 19:33 ` Michael Kerrisk (man-pages)
  0 siblings, 1 reply; 2+ messages in thread
From: Alejandro Colomar @ 2021-03-19 23:57 UTC (permalink / raw)
  To: mtk.manpages; +Cc: Alejandro Colomar, linux-man

The format string refers to the whole string passed in 'format'.
The syntax referred to is that of a conversion specification,
as called in the manual page.
Use specific language.

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

diff --git a/man3/printf.3 b/man3/printf.3
index 7c993074c..f69a44066 100644
--- a/man3/printf.3
+++ b/man3/printf.3
@@ -193,7 +193,7 @@ an optional
 and an optional
 .IR "length modifier" .
 .PP
-Overall syntax of format string is:
+The overall syntax of a conversion specification is:
 .PP
 .in +4n
 .nf
-- 
2.30.1


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

* Re: [PATCH] printf.3: Minor wording tweaks to Utkarsh's patch
  2021-03-19 23:57 [PATCH] printf.3: Minor wording tweaks to Utkarsh's patch Alejandro Colomar
@ 2021-04-04 19:33 ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Kerrisk (man-pages) @ 2021-04-04 19:33 UTC (permalink / raw)
  To: Alejandro Colomar; +Cc: mtk.manpages, linux-man

Hi Alex,

On 3/20/21 12:57 AM, Alejandro Colomar wrote:
> The format string refers to the whole string passed in 'format'.
> The syntax referred to is that of a conversion specification,
> as called in the manual page.
> Use specific language.

You did just what I would have done, but better :-).

Thanks. Patch applied.

Cheers,

Michael

> Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
> ---
>  man3/printf.3 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man3/printf.3 b/man3/printf.3
> index 7c993074c..f69a44066 100644
> --- a/man3/printf.3
> +++ b/man3/printf.3
> @@ -193,7 +193,7 @@ an optional
>  and an optional
>  .IR "length modifier" .
>  .PP
> -Overall syntax of format string is:
> +The overall syntax of a conversion specification is:
>  .PP
>  .in +4n
>  .nf
> 


-- 
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:[~2021-04-04 19:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-19 23:57 [PATCH] printf.3: Minor wording tweaks to Utkarsh's patch Alejandro Colomar
2021-04-04 19:33 ` 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.