*** empty log message ***

SVN revision: 595
This commit is contained in:
Stefan Ritt 2003-07-17 11:05:47 +00:00
parent 187034cc8a
commit 4b8a0d5962
2 changed files with 9 additions and 6 deletions

View File

@ -39,12 +39,12 @@ interact with the
.B ELOG .B ELOG
daemon (elogd). The daemon (elogd). The
.B elog .B elog
message can either be submitted on the command line or in a file with the `\-m' message can either be submitted on the command line or piped through `stdin' or
flag. For the former case, message with blanks must be enclosed in quotes. in a file with the `\-m' flag. For the former case, message with blanks must
Multiple attributes can be specified as well as several attachments. The be enclosed in quotes. Multiple attributes can be specified as well as several
password must match the write password defined on the server. If user level attachments. The password must match the write password defined on the server.
access is defined on the server (via the `Password file' option), a valid user If user level access is defined on the server (via the `Password file' option),
name / password pair must be specified with the `\-u' option. a valid user name / password pair must be specified with the `\-u' option.
.PP .PP
The The
.B elog .B elog

View File

@ -81,6 +81,9 @@ debugging output
.TP .TP
.BI -w " password" .BI -w " password"
create/overwrite write password in config file create/overwrite write password in config file
.TP
.BR -x
enable execution of shell commands (unless compiled with this feature)
.SH SEE ALSO .SH SEE ALSO
.BR elog (1). .BR elog (1).
.PP .PP