sfeed_markread.1: some rewording and clarify it writes to SFEED_URL_FILE - sfeed_curses - sfeed curses UI (now part of sfeed, development is in sfeed)
(HTM) git clone git://git.codemadness.org/sfeed_curses
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 9f09a2ef6080f7b168af4c4b52dc092aa022fd02
(DIR) parent 0ebfe4a085072376ad9604b8442f895569881a8a
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
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(-)
---
(DIR) 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