aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-07-09 09:54:33 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-07-09 09:54:33 +0000
commit70d51341bf6ad3be0ea5b02ef489691d80719249 (patch)
treeab3b6200f079a95b6a4418f399032563aa053a74 /lib/libc
parent7bc6d0158f0e9863a2a13a951321185d214cd3be (diff)
Notes
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 9f813771f21c6..a65cd01df5db7 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 0b90dab8b3159..153114db6d205 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 80451304cb948..0daeaafc08852 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 00e0295b2bfe5..47df68cf5fccf 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 916b6ddfa967f..bcd4b38027ee3 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 1fac904ad53aa..3e53f048a5983 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 e7abcab63cb17..31aa7d776b9d3 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 115c57c27afc2..994cd224c48c9 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 c10a657577714..c84d6bdd486d8 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 ed8daea47ad11..fdc7fd2371832 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 131608bf0086f..3d6b7ed4a99fc 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 08a6d6456a431..e673f8a59edc5 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 0e06302760705..cda46cfb18a16 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 8114472216b0d..9e6b5fdc6b683 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 383451255af29..d13b2987b9bd0 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 ebc66347c7303..e0ebcc11bdb8a 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 7e4880a9993c4..8b023ab4cfb22 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 1c20048ce8db5..9329cbc3577d5 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 64062764b0684..dd09ca6c2d53e 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 479e0973b0a94..ecd6221617e6e 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 4aa00fb204760..73fc8e2c7e51f 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 28d996c4c3709..a2f75bb2cbdb4 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 f883fec4cfe14..ee438ffb7354d 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 263aafb5d409e..a7cd663a92b23 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 8389c81606daa..d0262dcdbbd42 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 deb70b96d93c2..c9e9ba9b62e38 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 de7e3ca804663..af5c85228403f 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 3a98629bf13a3..e7cb799089632 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 d62a4b6e45a97..82f6c8a67b25b 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 51eaa11183978..a8797e64d5d90 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 64c0c018faf90..c797b5b0df9ac 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 1c543fd9475fe..f9202cba33ea3 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 5edbbd73c2ab1..e9cccd7e9b600 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 e3c9c22324e10..b18dc0a1fa1c0 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 4836de1e08c84..a306cc1cc7701 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