From ca16c95b70df7e455b620a5d6eb9f224c725ae44 Mon Sep 17 00:00:00 2001 From: vorlon Date: Sat, 14 Feb 2009 17:12:39 +0000 Subject: Merge samba-3.3.0 into branches/samba/upstream. git-svn-id: svn://svn.debian.org/svn/pkg-samba/branches/samba/upstream@2570 fc4039ab-9d04-0410-8cac-899223bdd6b0 --- docs/htmldocs/manpages/eventlogadm.8.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/htmldocs/manpages/eventlogadm.8.html') diff --git a/docs/htmldocs/manpages/eventlogadm.8.html b/docs/htmldocs/manpages/eventlogadm.8.html index f0621c45ad..5554ffbeb9 100644 --- a/docs/htmldocs/manpages/eventlogadm.8.html +++ b/docs/htmldocs/manpages/eventlogadm.8.html @@ -1,4 +1,4 @@ -eventlogadm

Name

eventlogadm — push records into the Samba event log store

Synopsis

eventlogadm [-d] [-h] -o +eventlogadm

Name

eventlogadm — push records into the Samba event log store

Synopsis

eventlogadm [-d] [-h] -o addsource EVENTLOG SOURCENAME @@ -6,10 +6,10 @@

eventlogadm [-d] [-h] -o write EVENTLOG -

DESCRIPTION

This tool is part of the samba(1) suite.

eventlogadm is a filter that accepts +

DESCRIPTION

This tool is part of the samba(1) suite.

eventlogadm is a filter that accepts formatted event log records on standard input and writes them to the Samba event log store. Windows client can then manipulate - these record using the usual administration tools.

OPTIONS

-d

+ these record using the usual administration tools.

OPTIONS

-d

The -d option causes eventlogadm to emit debugging information.

@@ -31,7 +31,7 @@ event log store named by EVENTLOG.

-h

Print usage information. -

EVENTLOG RECORD FORMAT

For the write operation, eventlogadm +

EVENTLOG RECORD FORMAT

For the write operation, eventlogadm expects to be able to read structured records from standard input. These records are a sequence of lines, with the record key and data separated by a colon character. Records are separated @@ -80,7 +80,7 @@ eventlog. There may be more than one string in a record.

  • DAT - This field should be left unset. -

  • EXAMPLES

    An example of the record format accepted by eventlogadm:

    +		

    EXAMPLES

    An example of the record format accepted by eventlogadm:

     	LEN: 0
     	RS1: 1699505740
     	RCN: 0
    @@ -103,7 +103,7 @@
     	tail -f /var/log/messages | \\
     		my_program_to_parse_into_eventlog_records | \\
     	      	eventlogadm SystemLogEvents
    -	

    VERSION

    This man page is correct for version 3.0.25 of the Samba suite.

    AUTHOR

    The original Samba software and related utilities were +

    VERSION

    This man page is correct for version 3.0.25 of the Samba suite.

    AUTHOR

    The original Samba software and related utilities were created by Andrew Tridgell. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed.

    -- cgit v1.2.3