From c921391b9e471d02ef82f0f45eaa4c354a6fdb85 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Thu, 14 Jul 2011 14:36:37 +0000 Subject: move mandocdb(1) to mandocdb(8) "please make this change" kristaps@ --- mandocdb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mandocdb.c') diff --git a/mandocdb.c b/mandocdb.c index 5504664c..9665f760 100644 --- a/mandocdb.c +++ b/mandocdb.c @@ -1,4 +1,4 @@ -/* $Id: mandocdb.c,v 1.1 2011/07/14 10:57:02 kristaps Exp $ */ +/* $Id: mandocdb.c,v 1.2 2011/07/14 14:36:37 schwarze Exp $ */ /* * Copyright (c) 2011 Kristaps Dzonsons * @@ -44,7 +44,7 @@ #define MANDOC_FLAGS O_CREAT|O_TRUNC|O_RDWR #define MANDOC_SLOP 1024 -/* Bit-fields. See makewhatis.1. */ +/* Bit-fields. See mandocdb.8. */ #define TYPE_NAME 0x01 #define TYPE_FUNCTION 0x02 -- cgit v1.2.3-56-ge451