Module Name: src
Committed By: joerg
Date: Mon Feb 20 18:25:51 UTC 2012
Modified Files:
src/usr.sbin/makemandb: apropos.1 makemandb.8
Log Message:
Add reference to whatis(1). From Abhinav Upadhyay.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/makemandb/apropos.1
cvs rdiff -u -r1.1 -r1.2 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/apropos.1
diff -u src/usr.sbin/makemandb/apropos.1:1.3 src/usr.sbin/makemandb/apropos.1:1.4
--- src/usr.sbin/makemandb/apropos.1:1.3 Wed Feb 15 23:53:13 2012
+++ src/usr.sbin/makemandb/apropos.1 Mon Feb 20 18:25:51 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: apropos.1,v 1.3 2012/02/15 23:53:13 joerg Exp $
+.\" $NetBSD: apropos.1,v 1.4 2012/02/20 18:25:51 joerg 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 February 15, 2012
+.Dd February 20, 2012
.Dt APROPOS 1
.Os
.Sh NAME
@@ -112,6 +112,7 @@ The Sqlite FTS database which contains a
.El
.Sh SEE ALSO
.Xr man 1 ,
+.Xr whatis 1 ,
.Xr makemandb 8
.Sh AUTHORS
.An Abhinav Upadhyay
Index: src/usr.sbin/makemandb/makemandb.8
diff -u src/usr.sbin/makemandb/makemandb.8:1.1 src/usr.sbin/makemandb/makemandb.8:1.2
--- src/usr.sbin/makemandb/makemandb.8:1.1 Tue Feb 7 19:13:32 2012
+++ src/usr.sbin/makemandb/makemandb.8 Mon Feb 20 18:25:51 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: makemandb.8,v 1.1 2012/02/07 19:13:32 joerg Exp $
+.\" $NetBSD: makemandb.8,v 1.2 2012/02/20 18:25:51 joerg 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 February 4, 2012
+.Dd February 20, 2012
.Dt MAKEMANDB 8
.Os
.Sh NAME
@@ -104,6 +104,7 @@ The Sqlite FTS database which contains a
.Sh SEE ALSO
.Xr apropos 1 ,
.Xr man 1 ,
+.Xr whatis 1 ,
.Xr man.conf 5
.Sh AUTHORS
.An Abhinav Upadhyay