diff options
author | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2022-01-12 14:28:44 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2022-01-12 14:28:44 +0530 |
commit | 0005e54f762b2ec65cee2c4ecf1e9d42612030f0 (patch) | |
tree | 75570083d2e93b0ce7322e7aa5b5046846ca463f /manual/setjmp.texi | |
parent | 5a1be8ebdf6f02d4efec6e5f12ad06db17511f90 (diff) | |
download | glibc-0005e54f762b2ec65cee2c4ecf1e9d42612030f0.tar.gz glibc-0005e54f762b2ec65cee2c4ecf1e9d42612030f0.tar.xz glibc-0005e54f762b2ec65cee2c4ecf1e9d42612030f0.zip |
manual: Drop obsolete @refill
The @refill command has been obsolete for a while and now texinfo has started warning about it. Reviewed-by: Florian Weimer <fweimer@redhat.com> Signed-off-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
Diffstat (limited to 'manual/setjmp.texi')
-rw-r--r-- | manual/setjmp.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/setjmp.texi b/manual/setjmp.texi index 17bdcaec99..7092a0dde2 100644 --- a/manual/setjmp.texi +++ b/manual/setjmp.texi @@ -136,7 +136,7 @@ This function restores current execution to the state saved in established that return point. Returning from @code{setjmp} by means of @code{longjmp} returns the @var{value} argument that was passed to @code{longjmp}, rather than @code{0}. (But if @var{value} is given as -@code{0}, @code{setjmp} returns @code{1}).@refill +@code{0}, @code{setjmp} returns @code{1}). @end deftypefun There are a lot of obscure but important restrictions on the use of |