Add section number in page xrefs

This commit is contained in:
Michael Kerrisk 2008-07-15 20:41:46 +00:00
parent 4e3b3468e4
commit 6267a52b02
1 changed files with 2 additions and 2 deletions

View File

@ -223,7 +223,7 @@ has no effect on signals dispositions or the signal mask.
POSIX.1 specifies that after changing the value of the
.B CLOCK_REALTIME
clock via
.BR clock_settime (),
.BR clock_settime (3),
the new clock value shall be used to determine the time
at which a thread blocked on an absolute
.BR clock_nanosleep ()
@ -236,7 +236,7 @@ POSIX.1 specifies that
changing the value of the
.B CLOCK_REALTIME
clock via
.BR clock_settime ()
.BR clock_settime (3)
shall have no effect on a thread that is blocked on a relative
.BR clock_nanosleep ().
.SH "SEE ALSO"