From 4738aa2d6a9956e6576e7b02c08aee268f28bf67 Mon Sep 17 00:00:00 2001 From: "Christopher R. Hertel" Date: Tue, 29 Dec 1998 18:57:38 +0000 Subject: First go at documentation for debug2html. Chris -)----- (This used to be commit a045186d4d5d8121f46ffc380aeca1904e0686fe) --- docs/htmldocs/debug2html.1.html | 65 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 docs/htmldocs/debug2html.1.html (limited to 'docs/htmldocs') diff --git a/docs/htmldocs/debug2html.1.html b/docs/htmldocs/debug2html.1.html new file mode 100644 index 0000000000..3e2c293bc8 --- /dev/null +++ b/docs/htmldocs/debug2html.1.html @@ -0,0 +1,65 @@ + + + + + +debug2html(1) + + + + + +
+ +

debug2html(1)

+

Samba

+

29 Dec 1998

+ + + + +


+

NAME

+ debug2html - Samba DEBUG to HTML translation filter +


+

SYNOPSIS

+ +


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
+


+

VERSION

+ +


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


+

SEE ALSO

+ +


nmbd(8), smbd(8), +samba(7). +


+

AUTHOR

+ +


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


The original Samba man pages were written by Karl Auer. The man page +sources were converted to YODL format (another excellent piece of Open +Source software, available at +ftp://ftp.icce.rug.nl/pub/unix/) +and updated for the Samba2.0 release by Jeremy Allison. +samba-bugs@samba.org. +


debug2html was added by Chris Hertel. +


See samba(7) to find out how to get a full +list of contributors and details on how to submit bug reports, +comments etc. + + -- cgit