From 1ab4ebe5662ad82d7ab745fdb9c8124e07630673 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Tue, 6 Jun 2017 15:01:04 +0000 Subject: Minimal implementation of the roff(7) .ce request (center a number of input lines without filling). Contrary to groff, high-level macros abort .ce mode for now. --- read.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'read.c') diff --git a/read.c b/read.c index efc840bf..e302658f 100644 --- a/read.c +++ b/read.c @@ -1,4 +1,4 @@ -/* $Id: read.c,v 1.170 2017/06/04 00:13:15 schwarze Exp $ */ +/* $Id: read.c,v 1.171 2017/06/06 15:01:04 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2017 Ingo Schwarze @@ -227,6 +227,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = { "NOT IMPLEMENTED: Bd -file", "skipping display without arguments", "missing list type, using -item", + "argument is not numeric, using 1", "missing manual name, using \"\"", "uname(3) system call failed, using UNKNOWN", "unknown standard specifier", -- cgit v1.2.3-56-ge451