diff --git a/man3/ecvt_r.3 b/man3/ecvt_r.3 index ea2ad3198..e874c591d 100644 --- a/man3/ecvt_r.3 +++ b/man3/ecvt_r.3 @@ -64,11 +64,11 @@ The functions and .BR qfcvt_r () are identical to -.BR ecvt (), -.BR fcvt (), -.BR qecvt () +.BR ecvt (3), +.BR fcvt (3), +.BR qecvt (3) and -.BR qfcvt (), +.BR qfcvt (3), respectively, except that they do not return their result in a static buffer, but instead use the supplied .I buf diff --git a/man3/getaddrinfo.3 b/man3/getaddrinfo.3 index d18537837..aef92057d 100644 --- a/man3/getaddrinfo.3 +++ b/man3/getaddrinfo.3 @@ -495,7 +495,7 @@ main(int argc, char *argv[]) } /* 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 and) try the next address. */ @@ -592,8 +592,8 @@ main(int argc, char *argv[]) } /* getaddrinfo() returns a list of address structures. - Try each address until we successfully connect(). - If socket() (or connect()) fails, we (close the socket + Try each address until we successfully connect(2). + If socket(2) (or connect(2)) fails, we (close the socket and) try the next address. */ for (rp = result; rp != NULL; rp = rp\->ai_next) { diff --git a/man3/iconv_close.3 b/man3/iconv_close.3 index 4f6694e48..84a295b4c 100644 --- a/man3/iconv_close.3 +++ b/man3/iconv_close.3 @@ -23,7 +23,7 @@ The .BR iconv_close () function deallocates a conversion descriptor \fIcd\fP previously allocated using -.BR iconv_open (). +.BR iconv_open (3). .SH "RETURN VALUE" When successful, the .BR iconv_close () diff --git a/man3/sigset.3 b/man3/sigset.3 index ec0ffecfd..b81b4a59a 100644 --- a/man3/sigset.3 +++ b/man3/sigset.3 @@ -199,7 +199,7 @@ for further details. In order to wait for a signal, 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. See .BR sigpause (3) diff --git a/man3/sigvec.3 b/man3/sigvec.3 index 13e0bb715..7569e6514 100644 --- a/man3/sigvec.3 +++ b/man3/sigvec.3 @@ -238,7 +238,7 @@ for further details. In order to wait for a signal, 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. See .BR sigpause (3)