From: Bjarni Ingi Gislason Date: Fri, 12 Jun 2020 02:22:31 +0000 (+0000) Subject: time.1: ffix: correct a three-fonts line in SYNOPSIS X-Git-Tag: man-pages-5.08~162 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ba3e56fe6da6fcd1e1e4b74e95c7d8359972939;p=thirdparty%2Fman-pages.git time.1: ffix: correct a three-fonts line in SYNOPSIS 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 Signed-off-by: Michael Kerrisk --- diff --git a/man1/time.1 b/man1/time.1 index d9a9717e02..f274aa9d8f 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