.\" Text automatically generated by txt2man .TH weblint 1 "12 September 2018" "2.32+dfsg-1" "Linux Reference Manual" .SH NAME \fBweblint \fP- pick fluff off web pages (HTML) \fB .SH SYNOPSIS .nf .fam C \fBweblint\fP [option\.\.\.] \.\.\. .fam T .fi .fam T .fi .SH DESCRIPTION \fBweblint\fP is a Perl script which picks fluff off HTML pages. .PP Files and URLs to be checked are passed on the command-line. .SH OPTIONS .TP .B \fB--help\fP This message .TP .B \fB--context\fP[=n] Show the offending line (and n surrounding lines) .PP Error types: (default: all on) .TP .B --[no]structure Structural issues, like unclosed tag pairs .TP .B --[no]helper Helper issues, like missing HEIGHT & WIDTH .TP .B --[no]fluff Fluff that can be removed, like bad tag attributes .TP .B \fB--only\fP Turns off all other error types, as in \fB--only\fP \fB--fluff\fP .SH EXAMPLE % \fBweblint\fP foobar.html ./dodgy-files/ index.html http://example.com/ .SH AUTHOR This basic manpage was written by Jonas Smedegaard for Debian GNU systems, but may be freely used elsewhere.