|
|
manual pages: reword a few things a bit more clearly - sfeed - RSS and Atom parser |
|
|
 |
git clone git://git.codemadness.org/sfeed (git://git.codemadness.org) |
|
|
 |
Log |
|
|
 |
Files |
|
|
 |
Refs |
|
|
 |
README |
|
|
 |
LICENSE |
|
|
|
--- |
|
|
 |
commit d871d884d37a2d9e41278198ac52b50850aff969 |
|
|
 |
parent 8b7c95d1a6a3d640e0193f7ab0811694d62cd593 |
|
|
 |
Author: Hiltjo Posthuma <hiltjo@codemadness.org> (mailto://) |
application/vnd.lotus-organizer |
|
|
Date: Sat, 14 May 2022 12:27:50 +0200 |
|
|
|
|
|
|
|
manual pages: reword a few things a bit more clearly |
|
|
|
|
|
|
|
Diffstat: |
|
|
|
M sfeed_gopher.1 | 4 ++-- |
|
|
|
M sfeed_plain.1 | 4 ++-- |
|
|
|
M sfeed_update.1 | 10 +++++----- |
|
|
|
|
|
|
|
3 files changed, 9 insertions(+), 9 deletions(-) |
|
|
|
--- |
|
|
 |
diff --git a/sfeed_gopher.1 b/sfeed_gopher.1 |
|
|
|
@@ -1,4 +1,4 @@ |
|
|
|
-.Dd May 2, 2022 |
|
|
|
+.Dd May 14, 2022 |
|
|
|
.Dt SFEED_GOPHER 1 |
|
|
|
.Os |
|
|
|
.Sh NAME |
|
|
|
@@ -32,7 +32,7 @@ written to stdout and no files are written. |
|
|
|
.Pp |
|
|
|
Items with a timestamp from the last day compared to the system time at the |
|
|
|
time of formatting are counted and marked as new. |
|
|
|
-Items are marked as new with the prefix "N". |
|
|
|
+Items are marked as new with the prefix "N" at the start of the line. |
|
|
|
.Sh ENVIRONMENT |
|
|
|
.Bl -tag -width Ds |
|
|
|
.It Ev SFEED_GOPHER_PATH |
|
|
 |
diff --git a/sfeed_plain.1 b/sfeed_plain.1 |
|
|
|
@@ -1,4 +1,4 @@ |
|
|
|
-.Dd July 25, 2021 |
|
|
|
+.Dd May 14, 2022 |
|
|
|
.Dt SFEED_PLAIN 1 |
|
|
|
.Os |
|
|
|
.Sh NAME |
|
|
|
@@ -26,7 +26,7 @@ is empty. |
|
|
|
.Pp |
|
|
|
Items with a timestamp from the last day compared to the system time at the |
|
|
|
time of formatting are marked as new. |
|
|
|
-Items are marked as new with the prefix "N". |
|
|
|
+Items are marked as new with the prefix "N" at the start of the line. |
|
|
|
.Pp |
|
|
|
.Nm |
|
|
|
aligns the output. |
|
|
 |
diff --git 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 |
|