summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/accept.22
-rw-r--r--lib/libc/sys/bind.21
-rw-r--r--lib/libc/sys/close.21
-rw-r--r--lib/libc/sys/connect.21
-rw-r--r--lib/libc/sys/dup.21
-rw-r--r--lib/libc/sys/execve.21
-rw-r--r--lib/libc/sys/fcntl.21
-rw-r--r--lib/libc/sys/flock.21
-rw-r--r--lib/libc/sys/fsync.21
-rw-r--r--lib/libc/sys/getdirentries.21
-rw-r--r--lib/libc/sys/getpeername.21
-rw-r--r--lib/libc/sys/getsockname.21
-rw-r--r--lib/libc/sys/getsockopt.21
-rw-r--r--lib/libc/sys/ioctl.21
-rw-r--r--lib/libc/sys/listen.21
-rw-r--r--lib/libc/sys/open.21
-rw-r--r--lib/libc/sys/pathconf.21
-rw-r--r--lib/libc/sys/read.22
-rw-r--r--lib/libc/sys/recv.21
-rw-r--r--lib/libc/sys/setuid.21
-rw-r--r--lib/libc/sys/sysarch.21
-rw-r--r--lib/libc/sys/write.21
22 files changed, 0 insertions, 24 deletions
diff --git a/lib/libc/sys/accept.2 b/lib/libc/sys/accept.2
index 8114472..9e6b5fd 100644
--- a/lib/libc/sys/accept.2
+++ b/lib/libc/sys/accept.2
@@ -133,7 +133,6 @@ call providing only the control information,
or by calling
.Xr setsockopt 2 .
.Sh IMPLEMENTATION NOTES
-.Pp
In the non-threaded library
.Fn accept
is implemented as the
@@ -157,7 +156,6 @@ Before returning,
.Fn accept
unlocks
.Fa s .
-.Pp
.Sh RETURN VALUES
The call returns \-1 on error. If it succeeds, it returns a non-negative
integer that is a descriptor for the accepted socket.
diff --git a/lib/libc/sys/bind.2 b/lib/libc/sys/bind.2
index 3834512..d13b298 100644
--- a/lib/libc/sys/bind.2
+++ b/lib/libc/sys/bind.2
@@ -65,7 +65,6 @@ needed (using
The rules used in address binding vary between communication domains.
Consult the manual entries in section 4 for detailed information.
.Sh IMPLEMENTATION NOTES
-.Pp
In the non-threaded library
.Fn bind
is implemented as the
diff --git a/lib/libc/sys/close.2 b/lib/libc/sys/close.2
index ebc6634..e0ebcc1 100644
--- a/lib/libc/sys/close.2
+++ b/lib/libc/sys/close.2
@@ -102,7 +102,6 @@ execve; the call
restores the default,
which is to not close the descriptor.
.Sh IMPLEMENTATION NOTES
-.Pp
In the non-threaded library
.Fn close
is implemented as the
diff --git a/lib/libc/sys/connect.2 b/lib/libc/sys/connect.2
index 7e4880a..8b023ab 100644
--- a/lib/libc/sys/connect.2
+++ b/lib/libc/sys/connect.2
@@ -72,7 +72,6 @@ multiple times to change their association.
Datagram sockets may dissolve the association
by connecting to an invalid address, such as a null address.
.Sh IMPLEMENTATION NOTES
-.Pp
In the non-threaded library
.Fn connect
is implemented as the
diff --git a/lib/libc/sys/dup.2 b/lib/libc/sys/dup.2
index 1c20048..9329cbc 100644
--- a/lib/libc/sys/dup.2
+++ b/lib/libc/sys/dup.2
@@ -116,7 +116,6 @@ is a valid descriptor, then
.Fn dup2
is successful, and does nothing.
.Sh IMPLEMENTATION NOTES
-.Pp
In the non-threaded library
.Fn dup
is implemented as the
diff --git a/lib/libc/sys/execve.2 b/lib/libc/sys/execve.2
index 6406276..dd09ca6 100644
--- a/lib/libc/sys/execve.2
+++ b/lib/libc/sys/execve.2
@@ -190,7 +190,6 @@ and
points to the array of character pointers
to the arguments themselves.
.Sh IMPLEMENTATION NOTES
-.Pp
In the non-threaded library
.Fn execve
is implemented as the
diff --git a/lib/libc/sys/fcntl.2 b/lib/libc/sys/fcntl.2
index 479e097..ecd6221 100644
--- a/lib/libc/sys/fcntl.2
+++ b/lib/libc/sys/fcntl.2
@@ -351,7 +351,6 @@ would cause a deadlock and fails with an
.Er EDEADLK
error.
.Sh IMPLEMENTATION NOTES
-.Pp
In the non-threaded library
.Fn fcntl
is implemented as the
diff --git a/lib/libc/sys/flock.2 b/lib/libc/sys/flock.2
index 4aa00fb..73fc8e2 100644
--- a/lib/libc/sys/flock.2
+++ b/lib/libc/sys/flock.2
@@ -113,7 +113,6 @@ lose its lock.
.Pp
Processes blocked awaiting a lock may be awakened by signals.
.Sh IMPLEMENTATION NOTES
-.Pp
In the non-threaded library
.Fn flock
is implemented as the
diff --git a/lib/libc/sys/fsync.2 b/lib/libc/sys/fsync.2
index 28d996c..a2f75bb 100644
--- a/lib/libc/sys/fsync.2
+++ b/lib/libc/sys/fsync.2
@@ -57,7 +57,6 @@ should be used by programs that require a file to be
in a known state, for example, in building a simple transaction
facility.
.Sh IMPLEMENTATION NOTES
-.Pp
In the non-threaded library
.Fn fsync
is implemented as the
diff --git a/lib/libc/sys/getdirentries.2 b/lib/libc/sys/getdirentries.2
index f883fec..ee438ff 100644
--- a/lib/libc/sys/getdirentries.2
+++ b/lib/libc/sys/getdirentries.2
@@ -142,7 +142,6 @@ a value returned in the location pointed to by
only)
or zero.
.Sh IMPLEMENTATION NOTES
-.Pp
In the non-threaded library
.Fn getdirentries
is implemented as the
diff --git a/lib/libc/sys/getpeername.2 b/lib/libc/sys/getpeername.2
index 263aafb..a7cd663 100644
--- a/lib/libc/sys/getpeername.2
+++ b/lib/libc/sys/getpeername.2
@@ -59,7 +59,6 @@ On return it contains the actual size of the name
returned (in bytes).
The name is truncated if the buffer provided is too small.
.Sh IMPLEMENTATION NOTES
-.Pp
In the non-threaded library
.Fn getpeername
is implemented as the
diff --git a/lib/libc/sys/getsockname.2 b/lib/libc/sys/getsockname.2
index 8389c81..d0262dc 100644
--- a/lib/libc/sys/getsockname.2
+++ b/lib/libc/sys/getsockname.2
@@ -57,7 +57,6 @@ the amount of space pointed to by
On return it contains the actual size of the name
returned (in bytes).
.Sh IMPLEMENTATION NOTES
-.Pp
In the non-threaded library
.Fn getsockname
is implemented as the
diff --git a/lib/libc/sys/getsockopt.2 b/lib/libc/sys/getsockopt.2
index deb70b9..c9e9ba9 100644
--- a/lib/libc/sys/getsockopt.2
+++ b/lib/libc/sys/getsockopt.2
@@ -349,7 +349,6 @@ the error status.
It may be used to check for asynchronous errors on connected
datagram sockets or for other asynchronous errors.
.Sh IMPLEMENTATION NOTES
-.Pp
In the non-threaded library
.Fn getsockopt
is implemented as the
diff --git a/lib/libc/sys/ioctl.2 b/lib/libc/sys/ioctl.2
index de7e3ca..af5c852 100644
--- a/lib/libc/sys/ioctl.2
+++ b/lib/libc/sys/ioctl.2
@@ -86,7 +86,6 @@ Macros and defines used in specifying an ioctl
are located in the file
.Ao Pa sys/ioctl.h Ac .
.Sh IMPLEMENTATION NOTES
-.Pp
In the non-threaded library
.Fn ioctl
is implemented as the
diff --git a/lib/libc/sys/listen.2 b/lib/libc/sys/listen.2
index 3a98629..e7cb799 100644
--- a/lib/libc/sys/listen.2
+++ b/lib/libc/sys/listen.2
@@ -86,7 +86,6 @@ or less than zero is specified,
is silently forced to
.Va kern.ipc.somaxconn .
.Sh IMPLEMENTATION NOTES
-.Pp
In the non-threaded library
.Fn listen
is implemented as the
diff --git a/lib/libc/sys/open.2 b/lib/libc/sys/open.2
index d62a4b6..82f6c8a 100644
--- a/lib/libc/sys/open.2
+++ b/lib/libc/sys/open.2
@@ -182,7 +182,6 @@ The system imposes a limit on the number of file descriptors
open simultaneously by one process.
.Xr Getdtablesize 2
returns the current system limit.
-.Pp
.Sh IMPLEMENTATION NOTES
In the non-threaded library
.Fn open
diff --git a/lib/libc/sys/pathconf.2 b/lib/libc/sys/pathconf.2
index 51eaa11..a8797e6 100644
--- a/lib/libc/sys/pathconf.2
+++ b/lib/libc/sys/pathconf.2
@@ -48,7 +48,6 @@
.Ft long
.Fn fpathconf "int fd" "int name"
.Sh DESCRIPTION
-.Pp
The
.Fn pathconf
and
diff --git a/lib/libc/sys/read.2 b/lib/libc/sys/read.2
index 64c0c01..c797b5b 100644
--- a/lib/libc/sys/read.2
+++ b/lib/libc/sys/read.2
@@ -116,9 +116,7 @@ return the number of bytes actually read and placed in the buffer.
The system guarantees to read the number of bytes requested if
the descriptor references a normal file that has that many bytes left
before the end-of-file, but in no other case.
-.Pp
.Sh IMPLEMENTATION NOTES
-.Pp
In the non-threaded library
.Fn read
is implemented as the
diff --git a/lib/libc/sys/recv.2 b/lib/libc/sys/recv.2
index 1c543fd..f9202cb 100644
--- a/lib/libc/sys/recv.2
+++ b/lib/libc/sys/recv.2
@@ -250,7 +250,6 @@ control data were discarded due to lack of space in the buffer
for ancillary data.
.Dv MSG_OOB
is returned to indicate that expedited or out-of-band data were received.
-.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 5edbbd7..e9cccd7 100644
--- a/lib/libc/sys/setuid.2
+++ b/lib/libc/sys/setuid.2
@@ -119,7 +119,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-user-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 e3c9c22..b18dc0a 100644
--- a/lib/libc/sys/sysarch.2
+++ b/lib/libc/sys/sysarch.2
@@ -68,7 +68,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.
diff --git a/lib/libc/sys/write.2 b/lib/libc/sys/write.2
index 4836de1..a306cc1 100644
--- a/lib/libc/sys/write.2
+++ b/lib/libc/sys/write.2
@@ -125,7 +125,6 @@ may write fewer bytes than requested;
the return value must be noted,
and the remainder of the operation should be retried when possible.
.Sh IMPLEMENTATION NOTES
-.Pp
In the non-threaded library
.Fn write
is implemented as the
OpenPOWER on IntegriCloud