On Sun, Mar 17, 2024 at 12:55:56PM +0100, Alejandro Colomar wrote:
RS after IP, if the indentation amount is not specified, takes the same indentation that IP had. The values being used were wrong, and by removing them, we're fixing the indentation of the page.
Cc: "G. Branden Robinson" <branden@debian.org> Cc: Paul Eggert <eggert@cs.ucla.edu> Signed-off-by: Alejandro Colomar <alx@kernel.org> --- tzfile.5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tzfile.5 b/tzfile.5 index 867348d6..ef0c14e6 100644 --- a/tzfile.5 +++ b/tzfile.5 @@ -42,7 +42,7 @@ .SH DESCRIPTION Fifteen bytes containing zeros reserved for future use. .IP \(bu Six four-byte integer values, in the following order: -.RS "\w' \(bu 'u" +.RS .TP "\w' 'u" .B tzh_ttisutcnt The number of UT/local indicators stored in the file. @@ -134,7 +134,7 @@ .SH DESCRIPTION is in the range [\-89999, 93599] (i.e., more than \-25 hours and less than 26 hours); this allows easy support by implementations that already support the POSIX-required range [\-24:59:59, 25:59:59]. -.RS "\w' 'u" +.RS
Hmm, I've now noticed that this is not what was intended. Let me prepare the right fix in a moment.
.IP \(bu "\w'\(bu 'u" .B tzh_charcnt bytes that represent time zone designations, -- 2.43.0