summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dash.12
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dash.1 b/src/dash.1
index c452c3f..32f6ac0 100644
--- a/src/dash.1
+++ b/src/dash.1
@@ -1814,7 +1814,7 @@ If n is greater than the number of positional parameters,
 .Ic shift
 will issue an error message, and exit with return status 2.
 .It test Ar expression
-.It \&[ Ar expression Cm ]
+.It \&[ Ar expression Cm \&]
 The
 .Ic test
 utility evaluates the expression and, if it evaluates
a>June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe 2021-01-18Allow matching lexers using first input lineJune McEnroe