Added Sexction numbers to xrefs to other pages.

This commit is contained in:
Michael Kerrisk 2007-05-11 23:20:22 +00:00
parent 5e21af3ab8
commit ee6e96c1b6
2 changed files with 3 additions and 3 deletions

View File

@ -1358,7 +1358,7 @@ This file holds the value of the kernel
(expressed as a signed decimal number).
This set is ANDed against the capabilities permitted to a process
during
.BR exec ().
.BR execve (2).
.TP
.I /proc/sys/kernel/core_pattern
See

View File

@ -60,7 +60,7 @@ Most queries for names within this domain can use short names
relative to the local domain.
If no \fBdomain\fP entry is present, the domain is determined
from the local host name returned by
\fIgethostname\fP();
\fIgethostname\fP(2);
the domain part is taken to be everything after the first `.'.
Finally, if the host name does not contain a domain part, the root
domain is assumed.
@ -168,7 +168,7 @@ or control characters.
sets RES_USE_INET6 in
.IR _res.options .
This has the effect of trying a AAAA query before an A query inside the
.BR gethostbyname ()
.BR gethostbyname (2)
function, and of mapping IPv4 responses in IPv6 ``tunnelled form''
if no AAAA records are found but an A record set exists.
.RE