summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorwl <wl>2012-12-16 21:12:25 +0000
committerwl <wl>2012-12-16 21:12:25 +0000
commitdb939ccc15495274db318adee167a06250028ddc (patch)
tree7ccfe016bd627a9649b8fd26985e23a98679c5ef /man
parent1e730cfba3e14ee2f94ff37186221926d8b7c746 (diff)
downloadgroff-db939ccc15495274db318adee167a06250028ddc.tar.gz
* man/groff.man: Typographical improvements (and one typo).
Diffstat (limited to 'man')
-rw-r--r--man/groff.man42
1 files changed, 21 insertions, 21 deletions
diff --git a/man/groff.man b/man/groff.man
index 2363ebc8..6e3a817b 100644
--- a/man/groff.man
+++ b/man/groff.man
@@ -117,7 +117,7 @@ FDL in the main directory of the groff source package.
.\" Result : prints \name[arg], where `name' is in CB, `arg' in I
.\"
.de ESC[]
-. Text "\f[CB]\[rs]\\$1\[lB]\f[]\f[I]\\$2\f[]\f[CB]\[rB]\f[]"
+. Text "\f[CB]\[rs]\\$1\[lB]\f[]\,\f[I]\\$2\/\f[]\f[CB]\[rB]\f[]"
..
.\" ---------------------------------------------------------------------
.\" .ESCq name arg
@@ -129,7 +129,7 @@ FDL in the main directory of the groff source package.
.\" Result : prints \name'arg', where `name' is in CB, `arg' in I
.\"
.de ESCq
-. Text "\f[CB]\[rs]\\$1\[cq]\f[]\f[I]\\$2\f[]\f[CB]\[cq]\f[]"
+. Text "\f[CB]\[rs]\\$1\[cq]\f[]\,\f[I]\\$2\/\f[]\f[CB]\[cq]\f[]"
..
.\" ---------------------------------------------------------------------
.\" .ESC? arg
@@ -140,7 +140,7 @@ FDL in the main directory of the groff source package.
.\" Result : prints `\?arg?', where the `?' are in CB, `arg' in I
.\"
.de ESC?
-. Text "\f[CB]\[rs]?\f[I]\\$1\f[CB]?\f[R]"
+. Text "\f[CB]\[rs]?\,\f[I]\\$1\/\f[CB]?\f[R]"
..
.\" ---------------------------------------------------------------------
.\" .esc name [punct]
@@ -165,7 +165,7 @@ FDL in the main directory of the groff source package.
.\" `name' is in B, `arg' in I
.\"
.de escarg
-. Text \f[B]\[rs]\\$1\f[]\f[I]\\$2\f[]\\$3
+. Text \f[B]\[rs]\\$1\f[]\,\f[I]\\$2\/\f[]\\$3
..
.\" ---------------------------------------------------------------------
.\" .esc[] name arg [punct]
@@ -177,7 +177,7 @@ FDL in the main directory of the groff source package.
.\" Result : prints \name[arg], where `name' is in CB, `arg' in CI
.\"
.de esc[]
-. Text \f[B]\[rs]\\$1\[lB]\f[]\f[I]\\$2\f[]\f[B]\[rB]\f[]\\$3
+. Text \f[CB]\[rs]\\$1\[lB]\f[]\,\f[CI]\\$2\/\f[]\f[CB]\[rB]\f[]\\$3
..
.
.\" ---------------------------------------------------------------------
@@ -190,7 +190,7 @@ FDL in the main directory of the groff source package.
.\" Result : prints \name'arg', where `name' is in CB, `arg' in CI
.\"
.de escq
-. Text \f[B]\[rs]\\$1\[cq]\f[]\f[I]\\$2\f[]\f[B]\[cq]\f[]\\$3
+. Text \f[CB]\[rs]\\$1\[cq]\f[]\,\f[CI]\\$2\/\f[]\f[CB]\[cq]\f[]\\$3
..
.
.\" --------- strings ---------
@@ -823,21 +823,21 @@ added the following operators for numerical expressions:
.RS
.
.TPx
-\f[I]e1\f[CB]>?\f[I]e2\f[R]
+\f[I]e1\/\f[CB]>?\,\f[I]e2\f[R]
The maximum of
.I e1
and
.IR e2 .
.
.TPx
-\f[I]e1\f[CB]<?\f[I]e2\f[R]
+\f[I]e1\/\f[CB]<?\,\f[I]e2\f[R]
The minimum of
.I e1
and
.IR e2 .
.
.TPx
-\f[CB](\f[I]c\f[CB];\f[I]e\f[CB])\f[R]
+\f[CB](\,\f[I]c\/\f[CB];\,\f[I]e\/\f[CB])\f[R]
Evaluate
.I e
using
@@ -1074,7 +1074,7 @@ Begin line adjustment for output lines in current adjust mode.
.REQ .ad "c"
Start line adjustment in mode
.I c
-(\f[CI]c\f[]\f[CR]\|\^\[eq]\|l,r,b,n\f[]).
+(\f[CI]c\/\f[]\f[CR]\|\^\[eq]\|l,r,c,b,n\f[]).
.
.TPx
.REQ .af "register c"
@@ -1082,7 +1082,7 @@ Assign format
.I c
to
.I register
-(\f[CI]c\f[]\f[CR]\|\^\[eq]\|l,i,I,a,A\f[]).
+(\f[CI]c\/\f[]\f[CR]\|\^\[eq]\|l,i,I,a,A\f[]).
.
.TPx
.REQ .aln "alias register"
@@ -1178,7 +1178,7 @@ Print a backtrace of the input on stderr.
Embolden
.I font
by
-.IR N -1
+.IR N \\-1
units.
.
.TPx
@@ -1902,7 +1902,7 @@ Change to the previous value of additional intra-line skip.
Set additional intra-line skip value to
.IR N ,
i.e.,
-.IR N -1
+.IR N \\-1
blank lines are inserted after each text output line.
.
.TPx
@@ -2655,12 +2655,12 @@ except that the terminating newline is ignored as well.
.\" --------- strings ---------
.
.TP
-.ESC *\f[I]s\f[]
+.ESC * s
The string stored in the string variable with one-character name\~\c
.IR s .
.
.TP
-.ESC *(\f[I]st\f[]
+.ESC *( st
The string stored in the string variable with two-character name
.IR st .
.
@@ -3452,7 +3452,7 @@ decoration is not part of the register name.
.\" --------------------------------------------------------------------
.
The following registers have predefined values that should not be
-modified by the user (usually, registers starting with a dot a
+modified by the user (usually, registers starting with a dot are
read-only).
.
Mostly, they provide information on the current settings or store
@@ -3632,7 +3632,7 @@ Positive if last output line contains
.REG .j
The current adjustment mode.
It can be stored and used to set adjustment.
-(n=1, b=1, l=0, r=5, c=3).
+(n\ =\ 1, b\ =\ 1, l\ =\ 0, r\ =\ 5, c\ =\ 3).
.
.TPx
.REG .k
@@ -3892,11 +3892,11 @@ Height of last completed diversion.
.
.TPx
.REG dw
-Current day of week (1-7).
+Current day of week (1\(en7).
.
.TPx
.REG dy
-Current day of month (1-31).
+Current day of month (1\(en31).
.
.TPx
.REG hours
@@ -3941,7 +3941,7 @@ Initialized at start-up.
.
.TPx
.REG mo
-Current month (1-12).
+Current month (1\(en12).
.
.TPx
.REG nl
@@ -4077,7 +4077,7 @@ be reproduced, and say which version of groff you are using.
.SH AUTHORS
.\" --------------------------------------------------------------------
.
-Copyright (C) 2000-2010, 2012
+Copyright (C) 2000\(en2010, 2012
Free Software Foundation, Inc.
.
.P