From: Paul Eggert Date: Thu, 14 Jun 2018 19:04:57 +0000 (-0700) Subject: doc: port test.1 to doclifter X-Git-Tag: v8.30~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21682faa5e9c2f7e1eaa39a938105551b0f000ad;p=thirdparty%2Fcoreutils.git doc: port test.1 to doclifter * man/test.x: Use \& instead of quoting (Bug#31803). --- diff --git a/man/test.x b/man/test.x index a7aaf2c828..0adc35fee1 100644 --- a/man/test.x +++ b/man/test.x @@ -6,14 +6,14 @@ test \- check file types and compare values .br .B test .br -.\" Quote the square brackets to help doclifter (Bug#31803). -.B "[" +.\" \& tells doclifter the brackets are literal (Bug#31803). +.B [\& .I EXPRESSION -.B "]" +.B ]\& .br -.B "[ ]" +.B "[\& ]\&" .br -.B "[" +.B [\& .I OPTION [DESCRIPTION] .\" Add any additional description here