sfeed_markread.1: some rewording and clarify it writes to SFEED_URL_FILE - sfee… | |
git clone git://git.codemadness.org/sfeed_curses | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 9f09a2ef6080f7b168af4c4b52dc092aa022fd02 | |
parent 0ebfe4a085072376ad9604b8442f895569881a8a | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Fri, 16 Jul 2021 12:28:17 +0200 | |
sfeed_markread.1: some rewording and clarify it writes to SFEED_URL_FILE | |
Diffstat: | |
M sfeed_markread.1 | 9 ++++++--- | |
1 file changed, 6 insertions(+), 3 deletions(-) | |
--- | |
diff --git a/sfeed_markread.1 b/sfeed_markread.1 | |
@@ -1,4 +1,4 @@ | |
-.Dd July 7, 2021 | |
+.Dd July 16, 2021 | |
.Dt SFEED_MARKREAD 1 | |
.Os | |
.Sh NAME | |
@@ -9,8 +9,11 @@ | |
.Ar read | Ar unread | |
.Sh DESCRIPTION | |
.Nm | |
-expects to receive a plain-text list with one or more URLs from stdin. | |
-The received format from stdin is one URL per line. | |
+reads a plain-text list of URLs from stdin. | |
+The file format for the list of URLs is one URL per line. | |
+.Nm | |
+will write to the file specified in the environment variable | |
+.Ev SFEED_URL_FILE . | |
.Sh ENVIRONMENT VARIABLES | |
.Bl -tag -width Ds | |
.It Ev SFEED_URL_FILE |