diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2020-10-06 18:39:55 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2020-10-09 11:27:06 +0200 |
commit | 64ee7df437b5ee497cac0a7ac7d382306a5cd159 (patch) | |
tree | 527e6dd0d3711e60356ee86f9d717a047e9e2e3f | |
parent | 95f025d9bcc4b3d1e09a5790bb9ee2cb89ad4cf1 (diff) |
man pages: tweak alignment of lists
-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 |