aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Rousse <guillomovitch@mageia.org>2012-03-10 14:13:13 +0000
committerGuillaume Rousse <guillomovitch@mageia.org>2012-03-10 14:13:13 +0000
commit0c6536d71bf12e81e6a052c7f195480cb2ac777c (patch)
tree2caa7f0bf350ec6b22ea12807ec3b38764ecf73d
parentd8f6c7268e00b808d9d59c0624aee83ab6f5aab0 (diff)
downloadrpm-helper-0c6536d71bf12e81e6a052c7f195480cb2ac777c.tar
rpm-helper-0c6536d71bf12e81e6a052c7f195480cb2ac777c.tar.gz
rpm-helper-0c6536d71bf12e81e6a052c7f195480cb2ac777c.tar.bz2
rpm-helper-0c6536d71bf12e81e6a052c7f195480cb2ac777c.tar.xz
rpm-helper-0c6536d71bf12e81e6a052c7f195480cb2ac777c.zip
fix documentation: facility is mandatory
-rw-r--r--README7
1 files changed, 3 insertions, 4 deletions
diff --git a/README b/README
index 438e3e3..2f8036a 100644
--- a/README
+++ b/README
@@ -39,12 +39,11 @@ Add given shell to the list of available system shells.
%_preun_shelldel <shell>
Remove given shell from the list of available system shells.
-%_post_syslogadd <destination> [-s <source>] [-f <facility>] [-m <min>] [-M <max>]
-Add a syslog entry, with given destination (usually a log file), and returns
-used facility. Support rsyslog only.
+%_post_syslogadd <destination> <facility> [-s <source>] [-m <min>] [-M <max>]
+Add a syslog entry, with given destination (usually a log file) and given
+facility, and returns used facility. Support rsyslog only.
Optional arguments:
-s: ensure given source (usually /dev/log) is readable by syslog daemon.
--f: use given facility (otherwise first available local one is used).
-m: use given minimal priority.
-M: use given maximal priority.