add section numbers to page xrefs

This commit is contained in:
Michael Kerrisk 2007-07-08 14:59:09 +00:00
parent c1f2e9907d
commit 7a05641039
5 changed files with 10 additions and 10 deletions

View File

@ -64,11 +64,11 @@ The functions
and and
.BR qfcvt_r () .BR qfcvt_r ()
are identical to are identical to
.BR ecvt (), .BR ecvt (3),
.BR fcvt (), .BR fcvt (3),
.BR qecvt () .BR qecvt (3)
and and
.BR qfcvt (), .BR qfcvt (3),
respectively, except that they do not return their result in a static respectively, except that they do not return their result in a static
buffer, but instead use the supplied buffer, but instead use the supplied
.I buf .I buf

View File

@ -495,7 +495,7 @@ main(int argc, char *argv[])
} }
/* getaddrinfo() returns a list of address structures. /* getaddrinfo() returns a list of address structures.
Try each address until we successfully bind(). Try each address until we successfully bind(2).
If socket(2) (or bind(2)) fails, we (close the socket If socket(2) (or bind(2)) fails, we (close the socket
and) try the next address. */ and) try the next address. */
@ -592,8 +592,8 @@ main(int argc, char *argv[])
} }
/* getaddrinfo() returns a list of address structures. /* getaddrinfo() returns a list of address structures.
Try each address until we successfully connect(). Try each address until we successfully connect(2).
If socket() (or connect()) fails, we (close the socket If socket(2) (or connect(2)) fails, we (close the socket
and) try the next address. */ and) try the next address. */
for (rp = result; rp != NULL; rp = rp\->ai_next) { for (rp = result; rp != NULL; rp = rp\->ai_next) {

View File

@ -23,7 +23,7 @@ The
.BR iconv_close () .BR iconv_close ()
function deallocates a conversion descriptor \fIcd\fP function deallocates a conversion descriptor \fIcd\fP
previously allocated using previously allocated using
.BR iconv_open (). .BR iconv_open (3).
.SH "RETURN VALUE" .SH "RETURN VALUE"
When successful, the When successful, the
.BR iconv_close () .BR iconv_close ()

View File

@ -199,7 +199,7 @@ for further details.
In order to wait for a signal, In order to wait for a signal,
BSD and System V both provided a function named BSD and System V both provided a function named
.BR sigpause (), .BR sigpause (3),
but this function has a different argument on the two systems. but this function has a different argument on the two systems.
See See
.BR sigpause (3) .BR sigpause (3)

View File

@ -238,7 +238,7 @@ for further details.
In order to wait for a signal, In order to wait for a signal,
BSD and System V both provided a function named BSD and System V both provided a function named
.BR sigpause (), .BR sigpause (3),
but this function has a different argument on the two systems. but this function has a different argument on the two systems.
See See
.BR sigpause (3) .BR sigpause (3)