diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2020-01-23 19:11:40 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2020-01-23 19:11:40 +0100 |
commit | 89beec4875174d56ea926391d812e1604ff55615 (patch) | |
tree | f44a9d7590b518b6c1f2a0ccf85dfe051dd445b6 | |
parent | 892ec48ad511f921fc19fbf2cdb86192c6716ce4 (diff) |
improve man pages, some rewordings and add a reference
-rw-r--r-- | sfeed_gopher.1 | 7 | ||||
-rw-r--r-- | sfeed_html.1 | 3 |
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 |