From f3390ed46300fc8490c6595f55d444d586e2c915 Mon Sep 17 00:00:00 2001 From: Pete Moore Date: Sat, 7 Dec 2024 14:42:28 +0100 Subject: [PATCH] tyop :p --- tup.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tup.1 b/tup.1 index eaed9b9d8..cc7ce7e48 100644 --- a/tup.1 +++ b/tup.1 @@ -683,7 +683,7 @@ endif Same as 'ifeq', but with the logic inverted. .TP .B ifdef VARIABLE -Tests of the @-variable named VARIABLE is defined at all in tup.config. If so, all lines between the 'ifdef' and following 'endif' statement are processed; otherwise, they are ignored. For example, suppose tup.config contains: +Tests if the @-variable named VARIABLE is defined at all in tup.config. If so, all lines between the 'ifdef' and following 'endif' statement are processed; otherwise, they are ignored. For example, suppose tup.config contains: .nf CONFIG_FOO=n