From 81e06164125ae3f7b27f5b6ccfc29d2e065a997a Mon Sep 17 00:00:00 2001 From: Mark Hansen Date: Fri, 23 Oct 2020 21:22:55 +1100 Subject: [PATCH] attrs.html: Remove stray anchor close tag --- doc/info/attrs.html | 2 +- doc/infosrc/templates/attrs.html.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/info/attrs.html b/doc/info/attrs.html index ac0ad9851..1c77894a8 100644 --- a/doc/info/attrs.html +++ b/doc/info/attrs.html @@ -60,7 +60,7 @@ or arrowhead attributes.

The tools accept standard C representations for int and double types. -For the bool type, TRUE values are +For the bool type, TRUE values are represented by "true" or "yes" (case-insensitive) and any non-zero integer, and FALSE values by "false" or "no" (case-insensitive) and zero. diff --git a/doc/infosrc/templates/attrs.html.j2 b/doc/infosrc/templates/attrs.html.j2 index 55066fea8..85f88afa6 100644 --- a/doc/infosrc/templates/attrs.html.j2 +++ b/doc/infosrc/templates/attrs.html.j2 @@ -60,7 +60,7 @@ or arrowhead attributes.

The tools accept standard C representations for int and double types. -For the bool type, TRUE values are +For the bool type, TRUE values are represented by "true" or "yes" (case-insensitive) and any non-zero integer, and FALSE values by "false" or "no" (case-insensitive) and zero. -- 2.40.0