summaryrefslogtreecommitdiff
path: root/bin/test
diff options
context:
space:
mode:
authorJilles Tjoelker <jilles@FreeBSD.org>2010-09-10 14:03:58 +0000
committerJilles Tjoelker <jilles@FreeBSD.org>2010-09-10 14:03:58 +0000
commitc68e12a6f92c1cbfea4eabf598f2f4cad0106122 (patch)
treebf71b44d4a998691c2ba79c6bf7a39b030ed26cb /bin/test
parent2f67f12e0409d9c2ea2317e180887d5c43c134a4 (diff)
downloadsrc-test-c68e12a6f92c1cbfea4eabf598f2f4cad0106122.tar.gz
src-test-c68e12a6f92c1cbfea4eabf598f2f4cad0106122.zip
test(1): Fix markup, ( and ) must be separate arguments so leave spaces.
MFC after: 1 week
Notes
Notes: svn path=/head/; revision=212419
Diffstat (limited to 'bin/test')
-rw-r--r--bin/test/test.12
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/test/test.1 b/bin/test/test.1
index cbeff94bb6a38..8cf43d0a405a4 100644
--- a/bin/test/test.1
+++ b/bin/test/test.1
@@ -282,7 +282,7 @@ True if either
or
.Ar expression2
are true.
-.It Cm \&( Ns Ar expression Ns Cm \&)
+.It Cm \&( Ar expression Cm \&)
True if expression is true.
.El
.Pp