svn commit: r313660 - head/bin/sh

Baptiste Daroussin bapt at FreeBSD.org
Sat Feb 11 23:09:51 UTC 2017


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


More information about the svn-src-head mailing list