26765fa
diff -up setools-3.3.7/man/replcon.1.cmdline setools-3.3.7/man/replcon.1
26765fa
--- setools-3.3.7/man/replcon.1.cmdline	2007-08-02 17:16:33.000000000 -0400
26765fa
+++ setools-3.3.7/man/replcon.1	2010-11-17 16:31:01.000000000 -0500
26765fa
@@ -44,6 +44,8 @@ Search for files which include PATH.
26765fa
 .IP "-c CLASS, --class=CLASS"
26765fa
 Search only files of object class CLASS.
26765fa
 .SH OPTIONS
26765fa
+.IP "-R, --regex"
26765fa
+Enable regular expressions
26765fa
 .IP "-v, --verbose"
26765fa
 Display context info during replacement.
26765fa
 .IP "-h, --help"
26765fa
diff -up setools-3.3.7/man/seinfo.1.cmdline setools-3.3.7/man/seinfo.1
26765fa
--- setools-3.3.7/man/seinfo.1.cmdline	2010-05-03 12:39:02.000000000 -0400
26765fa
+++ setools-3.3.7/man/seinfo.1	2010-11-17 16:23:36.000000000 -0500
26765fa
@@ -76,6 +76,10 @@ There is no expanded information for thi
26765fa
 .IP "--nodecon[=ADDR]"
26765fa
 Print a list of node contexts or, if ADDR is provided, print the statement for the node with address ADDR.
26765fa
 There is no expanded information for this component.
26765fa
+.IP "--polcap"
26765fa
+Print policy capabilities.
26765fa
+.IP "--permissive"
26765fa
+Print permissive types.
26765fa
 .IP "--portcon[=PORT]"
26765fa
 Print a list of port contexts or, if PORT is provided, print the statement for port PORT.
26765fa
 There is no expanded information for this component.
26765fa
@@ -93,7 +97,7 @@ These details include the types assigned
26765fa
 This option is not available for all component types; see the description of each component for the details this option will provide.
26765fa
 .IP "--stats"
26765fa
 Print policy statistics including policy type and version information and counts of all components and rules.
26765fa
-.IP "-l"
26765fa
+.IP "-l, --line-breaks"
26765fa
 Print line breaks when displaying constraint statements.
26765fa
 .IP "-h, --help"
26765fa
 Print help information and exit.
26765fa
diff -up setools-3.3.7/seaudit/seaudit-report.c.cmdline setools-3.3.7/seaudit/seaudit-report.c
26765fa
--- setools-3.3.7/seaudit/seaudit-report.c.cmdline	2010-11-17 16:09:48.000000000 -0500
26765fa
+++ setools-3.3.7/seaudit/seaudit-report.c	2010-11-17 16:11:06.000000000 -0500
26765fa
@@ -100,7 +100,7 @@ static void seaudit_report_info_usage(co
26765fa
 	printf("  -s, --stdin              read log data from standard input\n");
26765fa
 	printf("  -m, --malformed          include malformed log messages\n");
26765fa
 	printf("  -o FILE, --output=FILE   output to FILE\n");
26765fa
-	printf("  --config=FILE            read configuration from FILE\n");
26765fa
+	printf("  -c FILE, --config=FILE   read configuration from FILE\n");
26765fa
 	printf("  --html                   set output format to HTML\n");
26765fa
 	printf("  --stylesheet=FILE        HTML style sheet for formatting HTML report\n");
26765fa
 	printf("                           (ignored if --html is not given)\n");
26765fa
diff -up setools-3.3.7/sediff/sediff.c.cmdline setools-3.3.7/sediff/sediff.c
26765fa
--- setools-3.3.7/sediff/sediff.c.cmdline	2007-08-02 17:16:33.000000000 -0400
26765fa
+++ setools-3.3.7/sediff/sediff.c	2010-11-17 16:20:01.000000000 -0500
26765fa
@@ -420,7 +420,7 @@ int main(int argc, char **argv)
26765fa
 	poldiff_t *diff = NULL;
26765fa
 	size_t total = 0;
26765fa
 
26765fa
-	while ((optc = getopt_long(argc, argv, "ctarubANDLMCRqhV", longopts, NULL)) != -1) {
26765fa
+	while ((optc = getopt_long(argc, argv, "ctarubAqhV", longopts, NULL)) != -1) {
26765fa
 		switch (optc) {
26765fa
 		case 0:
26765fa
 			break;