summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2003-06-08 10:01:52 +0000
committercharnier <charnier@FreeBSD.org>2003-06-08 10:01:52 +0000
commit9f754871d1df357b51c172b0fc6c530f236fd199 (patch)
treee77bb095b2277e42f7dfff1b777e44af370de021 /lib/libc/sys
parent0d5348f9eaec7c207d5ef35e652ebf4c5bd97705 (diff)
downloadFreeBSD-src-9f754871d1df357b51c172b0fc6c530f236fd199.zip
FreeBSD-src-9f754871d1df357b51c172b0fc6c530f236fd199.tar.gz
Add or correct section number in .Xr. Use .Vt or .Fn
instead of .Xr when needed
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/getfsstat.22
-rw-r--r--lib/libc/sys/getsockname.22
-rw-r--r--lib/libc/sys/sigsuspend.22
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/getfsstat.2 b/lib/libc/sys/getfsstat.2
index a42b311..1f8619a 100644
--- a/lib/libc/sys/getfsstat.2
+++ b/lib/libc/sys/getfsstat.2
@@ -55,7 +55,7 @@ The
.Fa buf
argument
is a pointer to
-.Xr statfs
+.Vt statfs
structures defined as follows:
.Bd -literal
typedef struct fsid { int32_t val[2]; } fsid_t; /* file system id type */
diff --git a/lib/libc/sys/getsockname.2 b/lib/libc/sys/getsockname.2
index 408566e..7e39a84 100644
--- a/lib/libc/sys/getsockname.2
+++ b/lib/libc/sys/getsockname.2
@@ -88,7 +88,7 @@ process address space.
.Xr socket 2
.Sh BUGS
Names bound to sockets in the UNIX domain are inaccessible;
-.Xr getsockname
+.Fn getsockname
returns a zero length name.
.Sh HISTORY
The
diff --git a/lib/libc/sys/sigsuspend.2 b/lib/libc/sys/sigsuspend.2
index 1b2ec9f..79fbb59 100644
--- a/lib/libc/sys/sigsuspend.2
+++ b/lib/libc/sys/sigsuspend.2
@@ -64,7 +64,7 @@ of the signal are examined to determine that there is no work
to be done, and the process pauses awaiting work by using
.Fn sigsuspend
with the previous mask returned by
-.Xr sigprocmask .
+.Xr sigprocmask 2 .
.Sh RETURN VALUES
The
.Fn sigsuspend
OpenPOWER on IntegriCloud