svn commit: r353091 - in stable/11/contrib/ipfilter: man tools

Cy Schubert cy at FreeBSD.org
Fri Oct 4 02:05:27 UTC 2019


Author: cy
Date: Fri Oct  4 02:05:26 2019
New Revision: 353091
URL: https://svnweb.freebsd.org/changeset/base/353091

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

Modified:
  stable/11/contrib/ipfilter/man/ippool.8
  stable/11/contrib/ipfilter/tools/ippool.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/contrib/ipfilter/man/ippool.8
==============================================================================
--- stable/11/contrib/ipfilter/man/ippool.8	Fri Oct  4 02:04:32 2019	(r353090)
+++ stable/11/contrib/ipfilter/man/ippool.8	Fri Oct  4 02:05:26 2019	(r353091)
@@ -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: stable/11/contrib/ipfilter/tools/ippool.c
==============================================================================
--- stable/11/contrib/ipfilter/tools/ippool.c	Fri Oct  4 02:04:32 2019	(r353090)
+++ stable/11/contrib/ipfilter/tools/ippool.c	Fri Oct  4 02:05:26 2019	(r353091)
@@ -73,7 +73,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-stable mailing list