Module Name: src
Committed By: christos
Date: Tue Mar 3 18:04:33 UTC 2015
Modified Files:
src/usr.sbin/makemandb: makemandb.8
Log Message:
mention that this replaces makewhatis(8)
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/makemandb/makemandb.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/makemandb/makemandb.8
diff -u src/usr.sbin/makemandb/makemandb.8:1.7 src/usr.sbin/makemandb/makemandb.8:1.8
--- src/usr.sbin/makemandb/makemandb.8:1.7 Fri Nov 29 18:58:23 2013
+++ src/usr.sbin/makemandb/makemandb.8 Tue Mar 3 13:04:33 2015
@@ -1,4 +1,4 @@
-.\" $NetBSD: makemandb.8,v 1.7 2013/11/29 23:58:23 wiz Exp $
+.\" $NetBSD: makemandb.8,v 1.8 2015/03/03 18:04:33 christos Exp $
.\"
.\" Copyright (c) 2011 Abhinav Upadhyay <[email protected]>
.\" All rights reserved.
@@ -29,7 +29,7 @@
.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd November 23, 2013
+.Dd March 3, 2015
.Dt MAKEMANDB 8
.Os
.Sh NAME
@@ -83,7 +83,13 @@ This prints the name of every file being
and a summary at the end of the index update.
.El
.Pp
-.Nm .
+The index generated by
+.Nm
+is also used by the
+.Xr whatis 1
+program, replacing the old
+.Dq makewhatis
+program.
.Ss DATABASE SCHEMA
The name of the FTS table is mandb and its schema is as follows:
.Bl -column -offset indent "Column Name" "Column Description"