usr/src/lib/tidy/Solaris/libtidy.3
changeset 86 7cec84c09a67
parent 85 2b1f0bf1e1e8
child 87 f1183b751617
equal deleted inserted replaced
85:2b1f0bf1e1e8 86:7cec84c09a67
     1 .\" libtidy man page for the Tidy Sourceforge project
       
     2 .TH libtidy 3 "1 Feb 2007" "HTML Tidy 1.0.0" "Libraries"
       
     3 .SH NAME
       
     4 \fBlibtidy\fR - validate, correct, and pretty-print HTML files
       
     5 .SH LIBRARY
       
     6 The Tidy HTML Parser Library (libtidy, -ltidy)
       
     7 .PP
       
     8 .br
       
     9 .SH DESCRIPTION
       
    10 .PP
       
    11 \fB#include <tidy.h>\fP
       
    12 .br
       
    13 \fB#include <buffio.h>\fP
       
    14 .PP
       
    15 .br
       
    16 The
       
    17 \fBtidy\fP
       
    18 library provides parsing facilities for validating HTML, similar to
       
    19 those found in
       
    20 \fBlint\fP(1).
       
    21 These functions are available in the
       
    22 \fBlibtidy\fP
       
    23 library.
       
    24 Programs should be linked with
       
    25 \fB\-ltidy\fP.
       
    26 .SH "SEE ALSO"
       
    27 \fBtidy\fP(1)
       
    28 .PP
       
    29 .br
       
    30 Complete documentation in HTML format is available under
       
    31 \fB/usr/share/doc/tidy/html\fP.
       
    32 .SH AUTHOR
       
    33 \fBTidy\fR was written by Dave Raggett <\[email protected]\fR>, and is now maintained and developed by the Tidy team at \fIhttp://tidy.sourceforge.net/\fR.  It is released under the \fIMIT Licence\fR.
       
    34 .LP
       
    35 Generated automatically with HTML Tidy released on 1 September 2005.
       
    36