This commit was manufactured by cvs2svn to create tag
[Samba/gbeck.git] / docs / yodldocs / debug2html.1.yo
blobffbd3c5b0e77be5ce8332be4c864905076779382
1 mailto(samba-bugs@samba.org)
3 IFDEF(html)\
4 (manpage(htmlcommand(debug2html(1)))(1)(29 Dec 1998)(Samba)(SAMBA))\
5 (manpage(debug2html)(1)(29 Dec 1998)(Samba)(SAMBA))
7 label(NAME)
8 manpagename(debug2html)(Samba DEBUG to HTML translation filter)
10 label(SYNOPSIS)
11 manpagesynopsis()
13 debug2html [input-file [output-file]]
15 label(DESCRIPTION)
16 manpagedescription()
18 This program is part of the bf(Samba) suite.
20 bf(debug2html) generates HTML files from Samba log files.  Log files
21 produced by bf(nmbd)(8) or bf(smbd)(8) may then be viewed by a web
22 browser.  The output conforms to the HTML 3.2 specification. 
24 The filenames specified on the command line are optional.  If the
25 output-file is ommitted, output will go to bf(stdout).  If the input-file
26 is ommitted, bf(debug2html) will read from bf(stdin).  The filename "-" 
27 can be used to indicate that input should be read from bf(stdin).  For
28 example:
30 tt(cat /usr/local/samba/var/log.nmb | debug2html - nmblog.html) nl()
31   
32 label(VERSION)
33 manpagesection(VERSION)
35 This man page is correct for version 2.0 of the Samba suite.
37 label(SEEALSO)
38 manpageseealso()
40 url(bf(nmbd)(8))(nmbd.8.html), url(bf(smbd)(8))(smbd.8.html),
41 url(bf(samba)(7))(samba.7.html).
43 label(AUTHOR)
44 manpageauthor()
46 The original Samba software and related utilities were created by
47 Andrew Tridgell email(samba-bugs@samba.org). Samba is now developed
48 by the Samba Team as an Open Source project similar to the way the
49 Linux kernel is developed.
51 The original Samba man pages were written by Karl Auer. The man page
52 sources were converted to YODL format (another excellent piece of Open
53 Source software, available at
54 url(bf(ftp://ftp.icce.rug.nl/pub/unix/))(ftp://ftp.icce.rug.nl/pub/unix/))
55 and updated for the Samba2.0 release by Jeremy Allison.
56 email(samba-bugs@samba.org).
58 bf(debug2html) was added by Chris Hertel.
60 See url(bf(samba)(7))(samba.7.html) to find out how to get a full
61 list of contributors and details on how to submit bug reports,
62 comments etc.