summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2012-05-13 14:16:04 +0000
committerjoel <joel@FreeBSD.org>2012-05-13 14:16:04 +0000
commit82a81c78d982f919825edb09975bc63e950cbaad (patch)
tree7986d382e4cde1c998c3c0717c56c84d1d73dcef /bin
parent3df7eed63daa61f9134456f5d918d8bb982186b9 (diff)
downloadFreeBSD-src-82a81c78d982f919825edb09975bc63e950cbaad.zip
FreeBSD-src-82a81c78d982f919825edb09975bc63e950cbaad.tar.gz
Minor mdoc nits.
Diffstat (limited to 'bin')
-rw-r--r--bin/expr/expr.12
-rw-r--r--bin/sh/sh.14
-rw-r--r--bin/test/test.12
3 files changed, 4 insertions, 4 deletions
diff --git a/bin/expr/expr.1 b/bin/expr/expr.1
index 4550edb..34be0b8f 100644
--- a/bin/expr/expr.1
+++ b/bin/expr/expr.1
@@ -77,7 +77,7 @@ Operators with equal precedence are grouped within symbols
and
.Ql } .
.Bl -tag -width indent
-.It Ar expr1 Li | Ar expr2
+.It Ar expr1 Li \&| Ar expr2
Return the evaluation of
.Ar expr1
if it is neither an empty string nor zero;
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1
index 92fa352..34b6b2b 100644
--- a/bin/sh/sh.1
+++ b/bin/sh/sh.1
@@ -375,8 +375,8 @@ The following is a list of valid operators:
.Bl -tag -width indent
.It Control operators:
.Bl -column "XXX" "XXX" "XXX" "XXX" "XXX" -offset center -compact
-.It Li & Ta Li && Ta Li ( Ta Li ) Ta Li \en
-.It Li ;; Ta Li ;& Ta Li ; Ta Li | Ta Li ||
+.It Li & Ta Li && Ta Li \&( Ta Li \&) Ta Li \en
+.It Li ;; Ta Li ;& Ta Li \&; Ta Li \&| Ta Li ||
.El
.It Redirection operators:
.Bl -column "XXX" "XXX" "XXX" "XXX" "XXX" -offset center -compact
diff --git a/bin/test/test.1 b/bin/test/test.1
index 5815b12..d73f794 100644
--- a/bin/test/test.1
+++ b/bin/test/test.1
@@ -43,7 +43,7 @@
.Nm
.Ar expression
.Nm \&[
-.Ar expression Cm ]
+.Ar expression Cm \&]
.Sh DESCRIPTION
The
.Nm
OpenPOWER on IntegriCloud