diff options
author | James McCoy <jamessan@jamessan.com> | 2018-12-31 20:55:15 -0500 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2018-12-31 20:55:15 -0500 |
commit | 8ff144d876039d1612040a896758ffa49ec3f21a (patch) | |
tree | 8346d19173dbe2b001b779c3aeaea36aaa12a2be | |
parent | 3340e08becbfcc4d6bcbd1aa28e37076ca2f7723 (diff) | |
download | rneovim-8ff144d876039d1612040a896758ffa49ec3f21a.tar.gz rneovim-8ff144d876039d1612040a896758ffa49ec3f21a.tar.bz2 rneovim-8ff144d876039d1612040a896758ffa49ec3f21a.zip |
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)
-rw-r--r-- | man/nvim.1 | 1 |
1 files changed, 1 insertions, 0 deletions
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 |