From 1dc71205dae2e5dd56cf1f23033d63c7e14a0795 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Fri, 24 Jul 2009 20:22:24 +0000 Subject: Added `sp' support to libman. Added `\c' to known escapes (only used in man, but still). --- libman.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libman.h') diff --git a/libman.h b/libman.h index af72cd96..8edc15a3 100644 --- a/libman.h +++ b/libman.h @@ -1,4 +1,4 @@ -/* $Id: libman.h,v 1.14 2009/07/07 09:35:40 kristaps Exp $ */ +/* $Id: libman.h,v 1.15 2009/07/24 20:22:24 kristaps Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -49,6 +49,7 @@ enum merr { WNODATA, WNOTITLE, WESCAPE, + WNUMFMT, WERRMAX }; -- cgit v1.2.3