diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2023-04-08 13:51:26 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2023-04-08 13:51:26 -0700 |
commit | a778333951a2ae530dde8ff18a275155c478aec2 (patch) | |
tree | 2c5e488df7742633ff2844262bc53c7ecb1238ea | |
parent | 0d5cb2ae27c0a163c15e5222fb132bf9d026b14b (diff) | |
download | glibc-a778333951a2ae530dde8ff18a275155c478aec2.tar.gz glibc-a778333951a2ae530dde8ff18a275155c478aec2.tar.xz glibc-a778333951a2ae530dde8ff18a275155c478aec2.zip |
manual: fix texinfo typo
* manual/creature.texi (Feature Test Macros): Fix “creature.texi:309: warning: `.' or `,' must follow @xref, not f”.
-rw-r--r-- | manual/creature.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/manual/creature.texi b/manual/creature.texi index 47d1fc4607..fa5dd9d6ad 100644 --- a/manual/creature.texi +++ b/manual/creature.texi @@ -306,8 +306,7 @@ If this macro is defined to @math{1}, security hardening is added to various library functions. If defined to @math{2}, even stricter checks are applied. If defined to @math{3}, @theglibc{} may also use checks that may have an additional performance overhead. -@xref{Source Fortification,,Fortification of function calls} for more -information. +@xref{Source Fortification,,Fortification of function calls}. @end defvr @defvr Macro _DYNAMIC_STACK_SIZE_SOURCE |