summaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/getitimer.23
-rw-r--r--lib/libc/sys/read.23
-rw-r--r--lib/libc/sys/recv.23
-rw-r--r--lib/libc/sys/setuid.23
-rw-r--r--lib/libc/sys/sysarch.23
5 files changed, 5 insertions, 10 deletions
diff --git a/lib/libc/sys/getitimer.2 b/lib/libc/sys/getitimer.2
index 5fb623abb5d..57e59e37431 100644
--- a/lib/libc/sys/getitimer.2
+++ b/lib/libc/sys/getitimer.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getitimer.2,v 1.10 1999/06/29 14:09:59 aaron Exp $
+.\" $OpenBSD: getitimer.2,v 1.11 1999/07/02 20:58:01 aaron Exp $
.\" $NetBSD: getitimer.2,v 1.6 1995/10/12 15:40:54 jtc Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -155,7 +155,6 @@ and stores the result in
Adds two timers and stores the result in
.Va res Ns .
.El
-.Pp
.Sh RETURN VALUES
If the calls succeed, a value of 0 is returned. If an error occurs,
the value \-1 is returned, and a more precise error code is placed
diff --git a/lib/libc/sys/read.2 b/lib/libc/sys/read.2
index 6ec9548c4d6..10a8107d7c7 100644
--- a/lib/libc/sys/read.2
+++ b/lib/libc/sys/read.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: read.2,v 1.10 1999/06/29 14:10:15 aaron Exp $
+.\" $OpenBSD: read.2,v 1.11 1999/07/02 20:58:01 aaron Exp $
.\" $NetBSD: read.2,v 1.6 1995/02/27 12:35:47 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -116,7 +116,6 @@ will fail if the value of
.Fa iovcnt
exceedes the constant
.Dv IOV_MAX .
-.Pp
.Sh RETURN VALUES
If successful, the
number of bytes actually read is returned. Upon reading end-of-file,
diff --git a/lib/libc/sys/recv.2 b/lib/libc/sys/recv.2
index 3de95ca7b51..65d939dda1f 100644
--- a/lib/libc/sys/recv.2
+++ b/lib/libc/sys/recv.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: recv.2,v 1.19 1999/06/29 14:10:16 aaron Exp $
+.\" $OpenBSD: recv.2,v 1.20 1999/07/02 20:58:01 aaron Exp $
.\" $NetBSD: recv.2,v 1.6 1995/02/27 12:36:08 cgd Exp $
.\"
.\" Copyright (c) 1983, 1990, 1991, 1993
@@ -231,7 +231,6 @@ Indicates that the packet was received as broadcast.
.It Dv MSG_MCAST Ta
Indicates that the packet was received as multicast.
.El
-.Pp
.Sh RETURN VALUES
These calls return the number of bytes received, or \-1
if an error occurred.
diff --git a/lib/libc/sys/setuid.2 b/lib/libc/sys/setuid.2
index 57ea5540fec..f7c06d00754 100644
--- a/lib/libc/sys/setuid.2
+++ b/lib/libc/sys/setuid.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: setuid.2,v 1.8 1999/06/29 14:10:19 aaron Exp $
+.\" $OpenBSD: setuid.2,v 1.9 1999/07/02 20:58:01 aaron Exp $
.\" $NetBSD: setuid.2,v 1.3 1995/02/27 12:37:06 cgd Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -99,7 +99,6 @@ may be toggled by switching to the real user ID, then re-enabled
by reverting to the set-user-ID value.
Similarly, the effective group ID may be set to the value
of the real group ID or the saved set-group-ID.
-.Pp
.Sh RETURN VALUES
Upon success, these functions return 0;
otherwise \-1 is returned.
diff --git a/lib/libc/sys/sysarch.2 b/lib/libc/sys/sysarch.2
index 9294f18d89f..1ff9ab306ed 100644
--- a/lib/libc/sys/sysarch.2
+++ b/lib/libc/sys/sysarch.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysarch.2,v 1.3 1999/02/27 21:56:56 deraadt Exp $
+.\" $OpenBSD: sysarch.2,v 1.4 1999/07/02 20:58:01 aaron Exp $
.\" $NetBSD: sysarch.2,v 1.4 1995/02/27 12:38:47 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991 Regents of the University of California.
@@ -66,7 +66,6 @@ system call should never be called directly by
user programs. Instead, they should access
its functions using the architecture-dependent
library.
-.Pp
.Sh RETURN VALUES
See the manual pages for specific architecture-dependent function calls
for information about their return values.