public inbox for linux-audit@redhat.com
 help / color / mirror / Atom feed
From: Laurent Bigonville <bigon@debian.org>
To: linux-audit@redhat.com
Subject: [PATCH 2/3] Use "\-" (minus) instead of plain "-" (hyphen) in manpages
Date: Sat,  9 Feb 2013 16:50:34 +0100	[thread overview]
Message-ID: <1360425035-27013-3-git-send-email-bigon@debian.org> (raw)
In-Reply-To: <1360425035-27013-1-git-send-email-bigon@debian.org>

From: Laurent Bigonville <bigon@bigon.be>

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

  parent reply	other threads:[~2013-02-09 15:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-09 15:50 [PATCH 0/3] Several manpages fixes Laurent Bigonville
2013-02-09 15:50 ` [PATCH 1/3] audisp/plugins/prelude/audisp-prelude.conf.5: Fix typo Laurent Bigonville
2013-02-09 15:50 ` Laurent Bigonville [this message]
2013-02-09 15:50 ` [PATCH 3/3] docs/audit_open.3: Document that audit_open() is setting errno on failure Laurent Bigonville
2013-02-09 17:33 ` [PATCH 0/3] Several manpages fixes Steve Grubb

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1360425035-27013-3-git-send-email-bigon@debian.org \
    --to=bigon@debian.org \
    --cc=linux-audit@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox