summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwlemb <wlemb>2003-10-29 07:37:48 +0000
committerwlemb <wlemb>2003-10-29 07:37:48 +0000
commitedd6917ddc5fb212c5dcf953bef3ae9172c9bcb6 (patch)
treeed09e8f5a743f40c2866defa51b0d8003fccb563
parente24aec8a70d8d30e5340db2be07c11a62882496b (diff)
downloadgroff-edd6917ddc5fb212c5dcf953bef3ae9172c9bcb6.tar.gz
* doc/groff.texinfo: Fix documentation of `.if'.
-rw-r--r--ChangeLog4
-rw-r--r--doc/groff.texinfo9
2 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index f6f94489..4a4e8b5b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-10-28 Werner LEMBERG <wl@gnu.org>
+
+ * doc/groff.texinfo: Fix documentation of `.if'.
+
2003-10-27 Michail Vidiassov <master@iaas.msu.ru>
* src/utils/afmtodit/afmtodit.pl: Handle unmapped characters of
diff --git a/doc/groff.texinfo b/doc/groff.texinfo
index 672c4021..55a02b8d 100644
--- a/doc/groff.texinfo
+++ b/doc/groff.texinfo
@@ -10231,11 +10231,12 @@ It is possible to omit the whitespace before the argument to the
the formatting can be painful.
@Defreq {if, expr anything}
+
Evaluate the expression @var{expr}, and executes @var{anything} (the
-remainder of the line) if @var{expr} evaluates to non-zero (true).
-@var{anything} is interpreted as though it was on a line by itself
-(except that leading spaces are swallowed). @xref{Expressions}, for
-more info.
+remainder of the line) if @var{expr} evaluates to a value greater than
+zero (true). @var{anything} is interpreted as though it was on a line
+by itself (except that leading spaces are swallowed).
+@xref{Expressions}, for more info.
@Example
.nr xxx 1