diff options
Diffstat (limited to 'docs/htmldocs')
-rw-r--r-- | docs/htmldocs/debug2html.1.html | 17 |
1 files changed, 10 insertions, 7 deletions
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 @@ <p><br><a name="SYNOPSIS"></a> <h2>SYNOPSIS</h2> -<p><br>debug2html [<input-file] [>output-file] +<p><br>debug2html [input-file [output-file]] <p><br><a name="DESCRIPTION"></a> <h2>DESCRIPTION</h2> <p><br>This program is part of the <strong>Samba</strong> suite. -<p><br><strong>debug2html</strong> is simple a filter. That is, it accepts input from -<strong>stdin</strong> and directs its output to <strong>stdout</strong>. The input is expected to -be a log file generated by <strong>nmbd</strong>(8) or <strong>smbd</strong>(8). The output will be -an HTML 3.2 document. -<p><br>Example usage: -<p><br>debug2html </usr/local/samba/var/log.nmb >nmblog.html <br> +<p><br><strong>debug2html</strong> generates HTML files from Samba log files. Log files +produced by <strong>nmbd</strong>(8) or <strong>smbd</strong>(8) may then be viewed by a web +browser. The output conforms to the HTML 3.2 specification. +<p><br>The filenames specified on the command line are optional. If the +output-file is ommitted, output will go to <strong>stdout</strong>. If the input-file +is ommitted, <strong>debug2html</strong> will read from <strong>stdin</strong>. The filename "-" +can be used to indicate that input should be read from <strong>stdin</strong>. For +example: +<p><br><code>cat /usr/local/samba/var/log.nmb | debug2html - nmblog.html</code> <br> <p><br><a name="VERSION"></a> <h2>VERSION</h2> |