aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libman.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-07-24 20:22:24 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-07-24 20:22:24 +0000
commit1dc71205dae2e5dd56cf1f23033d63c7e14a0795 (patch)
tree08b46add29357f7047f7f912d26620747bea61ea /libman.h
parent2f0e48a3b94c4ea5af2482492f89ecda94388aaf (diff)
downloadmandoc-1dc71205dae2e5dd56cf1f23033d63c7e14a0795.tar.gz
mandoc-1dc71205dae2e5dd56cf1f23033d63c7e14a0795.tar.zst
mandoc-1dc71205dae2e5dd56cf1f23033d63c7e14a0795.zip
Added `sp' support to libman.
Added `\c' to known escapes (only used in man, but still).
Diffstat (limited to 'libman.h')
-rw-r--r--libman.h3
1 files changed, 2 insertions, 1 deletions
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 <kristaps@kth.se>
*
@@ -49,6 +49,7 @@ enum merr {
WNODATA,
WNOTITLE,
WESCAPE,
+ WNUMFMT,
WERRMAX
};