~jack/msrss

80e7990643b839c98b6b817a5c32952238f09424 — Jack Kelly 9 years ago 5971488
Fix man page to render nicely under man2html.
1 files changed, 10 insertions(+), 8 deletions(-)

M msrss.1
M msrss.1 => msrss.1 +10 -8
@@ 6,7 6,7 @@
msrss \- Merge & Scrub RSS feeds

.SH SYNOPSIS
.SY msrss
.B msrss
.OP \-o output
.OP \-d description
.OP \-k link


@@ 16,13 16,13 @@ msrss \- Merge & Scrub RSS feeds
.OP \-l "label feed_url"
.RI [ feed_url
.IR .\|.\|. ]
.YS
.SY msrss
.br
.B msrss
.OP \-h
.YS
.SY msrss
.br
.B msrss
.OP \-\-version
.YS
.br

.SH DESCRIPTION
.B msrss


@@ 73,12 73,14 @@ Print version and copyright information, then exit.

.SH EXAMPLES
Download a dodgy feed and save the cleaned-up version:
.P
.EX
$ msrss -o clean_feed.xml http://example.com/dodgy_feed.xml
.EE

Download the author's favourite webcomics, label each tile and produce
a unified feed:
Download the author's favourite webcomics, prefix entries with their
comic's title and produce a unified feed:
.P
.EX
$ msrss -o webcomics.xml -t Webcomics -k '' \\
    -l 'Darths & Droids' http://www.darthsanddroids.net/rss.xml \\