From a75a4daafd86f162c2c79f1b0ece373e7bcb7f65 Mon Sep 17 00:00:00 2001 From: "Christopher R. Hertel" Date: Tue, 29 Dec 1998 21:16:08 +0000 Subject: Updated the docs to match the changes I made to debug2html. Chris -)----- (This used to be commit fcbdf5fe9790298d519b678ff3a6121641c1e6d9) --- docs/htmldocs/debug2html.1.html | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'docs/htmldocs') diff --git a/docs/htmldocs/debug2html.1.html b/docs/htmldocs/debug2html.1.html index 3e2c293bc8..d0d6373a3d 100644 --- a/docs/htmldocs/debug2html.1.html +++ b/docs/htmldocs/debug2html.1.html @@ -24,17 +24,20 @@


SYNOPSIS

-


debug2html [<input-file] [>output-file] +


debug2html [input-file [output-file]]


DESCRIPTION


This program is part of the Samba suite. -


debug2html is simple a filter. That is, it accepts input from -stdin and directs its output to stdout. The input is expected to -be a log file generated by nmbd(8) or smbd(8). The output will be -an HTML 3.2 document. -


Example usage: -


debug2html </usr/local/samba/var/log.nmb >nmblog.html
+


debug2html generates HTML files from Samba log files. Log files +produced by nmbd(8) or smbd(8) may then be viewed by a web +browser. The output conforms to the HTML 3.2 specification. +


The filenames specified on the command line are optional. If the +output-file is ommitted, output will go to stdout. If the input-file +is ommitted, debug2html will read from stdin. The filename "-" +can be used to indicate that input should be read from stdin. For +example: +


cat /usr/local/samba/var/log.nmb | debug2html - nmblog.html


VERSION

-- cgit