Blame SOURCES/psacct-6.6.1-man-dump-acct.patch

0a209a
diff -Naur acct-6.6.1.orig/dump-acct.8 acct-6.6.1/dump-acct.8
0a209a
--- acct-6.6.1.orig/dump-acct.8	2013-07-31 18:56:57.000000000 +0200
0a209a
+++ acct-6.6.1/dump-acct.8	2013-07-31 19:19:21.606615965 +0200
0a209a
@@ -0,0 +1,53 @@
0a209a
+.\" Copyright (C) 2009 Red Hat, Inc. All Rights Reserved.
0a209a
+.\" Written by Ivana Hutarova Varekova <varekova@redhat.com>
0a209a
+.TH DUMP_ACCT 8 "2009 December 2" "Linux accounting system"
0a209a
+
0a209a
+.SH NAME
0a209a
+dump\-acct \- print an acct/pacct file in human-readable format
0a209a
+
0a209a
+.SH SYNOPSIS
0a209a
+.B dump-acct
0a209a
+[\fB\-r\fR|\fB\-\-reverse\fR]
0a209a
+[\fB\-R\fR|\fB\-\-raw\fR]
0a209a
+[\fB\-n\fR|\fB\-\-num\fR\ \fIrecs\fR]
0a209a
+[\fB\-\-byte\-swap\fR]
0a209a
+[\fB\-\-format\fR]
0a209a
+[\fB\-\-ahz\fR\ \fIfreq\fR]
0a209a
+[\fB\-h\fR|\fB\-\-help\fR]
0a209a
+[\fIfiles\fR]
0a209a
+
0a209a
+.SH DESCRIPTION
0a209a
+The dump-acct command transforms the output \fBfile\fR from the
0a209a
+accton format to the human-readable format: one record per line.
0a209a
+Each record consists of severald fields which are separated by
0a209a
+character "|" (the meaning of concreate field depends on the
0a209a
+version of kernel package - with which the accton file was created).
0a209a
+
0a209a
+.SH OPTIONS
0a209a
+The following options are supported:
0a209a
+.TP
0a209a
+.B -r, --reverse
0a209a
+Print the output in reverse order.
0a209a
+.TP
0a209a
+.B -R, --raw
0a209a
+The records will be printed without any parsing.
0a209a
+.TP
0a209a
+.B -n, --num NUMRECS
0a209a
+Display only the first NUMRECS number of records.
0a209a
+.TP
0a209a
+.B --byteswap
0a209a
+Swap the bytes (relative to your system's native byte order) in --raw output.
0a209a
+.TP
0a209a
+.B --format
0a209a
+Set output format with --raw option.
0a209a
+.TP
0a209a
+.B --ahz FREQ
0a209a
+Set the AHZ (platform dependent frequency in Hertz) to FREQ.
0a209a
+.TP
0a209a
+.B -h, --help
0a209a
+Print a help message and the default location of the process accounting file
0a209a
+and exit.
0a209a
+
0a209a
+.SH SEE ALSO
0a209a
+accton (8), lastcomm (1)
0a209a
+