diff options
-rw-r--r-- | sfeed.1 | 4 | ||||
-rw-r--r-- | sfeed.5 | 4 | ||||
-rw-r--r-- | sfeed_update.1 | 8 |
3 files changed, 8 insertions, 8 deletions
@@ -1,4 +1,4 @@ -.Dd March 15, 2020 +.Dd September 19, 2020 .Dt SFEED 1 .Os .Sh NAME @@ -29,7 +29,7 @@ Other whitespace characters except spaces are removed. Control characters are removed. .Pp The order and content of the fields are: -.Bl -tag -width 17n +.Bl -tag -width 12n .It timestamp UNIX timestamp in UTC+0, empty if missing or on parse failure. .It title @@ -1,4 +1,4 @@ -.Dd July 20, 2019 +.Dd September 19, 2020 .Dt SFEED 5 .Os .Sh NAME @@ -23,7 +23,7 @@ Other whitespace characters except spaces are removed. Control characters are removed. .Pp The order and content of the fields are: -.Bl -tag -width 17n +.Bl -tag -width 12n .It timestamp UNIX timestamp in UTC+0, empty if missing or on parse failure. .It title diff --git a/sfeed_update.1 b/sfeed_update.1 index c14de18..41a4870 100644 --- a/sfeed_update.1 +++ b/sfeed_update.1 @@ -1,4 +1,4 @@ -.Dd March 15, 2020 +.Dd September 19, 2020 .Dt SFEED_UPDATE 1 .Os .Sh NAME @@ -18,14 +18,14 @@ The directory can be changed in the .Xr sfeedrc 5 file. .Sh OPTIONS -.Bl -tag -width 17n +.Bl -tag -width Ds .It Ar sfeedrc Config file. The default is .Pa $HOME/.sfeed/sfeedrc . .El .Sh FILES READ -.Bl -tag -width 17n +.Bl -tag -width Ds .It Ar sfeedrc This file is evaluated as a shellscript in .Nm . @@ -34,7 +34,7 @@ See also the man page for a detailed description of the format and an example file. .El .Sh FILES WRITTEN -.Bl -tag -width 17n +.Bl -tag -width Ds .It feedname TAB-separated .Xr sfeed 5 |