summaryrefslogtreecommitdiffstats
path: root/mandoc.1
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-07-04 19:24:00 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-07-04 19:24:00 +0000
commit13c347f2a8126653b449bab4a1ae943f59dd5fac (patch)
tree17769b41c4e06bf03340c4a3e5b737b2ac0e5542 /mandoc.1
parent49dd9b5dd748b620a0ce6f13386ed83f152ae465 (diff)
downloadmandoc-13c347f2a8126653b449bab4a1ae943f59dd5fac.tar.gz
Backed out margin calculations in favour of much simpler rule of thumb:
margins are 1/9 the length/width.
Diffstat (limited to 'mandoc.1')
-rw-r--r--mandoc.16
1 files changed, 2 insertions, 4 deletions
diff --git a/mandoc.1 b/mandoc.1
index c26091d7..a4010cea 100644
--- a/mandoc.1
+++ b/mandoc.1
@@ -303,10 +303,8 @@ PostScript
Level-2 pages may be generated by
.Fl T Ns Cm ps .
Output pages default to letter sized and are rendered in the Times font
-family, 11-point. Margins are calculated as the maximum of either space
-left by page width minus text width (65
-.Sq m
-characters), or given default margins of 2 cm.
+family, 11-point.
+Margins are calculated as 1/9 the page length and width.
.Pp
Special characters are rendered as in
.Sx ASCII Output .