From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laurent Bigonville Subject: [PATCH 2/3] Use "\-" (minus) instead of plain "-" (hyphen) in manpages Date: Sat, 9 Feb 2013 16:50:34 +0100 Message-ID: <1360425035-27013-3-git-send-email-bigon@debian.org> References: <1360425035-27013-1-git-send-email-bigon@debian.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.redhat.com (ext-mx16.extmail.prod.ext.phx2.redhat.com [10.5.110.21]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r19FolJH013121 for ; Sat, 9 Feb 2013 10:50:47 -0500 Received: from anor.bigon.be (anor.bigon.be [91.121.173.99]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r19FokTa015560 for ; Sat, 9 Feb 2013 10:50:46 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by anor.bigon.be (Postfix) with ESMTP id DBAE51A0BF for ; Sat, 9 Feb 2013 16:50:45 +0100 (CET) Received: from anor.bigon.be ([127.0.0.1]) by localhost (anor.bigon.be [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id a1fLuvP1q8Nq for ; Sat, 9 Feb 2013 16:50:44 +0100 (CET) Received: from fornost.bigon.be (unknown [IPv6:2a02:578:85fc:1:226:18ff:fe08:6073]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client did not present a certificate) (Authenticated sender: bigon) by anor.bigon.be (Postfix) with ESMTPSA id E19FC1A0C0 for ; Sat, 9 Feb 2013 16:50:42 +0100 (CET) In-Reply-To: <1360425035-27013-1-git-send-email-bigon@debian.org> 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 From: Laurent Bigonville This makes it possible for people using UTF-8 encoding to easily copy/paste options from the manpages. This fix Debian lintian warnings: hyphen-used-as-minus-sign --- docs/audit_log_acct_message.3 | 2 +- docs/auditctl.8 | 2 +- docs/auditd.conf.5 | 2 +- tools/auvirt/auvirt.8 | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/audit_log_acct_message.3 b/docs/audit_log_acct_message.3 index a99d646..87ff160 100644 --- a/docs/audit_log_acct_message.3 +++ b/docs/audit_log_acct_message.3 @@ -19,5 +19,5 @@ pgname - program's name, if NULL will attempt to figure out op - operation. Ex: "adding user", "changing finger info", "deleting group" name - user's account or group name. If not available use NULL. -id - uid or gid that the operation is being performed on. If the user is unknown, pass a -1 and fill in the name parameter. This is used only when user is NULL. +id - uid or gid that the operation is being performed on. If the user is unknown, pass a \-1 and fill in the name parameter. This is used only when user is NULL. host - The hostname if known. If not available pass a NULL. addr - The network address of the user. If not available pass a NULL. diff --git a/docs/auditctl.8 b/docs/auditctl.8 index e4404ab..37d5eef 100644 --- a/docs/auditctl.8 +++ b/docs/auditctl.8 @@ -98,5 +98,5 @@ Delete rule from \fIlist\fP with \fIaction\fP. The rule is deleted only if it ex .TP .B \-D -Delete all rules and watches. This can take a key option (-k), too. +Delete all rules and watches. This can take a key option (\-k), too. .TP \fB\-S\fP [\fISyscall name or number\fP|\fBall\fP] diff --git a/docs/auditd.conf.5 b/docs/auditd.conf.5 index 9572542..703135e 100644 --- a/docs/auditd.conf.5 +++ b/docs/auditd.conf.5 @@ -90,5 +90,5 @@ means that it takes the hostname and resolves it with dns for a fully qualified domain name of that machine. .IR Numeric -is similar to fqd except it resolves the IP address of the machine. In order to use this option, you might want to test that 'hostname -i' or 'domainname -i' returns a numeric address. Also, this option is not recommended if dhcp is used because you could have different addresses over time for the same machine. +is similar to fqd except it resolves the IP address of the machine. In order to use this option, you might want to test that 'hostname \-i' or 'domainname \-i' returns a numeric address. Also, this option is not recommended if dhcp is used because you could have different addresses over time for the same machine. .IR User is an admin defined string from the name option. The default value is diff --git a/tools/auvirt/auvirt.8 b/tools/auvirt/auvirt.8 index 86266f7..96123f4 100644 --- a/tools/auvirt/auvirt.8 +++ b/tools/auvirt/auvirt.8 @@ -16,5 +16,5 @@ that started the guest, the time when the guest was started and the time when the guest was stoped. -If the option "--all-events" is given a more detailed output is shown. In this +If the option "\-\-all\-events" is given a more detailed output is shown. In this mode other records are shown for guest's stops, resource assignments, host shutdowns and AVC and anomaly events. The first field @@ -111,5 +111,5 @@ Only show events related to the guest with the given name. To see all the records in this month for a guest -\fBauvirt --start this-month --vm GuestVmName --all-events\fP +\fBauvirt \-\-start this\-month \-\-vm GuestVmName \-\-all\-events\fP .SH SEE ALSO -- 1.7.10.4