1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
.de d \" begin display
.sp
.in +4
.nf
..
.de e \" end display
.in -4
.fi
.sp
..
.TH "HXPRINTLINKS" "1" "10 Jul 2011" "6.x" "HTML-XML-utils"
.SH NAME
hxprintlinks \- number links and add a table of URLs at the end of an HTML file
.SH SYNOPSIS
.B hxprintlinks
.RB "[\| " \-b
.IR base " \|]"
.I file
.SH DESCRIPTION
.B hxprintlinks
adds a numbered table of all URLs (links) found in the file to the end of
the HTML file.
.SH OPTIONS
The following options are supported:
.TP
.BI \-b " base"
Prefix all URLs with the given \fIbase\fR.
.SH OPERANDS
The following operand is supported:
.TP
.I file
The file to work on.
|