public inbox for linux-audit@redhat.com
 help / color / mirror / Atom feed
From: Zhang Xiliang <zhangxiliang@cn.fujitsu.com>
To: Steve Grubb <sgrubb@redhat.com>, Linux Audit <linux-audit@redhat.com>
Subject: [PATCH 2/5] The error message of "-1" in field checking isnot suit
Date: Wed, 06 Aug 2008 16:13:01 +0800	[thread overview]
Message-ID: <48995D0D.8090208@cn.fujitsu.com> (raw)

Hello Steve, 

The error message of "-1" is "-F missing = for ...".
The opration isnot only "=". 
So I think "F missing opration for" is better.


Signed-off-by: Zhang Xiliang <zhangxiliang@cn.fujitsu.com>
---
 src/auditctl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/auditctl.c b/src/auditctl.c
index 3958afb..a19bd14 100644
--- a/src/auditctl.c
+++ b/src/auditctl.c
@@ -747,7 +747,7 @@ static int setopt(int count, char *vars[])
 					audit_permadded = 1;
 				break;
 			case -1:
-				fprintf(stderr, "-F missing = for %s\n", 
+				fprintf(stderr, "-F missing opration for %s\n", 
 					optarg);
 				retval = -1;
 				break;

             reply	other threads:[~2008-08-06  8:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-06  8:13 Zhang Xiliang [this message]
2008-08-06 19:07 ` [PATCH 2/5] The error message of "-1" in field checking isnot suit 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=48995D0D.8090208@cn.fujitsu.com \
    --to=zhangxiliang@cn.fujitsu.com \
    --cc=linux-audit@redhat.com \
    --cc=sgrubb@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