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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to