From 8ff144d876039d1612040a896758ffa49ec3f21a Mon Sep 17 00:00:00 2001 From: James McCoy Date: Mon, 31 Dec 2018 20:55:15 -0500 Subject: [PATCH] nvim.1: Add missing .El directive $ LC_ALL=en_US.UTF-8 MANROFFSEQ='' MANWIDTH=80 man --warnings -E UTF-8 -l -Tutf8 -Z man/nvim.1 >/dev/null mdoc warning: A .Bl directive has no matching .El (#59) --- man/nvim.1 | 1 + 1 file changed, 1 insertion(+) diff --git a/man/nvim.1 b/man/nvim.1 index b9f47cc851..4d338321c4 100644 --- a/man/nvim.1 +++ b/man/nvim.1 @@ -56,6 +56,7 @@ Reads text from standard input until .Dv EOF , then opens a buffer with that text. User input is read from standard error, which should be a terminal. +.El .Sh OPTIONS .Bl -tag -width Fl .It Fl t Ar tag