*** 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
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

View File

@ -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