From 3710d808ee368a2aaa5b1ed261404c5dec651954 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Thu, 18 Jan 2024 20:44:13 +0000 Subject: [PATCH] Reword the standard "empty text" phrasings --- doc/src/epilog.inc.m4 | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/src/epilog.inc.m4 b/doc/src/epilog.inc.m4 index 94a2ce8..d69de3a 100644 --- a/doc/src/epilog.inc.m4 +++ b/doc/src/epilog.inc.m4 @@ -147,17 +147,19 @@ sdb_generated_rst()dnl This column may be |null|. .. |notempty| replace:: - This column may not be empty, it must contain characters. + This column may not be empty text, its textual values must contain + characters. .. |emptytext| replace:: - This column may not be empty, it must contain characters and it must - contain at least one non-whitespace character. + This column may not be empty text, its textual values must contain + characters and must contain at least one non-whitespace + character. .. |nospaces| replace:: This column may not contain whitespace characters. .. |notonlyspaces| replace:: - This column may be empty. It need not contain characters, but it + This column may be empty text. It need not contain characters, but it may not contain only whitespace characters. .. Used in code table documentation of the key columns. -- 2.34.1