From 16ab65c3e3a699cbb2591d1d913f77b9ee7e25ef Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Thu, 29 Jun 2017 15:22:17 +0000 Subject: warn about some non-portable idioms in .Bl -column; triggered by a question from Yuri Pankov (illumos) --- read.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'read.c') diff --git a/read.c b/read.c index bcbc1e9a..dedb234d 100644 --- a/read.c +++ b/read.c @@ -151,6 +151,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = { "blocks badly nested", "nested displays are not portable", "moving content out of list", + "first macro on line", "fill mode already enabled, skipping", "fill mode already disabled, skipping", "line scope broken", @@ -169,6 +170,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = { "missing function name, using \"\"", "empty head in list item", "empty list item", + "missing argument, using next line", "missing font type, using \\fR", "unknown font type, using \\fR", "nothing follows prefix", -- cgit