summaryrefslogtreecommitdiff
path: root/sfeed_update.1
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2017-04-27 13:13:04 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2017-04-27 13:13:04 +0200
commit1b71671a2d71c3ea8e39d4603eb8f21043d1f975 (patch)
treea7d453df0608aef06083d276d84866fd8144d90a /sfeed_update.1
parent379541c1eb276b5527a0c79093c5c8925628a2e1 (diff)
man pages: fix a few warnings and improve a few words
- fix new warning check (start sentence at each line). - improve a few words.
Diffstat (limited to 'sfeed_update.1')
-rw-r--r--sfeed_update.112
1 files changed, 7 insertions, 5 deletions
diff --git a/sfeed_update.1 b/sfeed_update.1
index babc7c4..622e08c 100644
--- a/sfeed_update.1
+++ b/sfeed_update.1
@@ -9,8 +9,8 @@
.Op Ar sfeedrc
.Sh DESCRIPTION
.Nm
-updates feeds files and merges the new data with the previous files. These
-are the files in the directory
+updates feeds files and merges the new data with the previous files.
+These are the files in the directory
.Pa $HOME/.sfeed/feeds
by default.
.Sh OPTIONS
@@ -18,7 +18,8 @@ by default.
.It Ar sfeedrc
Config file, if not specified uses the path
.Pa $HOME/.sfeed/sfeedrc
-by default. See the
+by default.
+See the
.Sx FILES READ
section for more information.
.El
@@ -33,8 +34,9 @@ use
.Xr curl 1 ,
.Xr wget 1 ,
or an other network downloader or you can override the merge() function to
-change the merge logic. The function feeds() is called to fetch the feeds. By
-default the function feed() is executed concurrently as a background job to
+change the merge logic.
+The function feeds() is called to fetch the feeds.
+By default the function feed() is executed concurrently as a background job to
speedup updating.
.El
.Sh FILES WRITTEN