From a96c21aa0301d8fd8fb35c8cf0bee2cd6a061116 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Sat, 3 Jan 2015 14:00:43 +0100 Subject: doc: clarify timezone format --- doc/html/sfeed_update.1.html | 50 ++++++++++++++++++++------------------------ 1 file changed, 23 insertions(+), 27 deletions(-) (limited to 'doc/html/sfeed_update.1.html') diff --git a/doc/html/sfeed_update.1.html b/doc/html/sfeed_update.1.html index 7ed03c5..cd4ae08 100644 --- a/doc/html/sfeed_update.1.html +++ b/doc/html/sfeed_update.1.html @@ -1,29 +1,25 @@ - + - - - + + + SFEED_UPDATE(1)
- +
+++ - - + @@ -32,14 +28,14 @@ SFEED_UPDATE(1)

NAME

sfeed_updateupdate feeds and merge with old feeds

SYNOPSIS

SFEED_UPDATE(1) -General Commands Manual + +OpenBSD Reference Manual SFEED_UPDATE(1)
--++ +[configfile]
sfeed_update -[configfile]
@@ -55,8 +51,7 @@ config file, if not specified uses the location $HOME/.sfeed/sfeedrc by default
-

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 removed.
-
+

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 removed.

The order and format of the fields are:

item timestamp
@@ -65,7 +60,7 @@ string, UNIX timestamp in GMT+0
item timestamp
-string, date and time in the format: YYYY-mm-dd HH:MM:SS tzname[+-]HHMM
+string, date and time in the format: YYYY-mm-dd HH:MM:SS tzname[[+-][HHMM]]
item title
@@ -79,7 +74,7 @@ string
string
-item content-type
+item content-type
string, "html" or "plain"
@@ -133,8 +128,7 @@ Temporary file used by sfeed_update to merge items.
-

EXAMPLES

To update feeds and format the feeds file:
-
+

EXAMPLES

To update feeds and format the feeds file:

 sfeed_update "configfile" 
 sfeed_plain < $HOME/.sfeed/feeds > $HOME/.sfeed/feeds.txt 
@@ -143,13 +137,15 @@ sfeed_html < $HOME/.sfeed/feeds > $HOME/.sfeed/feeds.html
-

AUTHORS

Hiltjo Posthuma <hiltjo@codemadness.org>
- +

AUTHORS

Hiltjo Posthuma <hiltjo@codemadness.org> +
++ - -- cgit v1.2.3
December 25, 2014 +