Blame SOURCES/psacct-6.6.1-RH-man-page-scan.patch

0a209a
diff -Naur acct-6.6.1.orig/ac.c acct-6.6.1/ac.c
0a209a
--- acct-6.6.1.orig/ac.c	2011-03-16 23:50:13.000000000 +0100
0a209a
+++ acct-6.6.1/ac.c	2013-07-31 16:44:17.859142249 +0200
0a209a
@@ -343,12 +343,29 @@
0a209a
 
0a209a
 void give_usage(void)
0a209a
 {
0a209a
-  (void)printf("\
0a209a
-                Usage: %s [-dhpVy] [-f <file>] [people] ...\n\
0a209a
-                [--daily-totals] [--individual-totals] [--file <file>]\n\
0a209a
-                [--complain] [--reboots] [--supplants] [--timewarps] [--print-year]\n\
0a209a
-                [--compatibility] [--print-zeros] [--debug] [--tw-leniency <value>]\n\
0a209a
-                [--tw-suspicious <value>] [--version] [--help]\n", program_name);
0a209a
+  (void)printf(
0a209a
+  "\n"
0a209a
+  "Usage: %s [OPTION] ...\n"
0a209a
+  "\n"
0a209a
+  "OPTIONS:\n"
0a209a
+  "  -d, --daily-totals        Print totals for each day\n"
0a209a
+  "  -p, --individual-totals   Print time totals for each user\n"
0a209a
+  "  -f, --file <file>         Read from <file>\n"
0a209a
+  "  --complain                Print errors for whatever problem\n"
0a209a
+  "  --reboots                 Count the time between login and reboot\n"
0a209a
+  "  --supplants               Count the time between logins on the terminal\n"
0a209a
+  "  --timewarps               Count the time between login and time warp\n"
0a209a
+  "  --compatibility           Shortcut for --reboots --supplants --timewarps\n"
0a209a
+  "  -a, --all-days            Do not skip days without login activity\n"
0a209a
+  "  --tw-leniency <value>     Set the time warp leniency <value> in seconds\n"
0a209a
+  "  --tw-suspicious <value>   Set the time warp suspicious <value> in seconds\n"
0a209a
+  "  --print-year              Print year when displaying dates\n"
0a209a
+  "  --print-zeros             Don't suppress zeros in category totals\n"
0a209a
+  "  --debug                   Print verbose internal information\n"
0a209a
+  "  -V, --version             Show version and exit\n"
0a209a
+  "  -h, --help                Show help and exit\n"
0a209a
+  , program_name);
0a209a
+
0a209a
   print_wtmp_file_location();
0a209a
 }
0a209a
 
0a209a
diff -Naur acct-6.6.1.orig/dump-acct.c acct-6.6.1/dump-acct.c
0a209a
--- acct-6.6.1.orig/dump-acct.c	2011-03-16 23:50:13.000000000 +0100
0a209a
+++ acct-6.6.1/dump-acct.c	2013-07-31 17:45:03.075476755 +0200
0a209a
@@ -52,6 +52,7 @@
0a209a
 #ifdef LINUX_MULTIFORMAT
0a209a
-  printf ("       [--format <version>] [--byteswap]\n");
0a209a
+  printf ("          [--format <version>] [--byteswap]\n");
0a209a
 #endif
0a209a
+  printf ("          [--ahz <freq>]\n");
0a209a
   print_acct_file_location ();
0a209a
 }
0a209a
 
0a209a
diff -Naur acct-6.6.1.orig/lastcomm.c acct-6.6.1/lastcomm.c
0a209a
--- acct-6.6.1.orig/lastcomm.c	2011-03-16 23:50:13.000000000 +0100
0a209a
+++ acct-6.6.1/lastcomm.c	2013-07-31 18:01:57.772529043 +0200
0a209a
@@ -304,7 +304,7 @@
0a209a
 #ifdef HAVE_PAGING
0a209a
                "[--show-paging] "
0a209a
 #endif
