summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/alarm.31
-rw-r--r--lib/libc/gen/daemon.31
-rw-r--r--lib/libc/gen/getpass.31
-rw-r--r--lib/libc/gen/pwcache.31
-rw-r--r--lib/libc/gen/sysconf.31
-rw-r--r--lib/libc/gen/ualarm.31
-rw-r--r--lib/libc/net/ethers.31
-rw-r--r--lib/libc/posix1e/cap_free.31
-rw-r--r--lib/libc/stdio/fgets.31
-rw-r--r--lib/libc/stdio/scanf.31
-rw-r--r--lib/libc/stdlib/malloc.31
-rw-r--r--lib/libc/stdlib/random.31
-rw-r--r--lib/libc/stdtime/strptime.31
-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
35 files changed, 0 insertions, 37 deletions
diff --git a/lib/libc/gen/alarm.3 b/lib/libc/gen/alarm.3
index 9f81377..a65cd01 100644
--- a/lib/libc/gen/alarm.3
+++ b/lib/libc/gen/alarm.3
@@ -71,7 +71,6 @@ restriction the maximum number of
.Ar seconds
allowed is 100000000.
.Sh RETURN VALUES
-.Pp
The return value of
.Fn alarm
is the amount of time left on the timer from a previous call to
diff --git a/lib/libc/gen/daemon.3 b/lib/libc/gen/daemon.3
index 0b90dab..153114d 100644
--- a/lib/libc/gen/daemon.3
+++ b/lib/libc/gen/daemon.3
@@ -45,7 +45,6 @@
.Ft int
.Fn daemon "int nochdir" "int noclose"
.Sh DESCRIPTION
-.Pp
The
.Fn daemon
function is for programs wishing to detach themselves from the
diff --git a/lib/libc/gen/getpass.3 b/lib/libc/gen/getpass.3
index 8045130..0daeaaf 100644
--- a/lib/libc/gen/getpass.3
+++ b/lib/libc/gen/getpass.3
@@ -63,7 +63,6 @@ characters and the terminating newline character are discarded.
The
.Fn getpass
function turns off character echoing while reading the password.
-.Pp
.Sh RETURN VALUES
The
.Fn getpass
diff --git a/lib/libc/gen/pwcache.3 b/lib/libc/gen/pwcache.3
index 00e0295..47df68c 100644
--- a/lib/libc/gen/pwcache.3
+++ b/lib/libc/gen/pwcache.3
@@ -47,7 +47,6 @@
.Ft char *
.Fn group_from_gid "unsigned long gid" "int nogroup"
.Sh DESCRIPTION
-.Pp
The
.Fn user_from_uid
function returns the user name associated with the argument
diff --git a/lib/libc/gen/sysconf.3 b/lib/libc/gen/sysconf.3
index 916b6dd..bcd4b38 100644
--- a/lib/libc/gen/sysconf.3
+++ b/lib/libc/gen/sysconf.3
@@ -45,7 +45,6 @@
.Ft long
.Fn sysconf "int name"
.Sh DESCRIPTION
-.Pp
This interface is defined by
.St -p1003.1-88 .
A far more complete interface is available using
diff --git a/lib/libc/gen/ualarm.3 b/lib/libc/gen/ualarm.3
index 1fac904..3e53f04 100644
--- a/lib/libc/gen/ualarm.3
+++ b/lib/libc/gen/ualarm.3
@@ -83,7 +83,6 @@ When the signal has successfully been caught,
.Fn ualarm
returns the amount of time left on the clock.
.Sh NOTES
-.Pp
A microsecond is 0.000001 seconds.
.Sh SEE ALSO
.Xr getitimer 2 ,
diff --git a/lib/libc/net/ethers.3 b/lib/libc/net/ethers.3
index e7abcab..31aa7d7 100644
--- a/lib/libc/net/ethers.3
+++ b/lib/libc/net/ethers.3
@@ -184,7 +184,6 @@ file.
.Xr yp 4 ,
.Xr ethers 5
.Sh BUGS
-.Pp
The
.Fn ether_aton
and
diff --git a/lib/libc/posix1e/cap_free.3 b/lib/libc/posix1e/cap_free.3
index 115c57c..994cd22 100644
--- a/lib/libc/posix1e/cap_free.3
+++ b/lib/libc/posix1e/cap_free.3
@@ -52,7 +52,6 @@ argument may identify either a cap_t entity, or a char * entity allocated
by the
.Fn cap_to_text
function.
-.Pp
.Sh IMPLEMENTATION NOTES
.Fx Ns 's
support for POSIX.1e interfaces and features is still under
diff --git a/lib/libc/stdio/fgets.3 b/lib/libc/stdio/fgets.3
index c10a657..c84d6bd 100644
--- a/lib/libc/stdio/fgets.3
+++ b/lib/libc/stdio/fgets.3
@@ -83,7 +83,6 @@ except that the newline character (if any) is not stored in the string.
It is the caller's responsibility to ensure that the input line,
if any, is sufficiently short to fit in the string.
.Sh RETURN VALUES
-.Pp
Upon successful completion,
.Fn fgets
and
diff --git a/lib/libc/stdio/scanf.3 b/lib/libc/stdio/scanf.3
index ed8daea..fdc7fd2 100644
--- a/lib/libc/stdio/scanf.3
+++ b/lib/libc/stdio/scanf.3
@@ -386,7 +386,6 @@ after which they will act like
and
.Cm x
respectively.
-.Pp
.Sh RETURN VALUES
These
functions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3
index 131608b..3d6b7ed 100644
--- a/lib/libc/stdlib/malloc.3
+++ b/lib/libc/stdlib/malloc.3
@@ -307,7 +307,6 @@ The
.Fn free
function returns no value.
.Sh DEBUGGING MALLOC PROBLEMS
-.Pp
The major difference between this implementation and other allocation
implementations is that the free pages are not accessed unless allocated,
and are aggressively returned to the kernel for reuse.
diff --git a/lib/libc/stdlib/random.3 b/lib/libc/stdlib/random.3
index 08a6d64..e673f8a 100644
--- a/lib/libc/stdlib/random.3
+++ b/lib/libc/stdlib/random.3
@@ -182,7 +182,6 @@ These
functions appeared in
.Bx 4.2 .
.Sh BUGS
-.Pp
About 2/3 the speed of
.Xr rand 3 .
.Pp
diff --git a/lib/libc/stdtime/strptime.3 b/lib/libc/stdtime/strptime.3
index 0e06302..cda46cf 100644
--- a/lib/libc/stdtime/strptime.3
+++ b/lib/libc/stdtime/strptime.3
@@ -93,7 +93,6 @@ The
.Fn strptime
function appeared in
.Fx 3.0 .
-.Pp
.Sh BUGS
Both the
.Fa %e
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