From 7dfe6b3fdffd0ff76af3e3d347b0f300fddb15e8 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Fri, 6 Feb 2015 03:38:45 +0000 Subject: better handle .Fo and .Fd without argument better handle .Fo with more than one argument --- read.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'read.c') diff --git a/read.c b/read.c index 9027bb94..560e6fdd 100644 --- a/read.c +++ b/read.c @@ -1,4 +1,4 @@ -/* $Id: read.c,v 1.122 2015/02/04 18:03:48 schwarze Exp $ */ +/* $Id: read.c,v 1.123 2015/02/06 03:38:45 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2015 Ingo Schwarze @@ -142,6 +142,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = { "list type is not the first argument", "missing -width in -tag list, using 8n", "missing utility name, using \"\"", + "missing function name, using \"\"", "empty head in list item", "empty list item", "missing font type, using \\fR", -- cgit v1.2.3