aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-02-11 23:09:50 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-02-11 23:09:50 +0000
commit33bf6c45fb0878725a4eb32e540c24fb47c7cff4 (patch)
treea5d5ae212570ef54a8d5e194f0c61f91a690c790 /bin
parentce08d4900ca3852b05ddea11fd3d26e0742fa734 (diff)
Notes
Diffstat (limited to 'bin')
-rw-r--r--bin/sh/sh.12
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1
index de5481c5c0d0..eb9bb5711396 100644
--- a/bin/sh/sh.1
+++ b/bin/sh/sh.1
@@ -1033,7 +1033,7 @@ The syntax of the
command is:
.Bd -unfilled -offset indent -compact
.Ic case Ar word Ic in
-.Ar pattern Ns Li ) Ar list Li ;;
+.Ar pattern Ns ) Ar list Li ;;
.Ar ...
.Ic esac
.Ed