From 7ba3e56fe6da6fcd1e1e4b74e95c7d8359972939 Mon Sep 17 00:00:00 2001 From: Bjarni Ingi Gislason Date: Fri, 12 Jun 2020 02:22:31 +0000 Subject: [PATCH] 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 --- 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