summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sfeed_gopher.17
-rw-r--r--sfeed_html.13
2 files changed, 6 insertions, 4 deletions
diff --git a/sfeed_gopher.1 b/sfeed_gopher.1
index a57340a..2773e4a 100644
--- a/sfeed_gopher.1
+++ b/sfeed_gopher.1
@@ -1,4 +1,4 @@
-.Dd January 18, 2020
+.Dd January 22, 2020
.Dt SFEED_GOPHER 1
.Os
.Sh NAME
@@ -21,8 +21,8 @@ are specified, the basename of the
.Ar file
is used as the feed name in the output.
.Nm
-creates a index index file and for each feed creates a file in the
-format feedname.
+creates an index file named "index" and for each feed it creates a file with
+the same name as the feedname.
.Pp
If no
.Ar file
@@ -31,6 +31,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.
+.Sh ENVIRONMENT
.Bl -tag -width Ds
.It Ev SFEED_GOPHER_PATH
This environment variable can be used as the prefix for each path in the
diff --git a/sfeed_html.1 b/sfeed_html.1
index e4e9aae..df23741 100644
--- a/sfeed_html.1
+++ b/sfeed_html.1
@@ -1,4 +1,4 @@
-.Dd July 20, 2019
+.Dd January 22, 2020
.Dt SFEED_HTML 1
.Os
.Sh NAME
@@ -28,6 +28,7 @@ Items with a timestamp from the last day compared to the system time at the
time of formatting are counted and marked as new.
.Sh SEE ALSO
.Xr sfeed 1 ,
+.Xr sfeed_frames 1 ,
.Xr sfeed_plain 1 ,
.Xr sfeed 5
.Sh AUTHORS