svn commit: r349449 - in head: sbin/ipf/ipmon tools/build/mk
Cy Schubert
cy at FreeBSD.org
Thu Jun 27 02:43:28 UTC 2019
Author: cy
Date: Thu Jun 27 02:43:26 2019
New Revision: 349449
URL: https://svnweb.freebsd.org/changeset/base/349449
Log:
Add the ipmon.5 man page.
PR/238816 initially addressed updates to usage() however the PR has
morphed into a shopping list of updates to usage() and man pages.
PR: 238816 (I added to the list during discussion)
MFC after: 1 week
Modified:
head/sbin/ipf/ipmon/Makefile
head/tools/build/mk/OptionalObsoleteFiles.inc
Modified: head/sbin/ipf/ipmon/Makefile
==============================================================================
--- head/sbin/ipf/ipmon/Makefile Thu Jun 27 02:42:56 2019 (r349448)
+++ head/sbin/ipf/ipmon/Makefile Thu Jun 27 02:43:26 2019 (r349449)
@@ -3,7 +3,7 @@
PACKAGE= ipf
PROG= ipmon
SRCS= ${GENHDRS} ipmon.c ipmon_y.c ipmon_l.c
-MAN= ipmon.8
+MAN= ipmon.5 ipmon.8
CFLAGS+= -DLOGFAC=LOG_LOCAL0 -I.
Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc Thu Jun 27 02:42:56 2019 (r349448)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc Thu Jun 27 02:43:26 2019 (r349449)
@@ -3350,6 +3350,7 @@ OLD_FILES+=usr/share/man/man5/ipf.5.gz
OLD_FILES+=usr/share/man/man5/ipf.conf.5.gz
OLD_FILES+=usr/share/man/man5/ipf6.conf.5.gz
OLD_FILES+=usr/share/man/man5/ipfilter.5.gz
+OLD_FILES+=usr/share/man/man8/ipmon.5.gz
OLD_FILES+=usr/share/man/man5/ipnat.5.gz
OLD_FILES+=usr/share/man/man5/ipnat.conf.5.gz
OLD_FILES+=usr/share/man/man5/ippool.5.gz
More information about the svn-src-all
mailing list