From a9460ab332c7456f72ef300209bf7d89883b283c Mon Sep 17 00:00:00 2001 From: "G. Branden Robinson" Date: Tue, 2 May 2023 07:31:16 -0500 Subject: groff(7): Drop unnecessary language. It tried to be helpful, but risked the reader inferring too much, i.e., can you _not_ test non-Boolean-valued registers with control flow requests? (You can.) The preceding sections "Numeric expressions" and "Conditional expressions" provide the necessary foundation. --- man/groff.7.man | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/man/groff.7.man b/man/groff.7.man index 891d852be..6375708e8 100644 --- a/man/groff.7.man +++ b/man/groff.7.man @@ -5494,12 +5494,7 @@ part of the register name. . Predefined registers whose identifiers start with a dot are read-only. . -Many are Boolean-valued, -interpolating a true or false value testable with -.request .if , -.request .ie , -or -.request .while . +Many are Boolean-valued. . Some are string-valued, meaning that they interpolate text. -- cgit v1.2.1