svn commit: r320664 - in head/contrib/ipfilter: man tools

Cy Schubert cy at FreeBSD.org
Wed Jul 5 05:50:38 UTC 2017


Author: cy
Date: Wed Jul  5 05:50:36 2017
New Revision: 320664
URL: https://svnweb.freebsd.org/changeset/base/320664

Log:
  Document supported poollist() (ippool -l) options in usage() and in
  ippool.8 man page.

Modified:
  head/contrib/ipfilter/man/ippool.8
  head/contrib/ipfilter/tools/ippool.c

Modified: head/contrib/ipfilter/man/ippool.8
==============================================================================
--- head/contrib/ipfilter/man/ippool.8	Wed Jul  5 02:58:46 2017	(r320663)
+++ head/contrib/ipfilter/man/ippool.8	Wed Jul  5 05:50:36 2017	(r320664)
@@ -18,7 +18,7 @@ ippool \- user interface to the IPFilter pools
 -F [-dv] [-o <role>] [-t <type>]
 .br
 .B ippool
--l [-dv] [-m <name>] [-t <type>]
+-l [-dv] [-m <name>] [-t <type>] [-o <role>] [-M <core>] [-N <namelist>]
 .br
 .B ippool
 -r [-dnv] [-m <name>] [-o <role>] [-t <type>] -i <ipaddr>[/<netmask>]

Modified: head/contrib/ipfilter/tools/ippool.c
==============================================================================
--- head/contrib/ipfilter/tools/ippool.c	Wed Jul  5 02:58:46 2017	(r320663)
+++ head/contrib/ipfilter/tools/ippool.c	Wed Jul  5 05:50:36 2017	(r320664)
@@ -79,7 +79,7 @@ usage(prog)
 	fprintf(stderr, "\t-A [-dnv] [-m <name>] [-o <role>] [-S <seed>] [-t <type>]\n");
 	fprintf(stderr, "\t-f <file> [-dnuv]\n");
 	fprintf(stderr, "\t-F [-dv] [-o <role>] [-t <type>]\n");
-	fprintf(stderr, "\t-l [-dv] [-m <name>] [-t <type>]\n");
+	fprintf(stderr, "\t-l [-dv] [-m <name>] [-t <type>] [-o <role>] [-M <core>] [-N <namelist>]\n");
 	fprintf(stderr, "\t-r [-dnv] [-m <name>] [-o <role>] [-t type] -i <ipaddr>[/netmask]\n");
 	fprintf(stderr, "\t-R [-dnv] [-m <name>] [-o <role>] [-t <type>]\n");
 	fprintf(stderr, "\t-s [-dtv] [-M <core>] [-N <namelist>]\n");


More information about the svn-src-head mailing list