Add section numbers to page xrefs

This commit is contained in:
Michael Kerrisk 2007-09-19 05:25:58 +00:00
parent 8da9ae243a
commit 3c712482ab
1 changed files with 2 additions and 2 deletions

View File

@ -98,11 +98,11 @@ The values of automatic variables are unspecified after a call to
if they meet all the following criteria: if they meet all the following criteria:
.IP \(bu 3 .IP \(bu 3
they are local to the function that made the corresponding they are local to the function that made the corresponding
.BR setjmp () .BR setjmp (3)
call; call;
.IP \(bu .IP \(bu
their values are changed between the calls to their values are changed between the calls to
.BR setjmp () .BR setjmp (3)
and and
.BR longjmp (); .BR longjmp ();
and and