Blob Blame History Raw
From 8b5a2f135cdbbafb829c1a3f4fd1518a2042eb56 Mon Sep 17 00:00:00 2001
From: Greg King <gregdk@users.sf.net>
Date: Fri, 27 Mar 2020 00:59:15 -0400
Subject: [PATCH 164/170] Added missing <tag> and <itemize> Linuxdoc tags to
 some ctype.h function descriptions.

---
 doc/funcref.sgml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/funcref.sgml b/doc/funcref.sgml
index 94e85009..a954c658 100644
--- a/doc/funcref.sgml
+++ b/doc/funcref.sgml
@@ -4294,7 +4294,8 @@ fastcall function, so it may only be used in presence of a prototype.
 <tag/Header/<tt/<ref id="ctype.h" name="ctype.h">/
 <tag/Declaration/<tt/int __fastcall__ isascii (int c);/
 <tag/Description/The function returns a non zero value if the given argument
-is in the range 0..127 (the range of valid ASCII characters) and zero if not.
+is in the range 0..127 (the range of valid ASCII characters), and zero if not.
+<tag/Notes/<itemize>
 <item>When compiling without <tt/-Os/, the function is only available as
 fastcall function, so it may only be used in presence of a prototype.
 </itemize>
@@ -4392,6 +4393,7 @@ fastcall function, so it may only be used in presence of a prototype.
 <tag/Declaration/<tt/int __fastcall__ isdigit (int c);/
 <tag/Description/The function returns a non zero value if the given argument
 is a digit. The return value is zero if the character is anything else.
+<tag/Notes/<itemize>
 <item>When compiling without <tt/-Os/, the function is only available as
 fastcall function, so it may only be used in presence of a prototype.
 </itemize>
-- 
2.26.0