diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-18 19:01:24 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-18 19:01:24 +0000 |
commit | 9abaa805b4a4860d5519fe190cd21ca38441b620 (patch) | |
tree | cb0f1a90c31a7563be6b9da3dda6ca6cf949df97 /mdoc.7 | |
parent | a41b4dc7ebd0b95fe50650ab0b29cbb175c85808 (diff) | |
download | mandoc-9abaa805b4a4860d5519fe190cd21ca38441b620.tar.gz |
Fix in syntax of scaling widths in mdoc.7.
Diffstat (limited to 'mdoc.7')
-rw-r--r-- | mdoc.7 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -218,7 +218,7 @@ stipulating a two-inch list indentation with the following: . .Pp The syntax for scaled widths is -.Sq Li [+-]?[0-9]*.[0-9]*[unit] , +.Sq Li [+-]?[0-9]*.[0-9]*[:unit:] , where a decimal must be preceded or proceeded by at least one digit. Negative numbers, while accepted, are truncated to zero. The following scaling units are accepted: |