summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/man_hash.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2010-04-25 16:32:20 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2010-04-25 16:32:20 +0000
commit5e7b141c4078dd8c459a211917f8a3e69aeaa18a (patch)
treeb859e18c87182d4c4303d5b692186229b169426b /usr.bin/mandoc/man_hash.c
parent29b368d88c35b353b92244355941b92cf8a46c4e (diff)
Implement roff conditional instructions .if .ie .el, in man(7) only for now;
fixing OpenBSD::PackageName(3p) and friends for espie@.
Diffstat (limited to 'usr.bin/mandoc/man_hash.c')
-rw-r--r--usr.bin/mandoc/man_hash.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mandoc/man_hash.c b/usr.bin/mandoc/man_hash.c
index 4d0a6a05d9a..81610efe8c9 100644
--- a/usr.bin/mandoc/man_hash.c
+++ b/usr.bin/mandoc/man_hash.c
@@ -1,4 +1,4 @@
-/* $Id: man_hash.c,v 1.8 2010/03/26 01:22:05 schwarze Exp $ */
+/* $Id: man_hash.c,v 1.9 2010/04/25 16:32:19 schwarze Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -24,7 +24,7 @@
#include "libman.h"
-#define HASH_DEPTH 6
+#define HASH_DEPTH 8
#define HASH_ROW(x) do { \
if ('.' == (x)) \