diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2019-07-20 20:49:32 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2019-07-20 20:49:32 +0200 |
commit | aab7bd392b01d54db778dc8c08cdcf011885905c (patch) | |
tree | f0759c65addc97e6562e317bd9f49f5ea40b1073 | |
parent | 6d7c4b84b40c7bf9752aaefe39fae9e241520ac6 (diff) |
documentation: document "new" items in format programs
-rw-r--r-- | sfeed_frames.1 | 3 | ||||
-rw-r--r-- | sfeed_gph.1 | 3 | ||||
-rw-r--r-- | sfeed_html.1 | 3 | ||||
-rw-r--r-- | sfeed_plain.1 | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/sfeed_frames.1 b/sfeed_frames.1 index ebeb2ef..842d904 100644 --- a/sfeed_frames.1 +++ b/sfeed_frames.1 @@ -19,6 +19,9 @@ If no .Ar file parameters are specified and therefore the data is read from stdin then the menu.html file is not 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 FILES WRITTEN .Bl -tag -width 13n .It index.html diff --git a/sfeed_gph.1 b/sfeed_gph.1 index 2d7856d..ff4edf3 100644 --- a/sfeed_gph.1 +++ b/sfeed_gph.1 @@ -28,6 +28,9 @@ If no .Ar file parameters are specified and the data is read from stdin then the gph data is 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. .Bl -tag -width Ds .It Ev SFEED_GPH_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 a779ab9..e4e9aae 100644 --- a/sfeed_html.1 +++ b/sfeed_html.1 @@ -23,6 +23,9 @@ If no .Ar file parameters are specified and so the data is read from stdin the feed name is empty. +.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 SEE ALSO .Xr sfeed 1 , .Xr sfeed_plain 1 , diff --git a/sfeed_plain.1 b/sfeed_plain.1 index 6e71568..78a42d0 100644 --- a/sfeed_plain.1 +++ b/sfeed_plain.1 @@ -24,6 +24,9 @@ If no parameters are specified and so the data is read from stdin the feed name 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. +.Pp .Nm aligns the output. It shows a maximum of 70 column-wide characters for the title and outputs |