doc: correct _FORTIFY_SOURCE doc in features.h
authorfanquake <fanquake@gmail.com>
Tue, 31 Jan 2023 13:25:11 +0000 (13:25 +0000)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Tue, 31 Jan 2023 22:33:42 +0000 (17:33 -0500)
include/features.h

index 7d2c7a4..07c73b3 100644 (file)
@@ -57,7 +57,8 @@
                        __STRICT_ANSI__).
 
    _FORTIFY_SOURCE     Add security hardening to many library functions.
-                       Set to 1 or 2; 2 performs stricter checks than 1.
+                       Set to 1, 2 or 3; 3 performs stricter checks than 2, which
+                       performs stricter checks than 1.
 
    _REENTRANT, _THREAD_SAFE
                        Obsolete; equivalent to _POSIX_C_SOURCE=199506L.