Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src install ippool(5) manual as well. from peter postma in PR#2...



details:   https://anonhg.NetBSD.org/src/rev/b00c7556f8eb
branches:  trunk
changeset: 565319:b00c7556f8eb
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Apr 04 15:59:44 2004 +0000

description:
install ippool(5) manual as well.  from peter postma in PR#25053.

diffstat:

 distrib/sets/lists/man/mi    |  4 +++-
 usr.sbin/ipf/ippool/Makefile |  4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (39 lines):

diff -r 9318cb7f24e4 -r b00c7556f8eb distrib/sets/lists/man/mi
--- a/distrib/sets/lists/man/mi Sun Apr 04 15:16:38 2004 +0000
+++ b/distrib/sets/lists/man/mi Sun Apr 04 15:59:44 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.680 2004/04/03 04:20:38 uwe Exp $
+# $NetBSD: mi,v 1.681 2004/04/04 15:59:44 mrg Exp $
 ./etc/mtree/set.man                            man-sys-root
 ./usr/share/info/am-utils.info                 man-amd-info            info
 ./usr/share/info/as.info                       man-computil-info       bfd,info
@@ -1387,6 +1387,7 @@
 ./usr/share/man/cat5/ipf6.conf.0               man-ipf-catman          .cat
 ./usr/share/man/cat5/ipnat.0                   man-ipf-catman          .cat
 ./usr/share/man/cat5/ipnat.conf.0              man-ipf-catman          .cat
+./usr/share/man/cat5/ippool.0                  man-ipf-catman          .cat
 ./usr/share/man/cat5/ipsec.conf.0              man-netutil-catman      .cat
 ./usr/share/man/cat5/ipsend.0                  man-ipf-catman          .cat
 ./usr/share/man/cat5/isdnd.acct.0              man-isdn-catman         .cat
@@ -3468,6 +3469,7 @@
 ./usr/share/man/man5/ipf6.conf.5               man-ipf-man             .man
 ./usr/share/man/man5/ipnat.5                   man-ipf-man             .man
 ./usr/share/man/man5/ipnat.conf.5              man-ipf-man             .man
+./usr/share/man/man5/ippool.5                  man-ipf-man             .man
 ./usr/share/man/man5/ipsec.conf.5              man-netutil-man         .man
 ./usr/share/man/man5/ipsend.5                  man-ipf-man             .man
 ./usr/share/man/man5/isdnd.acct.5              man-isdn-man            .man
diff -r 9318cb7f24e4 -r b00c7556f8eb usr.sbin/ipf/ippool/Makefile
--- a/usr.sbin/ipf/ippool/Makefile      Sun Apr 04 15:16:38 2004 +0000
+++ b/usr.sbin/ipf/ippool/Makefile      Sun Apr 04 15:59:44 2004 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile,v 1.7 2004/04/03 22:16:27 he Exp $
+#      $NetBSD: Makefile,v 1.8 2004/04/04 15:59:44 mrg Exp $
 
 PROG=          ippool
 SRCS=          ippool_y.c ippool_l.c kmem.c ippool.c
-MAN=           ippool.8
+MAN=           ippool.5 ippool.8
 CPPFLAGS+=     -I.
 
 DPSRCS+=       ippool_l.h ippool_y.h



Home | Main Index | Thread Index | Old Index