mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
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)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user