diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-14 17:51:15 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-14 17:51:15 +0000 |
commit | 29dca53ec230c4b598c402ca964e308ca2dd627f (patch) | |
tree | 6a59b819bf4540af0b4a051be1fed72ff1323f83 /regress/man | |
parent | 249038d8e46090d651314d34d995078a1aeb6ee9 (diff) | |
download | mandoc-29dca53ec230c4b598c402ca964e308ca2dd627f.tar.gz |
improve rounding rules for scaling units
in horizontal orientation in the terminal formatter
Diffstat (limited to 'regress/man')
-rw-r--r-- | regress/man/HP/spacing.in | 4 | ||||
-rw-r--r-- | regress/man/IP/width.in | 4 | ||||
-rw-r--r-- | regress/man/RS/width.in | 4 | ||||
-rw-r--r-- | regress/man/TP/width.in | 8 |
4 files changed, 10 insertions, 10 deletions
diff --git a/regress/man/HP/spacing.in b/regress/man/HP/spacing.in index 0faec1b5..be511684 100644 --- a/regress/man/HP/spacing.in +++ b/regress/man/HP/spacing.in @@ -17,7 +17,7 @@ Each hanged paragraph gets a sufficient amount of text to wrap to the next line. .br And a second line. -.HP -4n +.HP -0.36i Each hanged paragraph gets a sufficient amount of text to wrap to the next line. .br @@ -42,7 +42,7 @@ Each hanged paragraph gets a sufficient amount of text to wrap to the next line. .br And a second line. -.HP 8n +.HP .76i Each hanged paragraph gets a sufficient amount of text to wrap to the next line. .br diff --git a/regress/man/IP/width.in b/regress/man/IP/width.in index 1c919a38..74372005 100644 --- a/regress/man/IP/width.in +++ b/regress/man/IP/width.in @@ -7,7 +7,7 @@ Regular mode: indented .br text -.IP tag -4n +.IP tag -0.36i indented .br text @@ -61,7 +61,7 @@ text .IP tag 2n indented text -.IP tag 3n +.IP tag 0.26i indented text .IP tag 4n diff --git a/regress/man/RS/width.in b/regress/man/RS/width.in index e723b583..bba4abc8 100644 --- a/regress/man/RS/width.in +++ b/regress/man/RS/width.in @@ -10,13 +10,13 @@ text .RE regular text -.RS -4n +.RS -0.36i indented text .RE regular text -.RS 4n +.RS 0.36i indented text .RE diff --git a/regress/man/TP/width.in b/regress/man/TP/width.in index 1ba99e40..2f4cb1f7 100644 --- a/regress/man/TP/width.in +++ b/regress/man/TP/width.in @@ -8,7 +8,7 @@ tag indented .br text -.TP -4n +.TP -0.36i tag indented .br @@ -23,7 +23,7 @@ tag indented .br text -.TP 2n +.TP 0.16i tag indented .br @@ -51,7 +51,7 @@ text .PP Literal mode: .nf -.TP -10n +.TP -0.96i tag indented text @@ -71,7 +71,7 @@ text tag indented text -.TP 3n +.TP 0.26i tag indented text |