Remove empty Li

Reported by:	make manlint
MFC after:	2 days
This commit is contained in:
Baptiste Daroussin 2017-02-11 23:09:50 +00:00
parent ce08d4900c
commit 33bf6c45fb

View File

@ -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