1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-13 10:02:38 +00:00

Document the confusing behavior that the .if conditional defaults

to defined(), e.g., ``.if 1'' is equivalent to ``.if defined(1)'',
which is only true when the ${1} variable is defined.
This commit is contained in:
Ruslan Ermilov 2002-11-01 08:40:32 +00:00
parent 5141960f43
commit 79c45f3bf9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106286

View File

@ -928,6 +928,7 @@ or
.Dq defined
expression is applied to it, depending on the form of the conditional.
If the form is
.Ql Ic .if ,
.Ql Ic .ifdef
or
.Ql Ic .ifndef ,