summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/groff.man8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/groff.man b/man/groff.man
index 7db7bd6b..41d69409 100644
--- a/man/groff.man
+++ b/man/groff.man
@@ -62,7 +62,7 @@ FDL in the main directory of the groff source package.
.
.\" synopsis of a request
.de REQ
-. ie (\n[.$] = 1) \{\
+. ie \n[.$]=1 \{\
. Text \f[CB]\\$\f[]
. \}
. el \{\
@@ -119,7 +119,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[]\h'-0.2m'\f[I]\\$2\f[]\h'-0.15m'\[rB]"
+. Text "\f[CB]\[rs]\\$1\[lB]\f[]\f[I]\\$2\f[]\[rB]"
..
.\" ---------------------------------------------------------------------
.\" .ESCq name arg
@@ -131,7 +131,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[]\h'-0.3m'\f[I]\\$2\f[]\[cq]"
+. Text "\f[CB]\[rs]\\$1\[cq]\f[]\f[I]\\$2\f[]\[cq]"
..
.\" ---------------------------------------------------------------------
.\" .ESC? arg
@@ -203,7 +203,7 @@ FDL in the main directory of the groff source package.
..
.\" synopsis for a long string
.de string
-. if (\n[.$] = 0) \
+. if \n[.$]=0 \
. return
. Text \f[CB]\[rs]*\[lB]\\$1\[rB]\f[]\\$2
..