doc: port test.1 to doclifter

* man/test.x: Use \& instead of quoting (Bug#31803).
This commit is contained in:
Paul Eggert 2018-06-14 12:04:57 -07:00
parent de73c801f3
commit 21682faa5e

View 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