summaryrefslogtreecommitdiff
path: root/sfeed.1
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2015-01-04 16:39:56 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2015-01-04 16:39:56 +0100
commitc77b5c3a699d129436e5a757973f84265f41e135 (patch)
tree0b445f39c1bbdecd639efdb6666ba911d5777ef1 /sfeed.1
parent4568a8156b81d1860c88b09b34a2d65a54db62dc (diff)
doc: improve
- mandoc: fix mandoc errors and warnings. - remove pre-generated HTML documentation.
Diffstat (limited to 'sfeed.1')
-rw-r--r--sfeed.14
1 files changed, 2 insertions, 2 deletions
diff --git a/sfeed.1 b/sfeed.1
index e371930..31fd661 100644
--- a/sfeed.1
+++ b/sfeed.1
@@ -15,14 +15,13 @@ tab-separated format to stdout.
.Bl -tag -width 17n
.It Fl v
show program version
+.El
.Sh TAB-SEPARATED FORMAT FIELDS
-.Pp
The items are saved in a TSV-like format except newlines, tabs and
backslash are escaped with \\ (\\n, \\t and \\\\). Carriage returns (\\r) are
removed.
.Pp
The order and format of the fields are:
-.Pp
.Bl -tag -width 17n
.It Ar item timestamp
string, UNIX timestamp in GMT+0
@@ -42,6 +41,7 @@ string
string
.It Ar feed type
string, "rss" or "atom"
+.El
.Sh SEE ALSO
.Xr sh 1 ,
.Xr sfeed_update 1