summaryrefslogtreecommitdiffstats
path: root/bin/sh/sh.1
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2017-02-17 11:20:55 +0000
committerbapt <bapt@FreeBSD.org>2017-02-17 11:20:55 +0000
commite438c36d17735c3396181b241cbe6c72a02f64ee (patch)
tree5e07ffe257b8ded27029c8cedd35ec35e00526e5 /bin/sh/sh.1
parent536dcdb61e3b3c43dfaa64bed563f9631009f2c3 (diff)
downloadFreeBSD-src-e438c36d17735c3396181b241cbe6c72a02f64ee.zip
FreeBSD-src-e438c36d17735c3396181b241cbe6c72a02f64ee.tar.gz
MFC r313659-r313673
r313659: Remove space at and of line Reported by: make manlint MFC after: 2 days r313660: Remove empty Li Reported by: make manlint MFC after: 2 days r313661: Escape Ss to avoid confusion by mdoc parser with the Ss macro Reported by: make manlint MFC after: 2 days r313662: Add missing -width after -Bl -tag Reported by: make manlint MFC after: 2 days r313663: Add missing section after .Xr reference r313664: Escape No to avoid confusion with the No macro r313665: Remove useless .Pp after the .Sh macro and remove empty line r313666: Remove empty space at EOL and escept Ed r313667: Remove spaces at EOL and sort correctly the SEE ALSO section r313668: Add missing section in manpage reference r313669: Properly use .An macro before Authors name r313670: Escape Sm to avoid confusion with Sm macro r313671: Use correct date format r313672: Remove useless Li macro r313673: Remove spaces at end of line Reported by: make manlint
Diffstat (limited to 'bin/sh/sh.1')
-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 20a9dbf..a0e1026 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
OpenPOWER on IntegriCloud