diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-01-02 21:29:43 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-01-02 21:29:43 +0100 |
commit | 741ec3b9ec2eae83036e5d31f062aa31a8889951 (patch) | |
tree | b9420e4e9c9025c2a6c11295fc2fc334e27d6970 /doc/man | |
parent | e79ad97058f8a76bb85fb750d90bba6f7525dca2 (diff) |
doc: update pre-generated files
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/sfeed.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/man/sfeed.1 b/doc/man/sfeed.1 index 1804833..48400f9 100644 --- a/doc/man/sfeed.1 +++ b/doc/man/sfeed.1 @@ -7,11 +7,15 @@ .SH "SYNOPSIS" .HP 6n \fBsfeed\fR -[\fIsuffix\ string\fR] +[\fIsuffix\ string\fR\ |\ \fB\-\fR\fIv\fR] .SH "DESCRIPTION" \fBsfeed\fR reads RSS or Atom feed data (XML) from stdin. It writes the feed data in a tab-separated format to stdout. +.SH "OPTIONS" +.TP 19n +\fB\-v\fR +show program version .SH "TAB-SEPARATED FORMAT FIELDS" The items are saved in a TSV-like format except newlines, tabs and backslash are escaped with \\ (\\n, \\t and \\\\). Carriage returns (\\r) are |