diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-11 23:20:22 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-11 23:20:22 +0000 |
| commit | ee6e96c1b63b4cc60cbb2fc752c3883921e1419f (patch) | |
| tree | ffcb9b0460c4b828e56411565143f6bdb5b85359 | |
| parent | 5e21af3ab87acb1e0dc9d7bca61d4d653be69104 (diff) | |
| download | man-pages-ee6e96c1b63b4cc60cbb2fc752c3883921e1419f.tar.gz | |
Added Sexction numbers to xrefs to other pages.
| -rw-r--r-- | man5/proc.5 | 2 | ||||
| -rw-r--r-- | man5/resolv.conf.5 | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/man5/proc.5 b/man5/proc.5 index 399886369a..71347ae014 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -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 diff --git a/man5/resolv.conf.5 b/man5/resolv.conf.5 index 4f7d4fca26..3eb6431ae4 100644 --- a/man5/resolv.conf.5 +++ b/man5/resolv.conf.5 @@ -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 |
