From 6149bff465b36175e7fcc5900ca67c2631dd9bf1 Mon Sep 17 00:00:00 2001
From: vorlon
Date: Thu, 12 Jun 2008 22:31:20 +0000
Subject: Load samba-3.2.0rc2 into branches/samba/upstream-3.2.
git-svn-id: svn://svn.debian.org/svn/pkg-samba/branches/samba/upstream-3.2@1944 fc4039ab-9d04-0410-8cac-899223bdd6b0
---
docs/htmldocs/manpages/eventlogadm.8.html | 10 +++++-----
1 file changed, 5 insertions(+), 5 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 2a0ff30ab8..806ca1c0dc 100644
--- a/docs/htmldocs/manpages/eventlogadm.8.html
+++ b/docs/htmldocs/manpages/eventlogadm.8.html
@@ -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.