]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: port test.1 to doclifter
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 14 Jun 2018 19:04:57 +0000 (12:04 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 14 Jun 2018 19:07:38 +0000 (12:07 -0700)
* man/test.x: Use \& instead of quoting (Bug#31803).

man/test.x

index a7aaf2c828c9557daad218a24912c35837283715..0adc35fee1552fcbf20efce3fb3798490affecdb 100644 (file)
@@ -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