From ee6e96c1b63b4cc60cbb2fc752c3883921e1419f Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 11 May 2007 23:20:22 +0000 Subject: [PATCH] Added Sexction numbers to xrefs to other pages. --- man5/proc.5 | 2 +- man5/resolv.conf.5 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man5/proc.5 b/man5/proc.5 index 399886369..71347ae01 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 4f7d4fca2..3eb6431ae 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