From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oren Held Subject: [PATCH] Fix a typo in aureport.8 Date: Tue, 1 Jan 2013 15:22:00 +0200 Message-ID: <20130101132159.GA9731@orenhe-laptop> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="G4iJoqBmSsgzjUCe" Return-path: Received: from mx1.redhat.com (ext-mx16.extmail.prod.ext.phx2.redhat.com [10.5.110.21]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r01DM84C025099 for ; Tue, 1 Jan 2013 08:22:08 -0500 Received: from homiemail-a65.g.dreamhost.com (caiajhbdccah.dreamhost.com [208.97.132.207]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r01DM7eY006808 for ; Tue, 1 Jan 2013 08:22:08 -0500 Received: from homiemail-a65.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a65.g.dreamhost.com (Postfix) with ESMTP id 9B4E87E4062 for ; Tue, 1 Jan 2013 05:22:07 -0800 (PST) Received: from orenhe-laptop (85.65.7.156.dynamic.barak-online.net [85.65.7.156]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: oren@held.org.il) by homiemail-a65.g.dreamhost.com (Postfix) with ESMTPSA id 8DED97E405D for ; Tue, 1 Jan 2013 05:22:06 -0800 (PST) Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: linux-audit@redhat.com List-Id: linux-audit@redhat.com --G4iJoqBmSsgzjUCe Content-Type: text/plain; charset=us-ascii Content-Disposition: inline =================================================================== --- aureport.8 (revision 740) +++ aureport.8 (working copy) @@ -40,7 +40,7 @@ Interpret numeric entities into text. For example, uid is converted to account name. The conversion is done using the current resources of the machine where the search is being run. If you have renamed the accounts, or don't have the same accounts on your machine, you could get misleading results. .TP .BR \-if ,\ \-\-input \ \fIfile\fP -Use the given \fIfile\fP instead if the logs. This is to aid analysis where the logs have been moved to another machine or only part of a log was saved. +Use the given \fIfile\fP instead of the logs. This is to aid analysis where the logs have been moved to another machine or only part of a log was saved. .TP .B \-\-input\-logs Use the log file location from auditd.conf as input for analysis. This is needed if you are using aureport from a cron job. --G4iJoqBmSsgzjUCe Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="fix_aureport_typo.patch" Index: aureport.8 =================================================================== --- aureport.8 (revision 740) +++ aureport.8 (working copy) @@ -40,7 +40,7 @@ Interpret numeric entities into text. For example, uid is converted to account name. The conversion is done using the current resources of the machine where the search is being run. If you have renamed the accounts, or don't have the same accounts on your machine, you could get misleading results. .TP .BR \-if ,\ \-\-input \ \fIfile\fP -Use the given \fIfile\fP instead if the logs. This is to aid analysis where the logs have been moved to another machine or only part of a log was saved. +Use the given \fIfile\fP instead of the logs. This is to aid analysis where the logs have been moved to another machine or only part of a log was saved. .TP .B \-\-input\-logs Use the log file location from auditd.conf as input for analysis. This is needed if you are using aureport from a cron job. --G4iJoqBmSsgzjUCe Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline --G4iJoqBmSsgzjUCe--