]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
time.1: ffix: correct a three-fonts line in SYNOPSIS
authorBjarni Ingi Gislason <bjarniig@rhi.hi.is>
Fri, 12 Jun 2020 02:22:31 +0000 (02:22 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 12 Jun 2020 19:29:34 +0000 (21:29 +0200)
  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>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man1/time.1

index d9a9717e02d3ce8d141cd1c6314cd8c51f1ee875..f274aa9d8f08003c3fcf553fac807557a2575fda 100644 (file)
@@ -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