summaryrefslogtreecommitdiff
path: root/sfeed_update.1
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2022-05-14 12:27:50 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2022-05-14 20:31:15 +0200
commitd871d884d37a2d9e41278198ac52b50850aff969 (patch)
treea4e1fe5ad43035027bc5b1d3bac6084fdd28f53d /sfeed_update.1
parent8b7c95d1a6a3d640e0193f7ab0811694d62cd593 (diff)
manual pages: reword a few things a bit more clearly
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 893f290..49cf76a 100644
--- a/sfeed_update.1
+++ b/sfeed_update.1
@@ -1,4 +1,4 @@
-.Dd March 28, 2022
+.Dd May 14, 2022
.Dt SFEED_UPDATE 1
.Os
.Sh NAME
@@ -66,13 +66,13 @@ If any of the feeds failed to update then the return status is non-zero.
.Sh EXAMPLES
To update your feeds and format them in various formats:
.Bd -literal
-# Update
+# Update feeds
sfeed_update "configfile"
-# Plain-text list
+# Format to a plain-text list
sfeed_plain ~/.sfeed/feeds/* > ~/.sfeed/feeds.txt
-# HTML
+# Format to HTML
sfeed_html ~/.sfeed/feeds/* > ~/.sfeed/feeds.html
-# HTML with frames
+# Format to HTML with frames
mkdir -p somedir && cd somedir && sfeed_frames ~/.sfeed/feeds/*
.Ed
.Sh SEE ALSO