aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man.c
diff options
context:
space:
mode:
Diffstat (limited to 'man.c')
-rw-r--r--man.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/man.c b/man.c
index bf53b87a..c20f1a43 100644
--- a/man.c
+++ b/man.c
@@ -1,4 +1,4 @@
-/* $Id: man.c,v 1.25 2009/06/22 13:09:17 kristaps Exp $ */
+/* $Id: man.c,v 1.26 2009/07/04 09:01:55 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -472,6 +472,9 @@ man_err(struct man *m, int line, int pos,
case (WNOTITLE):
p = "document has no title/section";
break;
+ case (WESCAPE):
+ p = "invalid escape sequence";
+ break;
}
assert(p);