diff --git a/man/elog.1 b/man/elog.1 index da7c25f1..2fd970f1 100755 --- a/man/elog.1 +++ b/man/elog.1 @@ -39,12 +39,12 @@ interact with the .B ELOG daemon (elogd). The .B elog -message can either be submitted on the command line or in a file with the `\-m' -flag. For the former case, message with blanks must be enclosed in quotes. -Multiple attributes can be specified as well as several attachments. The -password must match the write password defined on the server. If user level -access is defined on the server (via the `Password file' option), a valid user -name / password pair must be specified with the `\-u' option. +message can either be submitted on the command line or piped through `stdin' or +in a file with the `\-m' flag. For the former case, message with blanks must +be enclosed in quotes. Multiple attributes can be specified as well as several +attachments. The password must match the write password defined on the server. +If user level access is defined on the server (via the `Password file' option), +a valid user name / password pair must be specified with the `\-u' option. .PP The .B elog diff --git a/man/elogd.8 b/man/elogd.8 index 567d668a..8f1b1b7d 100755 --- a/man/elogd.8 +++ b/man/elogd.8 @@ -81,6 +81,9 @@ debugging output .TP .BI -w " password" create/overwrite write password in config file +.TP +.BR -x +enable execution of shell commands (unless compiled with this feature) .SH SEE ALSO .BR elog (1). .PP