OBS-URL: https://build.opensuse.org/package/show/Publishing/paps?expand=0&rev=1
35 lines
1011 B
Diff
35 lines
1011 B
Diff
Description: Clarify units in paps man page
|
|
Bug-Debian: http://bugs.debian.org/365820
|
|
|
|
---
|
|
src/paps.1 | 11 +++++++----
|
|
1 file changed, 7 insertions(+), 4 deletions(-)
|
|
|
|
--- src/paps.1
|
|
+++ src/paps.1 2017-12-05 12:49:19.164190946 +0000
|
|
@@ -250,17 +250,20 @@ Portable Document Format
|
|
Scalable Vector Graphics
|
|
.RE
|
|
.TP
|
|
+.B Postscript points
|
|
+Each postscript point equals to 1/72 of an inch. 36 points are 1/2 of an inch.
|
|
+.TP
|
|
.B \-\-bottom-margin=bm
|
|
-Set bottom margin in postscript points (1/72 inch). Default is 36.
|
|
+Set bottom margin. Default is 36 postscript points.
|
|
.TP
|
|
.B \-\-top-margin=tm
|
|
-Set top margin. Default is 36.
|
|
+Set top margin. Default is 36 postscript points.
|
|
.TP
|
|
.B \-\-left-margin=lm
|
|
-Set left margin. Default is 36.
|
|
+Set left margin. Default is 36 postscript points.
|
|
.TP
|
|
.B \-\-right-margin=rm
|
|
-Set right margin. Default is 36.
|
|
+Set right margin. Default is 36 postscript points.
|
|
.TP
|
|
.B \-\-header
|
|
Draw page header with document name, date and page number for each page. Header
|