summaryrefslogtreecommitdiffstats
path: root/usr.bin/makewhatis/makewhatis.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/makewhatis/makewhatis.c')
-rw-r--r--usr.bin/makewhatis/makewhatis.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/makewhatis/makewhatis.c b/usr.bin/makewhatis/makewhatis.c
index ea089fe..c9404f6 100644
--- a/usr.bin/makewhatis/makewhatis.c
+++ b/usr.bin/makewhatis/makewhatis.c
@@ -726,6 +726,8 @@ process_page(struct page_info *page, char *section_dir)
case STATE_MANSTYLE:
if (strncmp(line, ".SH", 3) == 0)
break;
+ if (strncmp(line, ".SS", 3) == 0)
+ break;
trim_rhs(line);
if (strcmp(line, ".") == 0)
continue;
OpenPOWER on IntegriCloud