aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.