Module Name: src
Committed By: abhinav
Date: Thu Jun 16 14:07:16 UTC 2016
Modified Files:
src/usr.sbin/makemandb: apropos.1 whatis.1
Log Message:
Add man.conf(5) and man(1) in the SEE ALSO section.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/makemandb/apropos.1
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/makemandb/whatis.1
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.16 src/usr.sbin/makemandb/apropos.1:1.17
--- src/usr.sbin/makemandb/apropos.1:1.16 Sun May 22 19:26:04 2016
+++ src/usr.sbin/makemandb/apropos.1 Thu Jun 16 14:07:16 2016
@@ -1,4 +1,4 @@
-.\" $NetBSD: apropos.1,v 1.16 2016/05/22 19:26:04 abhinav Exp $
+.\" $NetBSD: apropos.1,v 1.17 2016/06/16 14:07:16 abhinav 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 May 22, 2016
+.Dd June 16, 2016
.Dt APROPOS 1
.Os
.Sh NAME
@@ -118,6 +118,7 @@ Command line options override the enviro
.Sh SEE ALSO
.Xr man 1 ,
.Xr whatis 1 ,
+.Xr man.conf 5 ,
.Xr makemandb 8
.Sh HISTORY
The
Index: src/usr.sbin/makemandb/whatis.1
diff -u src/usr.sbin/makemandb/whatis.1:1.3 src/usr.sbin/makemandb/whatis.1:1.4
--- src/usr.sbin/makemandb/whatis.1:1.3 Sun May 22 19:26:04 2016
+++ src/usr.sbin/makemandb/whatis.1 Thu Jun 16 14:07:16 2016
@@ -1,4 +1,4 @@
-.\" $NetBSD: whatis.1,v 1.3 2016/05/22 19:26:04 abhinav Exp $
+.\" $NetBSD: whatis.1,v 1.4 2016/06/16 14:07:16 abhinav Exp $
.\"
.\" Copyright (c) 2012 Joerg Sonnenberger <[email protected]>
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd May 22, 2016
+.Dd June 16, 2016
.Dt WHATIS 1
.Os
.Sh NAME
@@ -64,6 +64,8 @@ tag.
.El
.Sh SEE ALSO
.Xr apropos 1 ,
+.Xr man 1 ,
+.Xr man.conf 5 ,
.Xr makemandb 8
.Sh HISTORY
The