0a209a
-               "[--version] [--help]\n", program_name);
0a209a
+               "[--ahz <freq>] [--version] [--help]\n", program_name);
0a209a
   print_acct_file_location ();
0a209a
 }
0a209a
 
0a209a
diff -Naur acct-6.6.1.orig/lastcomm.1 acct-6.6.1/lastcomm.1
0a209a
--- acct-6.6.1.orig/lastcomm.1	2013-07-31 15:44:16.000000000 +0200
0a209a
+++ acct-6.6.1/lastcomm.1	2013-07-31 17:08:33.442122085 +0200
0a209a
@@ -18,54 +18,7 @@
0a209a
 .I terminal-name ...
0a209a
 ]
0a209a
 .br
0a209a
-[ 
0a209a
-.B \-\-strict-match
0a209a
-]
0a209a
-.br
0a209a
-[
0a209a
-.B \-\-forwards
0a209a
-]
0a209a
-.br
0a209a
-[
0a209a
-.BI \-f " filename"
0a209a
-|
0a209a
-.BI \-\-file " filename"
0a209a
-]
0a209a
-[
0a209a
-.BI \-\-ahz " hz"
0a209a
-]
0a209a
-.br
0a209a
-[
0a209a
-.B \-\-user
0a209a
-.I name
0a209a
-]
0a209a
-[
0a209a
-.B \-\-command
0a209a
-.I name
0a209a
-]
0a209a
-[
0a209a
-.B \-\-tty
0a209a
-.I name
0a209a
-]
0a209a
-.br
0a209a
-[
0a209a
-.B \p
0a209a
-|
0a209a
-.B \-\-show_paging
0a209a
-]
0a209a
-[
0a209a
-.B \-\-debug
0a209a
-]
0a209a
-[
0a209a
-.B \-V
0a209a
-|
0a209a
-.B \-\-version 
0a209a
-]
0a209a
-[
0a209a
-.B \-h
0a209a
-|
0a209a
-.B \-\-help 
0a209a
-]
0a209a
+[ OPTION ... ]
0a209a
 .ad b
0a209a
 .hy 1
0a209a
 .SH DESCRIPTION
0a209a
@@ -115,10 +68,13 @@
0a209a
 .SH OPTIONS
0a209a
 .PD 0
0a209a
 .TP
0a209a
-.B \-\-strict-match
0a209a
+.B \-\-strict\-match
0a209a
 Print only entries that match *all* of the arguments on the command
0a209a
 line.
0a209a
 .TP
0a209a
+.B \-\-print\-controls 
0a209a
+Print control characters.
0a209a
+.TP
0a209a
 .BI \-\-user " name"
0a209a
 List records for user with
0a209a
 .I name.
0a209a
diff -Naur acct-6.6.1.orig/sa.8 acct-6.6.1/sa.8
0a209a
--- acct-6.6.1.orig/sa.8	2013-07-31 15:44:16.000000000 +0200
0a209a
+++ acct-6.6.1/sa.8	2013-07-31 17:19:06.325431034 +0200
0a209a
@@ -43,7 +43,7 @@
0a209a
 [
0a209a
 .B \-i
0a209a
 |
0a209a
-.B \-\-dont-read-summary-file
0a209a
+.B \-\-dont-read-summary-files
0a209a
 ]
0a209a
 .br
0a209a
 [
0a209a
@@ -282,7 +282,7 @@
0a209a
 When using the `\-\-threshold' option, assume that all answers to
0a209a
 interactive queries will be affirmative.
0a209a
 .TP
0a209a
-.B \-i, \-\-dont-read-summary-file
0a209a
+.B \-i, \-\-dont-read-summary-files
0a209a
 Don't read the information in the system's default
0a209a
 .I savacct
0a209a
 file.
0a209a
@@ -386,7 +386,7 @@
0a209a
 .I SAVACCT
0a209a
 file.
0a209a
 .TP
0a209a
-.BI \-\-other-file " filename"
0a209a
+.BI \-\-other-acct-file " filename"
0a209a
 Read from the file 
0a209a
 .I filename 
0a209a
 instead of the system's default