All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] put(3): fix formatting of trailing period
@ 2018-01-20  5:33 Mike Frysinger
       [not found] ` <20180120053322.9173-1-vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2018-01-20  5:33 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

The period after the function call is incorrectly marked with bold.

Signed-off-by: Mike Frysinger <vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
---
 man3/puts.3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man3/puts.3 b/man3/puts.3
index 2f039a43729f..2396f7d82d8e 100644
--- a/man3/puts.3
+++ b/man3/puts.3
@@ -65,7 +65,7 @@ more than once.
 .PP
 .BI "putchar(" c )
 is equivalent to
-.BI "putc(" c ", " stdout ).
+.BI "putc(" c ", " stdout ) \fR.
 .PP
 .BR puts ()
 writes the string
-- 
2.15.1

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

* Re: [PATCH] put(3): fix formatting of trailing period
       [not found] ` <20180120053322.9173-1-vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
@ 2018-02-04  6:29   ` Michael Kerrisk (man-opages)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Kerrisk (man-opages) @ 2018-02-04  6:29 UTC (permalink / raw)
  To: Mike Frysinger
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

Hello Mike,

On 01/20/2018 06:33 AM, Mike Frysinger wrote:
> The period after the function call is incorrectly marked with bold.

Thanks. Patch applied.

Cheers,

Michael

> Signed-off-by: Mike Frysinger <vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
> ---
>   man3/puts.3 | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man3/puts.3 b/man3/puts.3
> index 2f039a43729f..2396f7d82d8e 100644
> --- a/man3/puts.3
> +++ b/man3/puts.3
> @@ -65,7 +65,7 @@ more than once.
>   .PP
>   .BI "putchar(" c )
>   is equivalent to
> -.BI "putc(" c ", " stdout ).
> +.BI "putc(" c ", " stdout ) \fR.
>   .PP
>   .BR puts ()
>   writes the string
> 
--
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] 2+ messages in thread

end of thread, other threads:[~2018-02-04  6:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-20  5:33 [PATCH] put(3): fix formatting of trailing period Mike Frysinger
     [not found] ` <20180120053322.9173-1-vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
2018-02-04  6:29   ` Michael Kerrisk (man-opages)

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.