From a7ba58197604830ba9d0d9d86529336eb48d4361 Mon Sep 17 00:00:00 2001 From: Tim Retout Date: Wed, 30 Dec 2009 18:07:16 +0000 Subject: [PATCH] enscript.man: Explicitly use minus signs rather than hyphens in various places --- docs/ChangeLog | 3 +++ docs/enscript.man | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/ChangeLog b/docs/ChangeLog index 7bfc3de..e53b693 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -1,5 +1,8 @@ 2009-12-30 Tim Retout + * enscript.man: Explicitly use minus signs rather than hyphens in + various places in --ul-position and in PRINTING EXAMPLES. + * states.man (STATES PROGRAM FILES): Escape backslashes in namerules and startrules examples. diff --git a/docs/enscript.man b/docs/enscript.man index eddf204..066d6dc 100644 --- a/docs/enscript.man +++ b/docs/enscript.man @@ -621,10 +621,10 @@ default gray value is .8. Set the underlay text's starting position according to the \f2position_spec\f1. The position specification must be given in format: `\f2sign\f1 \f2xpos\f1 \f2sign\f1 \f2ypos\f1', where the -\f2sign\f1 must be `+' or `-'. The positive dimensions are measured +\f2sign\f1 must be `+' or `\-'. The positive dimensions are measured from the lower left corner and the negative dimensions from the upper -right corner. For example, the specification `+0-0' specifies the -upper left corner and `-0+0' specifies the lower right corner. +right corner. For example, the specification `+0\-0' specifies the +upper left corner and `\-0+0' specifies the lower right corner. .TP 8 .B \-\-ul\-style=\f2style\f3 Set the underlay text's style to \f2style\f1. The possible values for @@ -1331,7 +1331,7 @@ Print file in duplex (two side) mode (printer dependant). My default code printing command: gaudy header, two columns, landscape, code highlighting, 2-up printing. .TP 8 -\f3enscript \-E \-\-color \-whtml \-\-toc -pfoo.html *.h *.c\f1 +\f3enscript \-E \-\-color \-whtml \-\-toc \-pfoo.html *.h *.c\f1 A nice HTML report of your project's C source files. .SH ENVIRONMENT VARIABLES -- 2.34.1