All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] time.1: ffix: correct a three-fonts line in SYNOPSIS
@ 2020-06-12  2:22 Bjarni Ingi Gislason
  2020-06-12 19:30 ` Michael Kerrisk (man-pages)
  0 siblings, 1 reply; 2+ messages in thread
From: Bjarni Ingi Gislason @ 2020-06-12  2:22 UTC (permalink / raw)
  To: mtk.manpages; +Cc: linux-man

  The current version shows the square brackets, '[' and ']', in
boldface.

  Use the '\c' escape sequence (function) to join the output of two
macros.

Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
---
 man1/time.1 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/man1/time.1 b/man1/time.1
index d9a9717e0..f274aa9d8 100644
--- a/man1/time.1
+++ b/man1/time.1
@@ -10,7 +10,8 @@
 .SH NAME
 time \- time a simple command or give resource usage
 .SH SYNOPSIS
-.BI "time [" options "] " command " [" arguments... "] "
+.B time \c
+.RI [ options ] " command " [ arguments... ]
 .SH DESCRIPTION
 The
 .B time
-- 
2.26.2

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

* Re: [PATCH] time.1: ffix: correct a three-fonts line in SYNOPSIS
  2020-06-12  2:22 [PATCH] time.1: ffix: correct a three-fonts line in SYNOPSIS Bjarni Ingi Gislason
@ 2020-06-12 19:30 ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Kerrisk (man-pages) @ 2020-06-12 19:30 UTC (permalink / raw)
  To: Bjarni Ingi Gislason; +Cc: mtk.manpages, linux-man

Hello Bjarni,

On 6/12/20 4:22 AM, Bjarni Ingi Gislason wrote:
>   The current version shows the square brackets, '[' and ']', in
> boldface.
> 
>   Use the '\c' escape sequence (function) to join the output of two
> macros.

Thanks. Patch applied.

Cheers,

Michael

> Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
> ---
>  man1/time.1 | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/man1/time.1 b/man1/time.1
> index d9a9717e0..f274aa9d8 100644
> --- a/man1/time.1
> +++ b/man1/time.1
> @@ -10,7 +10,8 @@
>  .SH NAME
>  time \- time a simple command or give resource usage
>  .SH SYNOPSIS
> -.BI "time [" options "] " command " [" arguments... "] "
> +.B time \c
> +.RI [ options ] " command " [ arguments... ]
>  .SH DESCRIPTION
>  The
>  .B time
> 


-- 
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:[~2020-06-12 19:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-12  2:22 [PATCH] time.1: ffix: correct a three-fonts line in SYNOPSIS Bjarni Ingi Gislason
2020-06-12 19:30 ` 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.