summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1997-01-12 00:09:02 +0000
committermpp <mpp@FreeBSD.org>1997-01-12 00:09:02 +0000
commitcbb081b4fe6a3a469672f923bcc54799a04bb2c1 (patch)
tree77d2de960421a43695e230fcde25d695ac5416c9 /lib/libc
parentdb2ad2c9acc73439ebdfa3b14d35876ceac1b60e (diff)
downloadFreeBSD-src-cbb081b4fe6a3a469672f923bcc54799a04bb2c1.zip
FreeBSD-src-cbb081b4fe6a3a469672f923bcc54799a04bb2c1.tar.gz
Rename the DIAGNOSTICS sections in several man pages
to RETURN VALUES like they should be.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/getpeername.22
-rw-r--r--lib/libc/sys/getsockname.22
-rw-r--r--lib/libc/sys/intro.22
-rw-r--r--lib/libc/sys/shutdown.22
-rw-r--r--lib/libc/sys/socketpair.22
-rw-r--r--lib/libc/sys/vfork.24
6 files changed, 7 insertions, 7 deletions
diff --git a/lib/libc/sys/getpeername.2 b/lib/libc/sys/getpeername.2
index 372d85a..abfe0c9 100644
--- a/lib/libc/sys/getpeername.2
+++ b/lib/libc/sys/getpeername.2
@@ -77,7 +77,7 @@ Before returning,
.Fn getpeername
unlocks
.Va s .
-.Sh DIAGNOSTICS
+.Sh RETURN VALUES
A 0 is returned if the call succeeds, -1 if it fails.
.Sh ERRORS
The call succeeds unless:
diff --git a/lib/libc/sys/getsockname.2 b/lib/libc/sys/getsockname.2
index c8d761f..df650cb 100644
--- a/lib/libc/sys/getsockname.2
+++ b/lib/libc/sys/getsockname.2
@@ -75,7 +75,7 @@ Before returning,
.Fn getsockname
unlocks
.Va fd .
-.Sh DIAGNOSTICS
+.Sh RETURN VALUES
A 0 is returned if the call succeeds, -1 if it fails.
.Sh ERRORS
The call succeeds unless:
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2
index 4e728bb..af9664c 100644
--- a/lib/libc/sys/intro.2
+++ b/lib/libc/sys/intro.2
@@ -46,7 +46,7 @@ their error returns, and other common definitions and concepts.
.\".Sy System call restart
.\".Pp
.\"<more later...>
-.Sh DIAGNOSTICS
+.Sh RETURN VALUES
Nearly all of the system calls provide an error number referenced via
the external identifier errno. This identifier is defined in
.Aq Pa sys/errno.h
diff --git a/lib/libc/sys/shutdown.2 b/lib/libc/sys/shutdown.2
index 6c159e9..3059793 100644
--- a/lib/libc/sys/shutdown.2
+++ b/lib/libc/sys/shutdown.2
@@ -57,7 +57,7 @@ is 1, further sends will be disallowed.
If
.Fa how
is 2, further sends and receives will be disallowed.
-.Sh DIAGNOSTICS
+.Sh RETURN VALUES
A 0 is returned if the call succeeds, -1 if it fails.
.Sh ERRORS
The call succeeds unless:
diff --git a/lib/libc/sys/socketpair.2 b/lib/libc/sys/socketpair.2
index 5f697b4..f48e496 100644
--- a/lib/libc/sys/socketpair.2
+++ b/lib/libc/sys/socketpair.2
@@ -58,7 +58,7 @@ are returned in
and
.Fa sv Ns [1] .
The two sockets are indistinguishable.
-.Sh DIAGNOSTICS
+.Sh RETURN VALUES
A 0 is returned if the call succeeds, -1 if it fails.
.Sh ERRORS
The call succeeds unless:
diff --git a/lib/libc/sys/vfork.2 b/lib/libc/sys/vfork.2
index 4c1ed93..3e49014 100644
--- a/lib/libc/sys/vfork.2
+++ b/lib/libc/sys/vfork.2
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)vfork.2 8.1 (Berkeley) 6/4/93
-.\" $Id$
+.\" $Id: vfork.2,v 1.5 1996/12/23 23:09:41 wosch Exp $
.\"
.Dd June 4, 1993
.Dt VFORK 2
@@ -94,7 +94,7 @@ since buffered data would then be flushed twice.)
.Xr fork 2 ,
.Xr sigvec 2 ,
.Xr wait 2
-.Sh DIAGNOSTICS
+.Sh RETURN VALUES
Same as for
.Xr fork 2 .
.Sh BUGS
OpenPOWER on IntegriCloud