Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Feb 2017 23:09:50 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r313660 - head/bin/sh
Message-ID:  <201702112309.v1BN9olR020102@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Feb 11 23:09:50 2017
New Revision: 313660
URL: https://svnweb.freebsd.org/changeset/base/313660

Log:
  Remove empty Li
  
  Reported by:	make manlint
  MFC after:	2 days

Modified:
  head/bin/sh/sh.1

Modified: head/bin/sh/sh.1
==============================================================================
--- head/bin/sh/sh.1	Sat Feb 11 23:06:53 2017	(r313659)
+++ head/bin/sh/sh.1	Sat Feb 11 23:09:50 2017	(r313660)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702112309.v1BN9olR020102>