summaryrefslogtreecommitdiff
path: root/sfeed_update.1
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2015-08-05 18:41:27 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2015-08-05 18:41:27 +0200
commitc28a8ba769f2c0468436e7a5d42264644711ff51 (patch)
treef23ae38b03d175a8068054ff6b3a5e70e0617332 /sfeed_update.1
parent1a1bd0e5a3a1a9dbdf20d7afec7c3246c2468e34 (diff)
improve man-pages and documentation
Diffstat (limited to 'sfeed_update.1')
-rw-r--r--sfeed_update.110
1 files changed, 5 insertions, 5 deletions
diff --git a/sfeed_update.1 b/sfeed_update.1
index 4f15592..80e1bc3 100644
--- a/sfeed_update.1
+++ b/sfeed_update.1
@@ -1,4 +1,4 @@
-.Dd December 25, 2014
+.Dd August 5, 2015
.Dt SFEED_UPDATE 1
.Os
.Sh NAME
@@ -6,7 +6,7 @@
.Nd update feeds and merge with old feeds
.Sh SYNOPSIS
.Nm
-.Op Ar configfile
+.Op Ar sfeedrc
.Sh DESCRIPTION
.Nm
updates feeds files and merges the new data with the previous files. These
@@ -15,8 +15,8 @@ are the files in the directory
by default.
.Sh OPTIONS
.Bl -tag -width 17n
-.It Ar configfile
-config file, if not specified uses the path
+.It Ar sfeedrc
+Config file, if not specified uses the path
.Pa $HOME/.sfeed/sfeedrc
by default. See the
.Sx FILES READ
@@ -40,7 +40,7 @@ speedup updating.
.Sh FILES WRITTEN
.Bl -tag -width 17n
.It Ar feedname
-Tab-separated format containing all items per feed.
+TAB-separated format containing all items per feed.
The sfeed_update script merges new items with this file.
.It Ar feedname.new
Temporary file used by sfeed_update to merge items.