diff options
Diffstat (limited to 'lib')
86 files changed, 0 insertions, 96 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 diff --git a/lib/libc_r/man/pthread_cond_broadcast.3 b/lib/libc_r/man/pthread_cond_broadcast.3 index 47d0bb4..5a5f1a8 100644 --- a/lib/libc_r/man/pthread_cond_broadcast.3 +++ b/lib/libc_r/man/pthread_cond_broadcast.3 @@ -58,7 +58,6 @@ The value specified by .Fa cond is invalid. .El -.Pp .Sh SEE ALSO .Xr pthread_cond_destroy 3 , .Xr pthread_cond_init 3 , diff --git a/lib/libc_r/man/pthread_cond_destroy.3 b/lib/libc_r/man/pthread_cond_destroy.3 index 380aa69..fb93c07 100644 --- a/lib/libc_r/man/pthread_cond_destroy.3 +++ b/lib/libc_r/man/pthread_cond_destroy.3 @@ -62,7 +62,6 @@ The variable .Fa cond is locked by another thread. .El -.Pp .Sh SEE ALSO .Xr pthread_cond_broadcast 3 , .Xr pthread_cond_init 3 , diff --git a/lib/libc_r/man/pthread_cond_init.3 b/lib/libc_r/man/pthread_cond_init.3 index 23e9f02..4c7a637 100644 --- a/lib/libc_r/man/pthread_cond_init.3 +++ b/lib/libc_r/man/pthread_cond_init.3 @@ -68,7 +68,6 @@ variable. The system temporarily lacks the resources to create another condition variable. .El -.Pp .Sh SEE ALSO .Xr pthread_cond_broadcast 3 , .Xr pthread_cond_destroy 3 , diff --git a/lib/libc_r/man/pthread_cond_signal.3 b/lib/libc_r/man/pthread_cond_signal.3 index 1583975..540b84c 100644 --- a/lib/libc_r/man/pthread_cond_signal.3 +++ b/lib/libc_r/man/pthread_cond_signal.3 @@ -58,7 +58,6 @@ The value specified by .Fa cond is invalid. .El -.Pp .Sh SEE ALSO .Xr pthread_cond_broadcast 3 , .Xr pthread_cond_destroy 3 , diff --git a/lib/libc_r/man/pthread_cond_timedwait.3 b/lib/libc_r/man/pthread_cond_timedwait.3 index a9f5bf8..1d0fe70 100644 --- a/lib/libc_r/man/pthread_cond_timedwait.3 +++ b/lib/libc_r/man/pthread_cond_timedwait.3 @@ -77,7 +77,6 @@ is invalid. The system time has reached or exceeded the time specified in .Fa abstime . .El -.Pp .Sh SEE ALSO .Xr pthread_cond_broadcast 3 , .Xr pthread_cond_destroy 3 , diff --git a/lib/libc_r/man/pthread_cond_wait.3 b/lib/libc_r/man/pthread_cond_wait.3 index e2d6094..abe44c7 100644 --- a/lib/libc_r/man/pthread_cond_wait.3 +++ b/lib/libc_r/man/pthread_cond_wait.3 @@ -71,7 +71,6 @@ or the value specified by .Fa mutex is invalid. .El -.Pp .Sh SEE ALSO .Xr pthread_cond_broadcast 3 , .Xr pthread_cond_destroy 3 , diff --git a/lib/libc_r/man/pthread_create.3 b/lib/libc_r/man/pthread_create.3 index 66c8038..2dae2a1 100644 --- a/lib/libc_r/man/pthread_create.3 +++ b/lib/libc_r/man/pthread_create.3 @@ -109,7 +109,6 @@ The value specified by .Fa attr is invalid. .El -.Pp .Sh SEE ALSO .Xr fork 2 , .Xr pthread_cleanup_pop 3 , diff --git a/lib/libc_r/man/pthread_detach.3 b/lib/libc_r/man/pthread_detach.3 index 329db62..fed4483 100644 --- a/lib/libc_r/man/pthread_detach.3 +++ b/lib/libc_r/man/pthread_detach.3 @@ -81,7 +81,6 @@ No thread could be found corresponding to that specified by the given thread ID, .Fa thread . .El -.Pp .Sh SEE ALSO .Xr pthread_join 3 .Sh STANDARDS diff --git a/lib/libc_r/man/pthread_equal.3 b/lib/libc_r/man/pthread_equal.3 index def538c..d081110 100644 --- a/lib/libc_r/man/pthread_equal.3 +++ b/lib/libc_r/man/pthread_equal.3 @@ -59,7 +59,6 @@ and correspond to the same thread, otherwise it will return zero. .Sh ERRORS None. -.Pp .Sh SEE ALSO .Xr pthread_create 3 , .Xr pthread_exit 3 diff --git a/lib/libc_r/man/pthread_exit.3 b/lib/libc_r/man/pthread_exit.3 index f245258..a21f6dc 100644 --- a/lib/libc_r/man/pthread_exit.3 +++ b/lib/libc_r/man/pthread_exit.3 @@ -87,14 +87,12 @@ been terminated. The behavior is as if the implementation called .Fn exit with a zero argument at thread termination time. -.Pp .Sh RETURN VALUES The .Fn pthread_exit function cannot return to its caller. .Sh ERRORS None. -.Pp .Sh SEE ALSO .Xr _exit 2 , .Xr exit 3 , diff --git a/lib/libc_r/man/pthread_join.3 b/lib/libc_r/man/pthread_join.3 index 9a41294..3a68895 100644 --- a/lib/libc_r/man/pthread_join.3 +++ b/lib/libc_r/man/pthread_join.3 @@ -72,7 +72,6 @@ is cancelled, then the target thread is not detached. .Pp A thread that has exited but remains unjoined counts against [_POSIX_THREAD_THREADS_MAX]. -.Pp .Sh RETURN VALUES If successful, the .Fn pthread_join @@ -96,7 +95,6 @@ A deadlock was detected or the value of .Fa thread specifies the calling thread. .El -.Pp .Sh SEE ALSO .Xr wait 2 , .Xr pthread_create 3 diff --git a/lib/libc_r/man/pthread_key_create.3 b/lib/libc_r/man/pthread_key_create.3 index 44aecfe..dcafc0c 100644 --- a/lib/libc_r/man/pthread_key_create.3 +++ b/lib/libc_r/man/pthread_key_create.3 @@ -97,7 +97,6 @@ data key, or the system-imposed limit on the total number of keys per process .It Bq Er ENOMEM Insufficient memory exists to create the key. .El -.Pp .Sh SEE ALSO .Xr pthread_getspecific 3 , .Xr pthread_key_delete 3 , diff --git a/lib/libc_r/man/pthread_key_delete.3 b/lib/libc_r/man/pthread_key_delete.3 index 8b1019d..06447e0 100644 --- a/lib/libc_r/man/pthread_key_delete.3 +++ b/lib/libc_r/man/pthread_key_delete.3 @@ -88,7 +88,6 @@ The .Fa key value is invalid. .El -.Pp .Sh SEE ALSO .Xr pthread_getspecific 3 , .Xr pthread_key_create 3 , diff --git a/lib/libc_r/man/pthread_mutex_destroy.3 b/lib/libc_r/man/pthread_mutex_destroy.3 index 4863c90..0bb44d0 100644 --- a/lib/libc_r/man/pthread_mutex_destroy.3 +++ b/lib/libc_r/man/pthread_mutex_destroy.3 @@ -61,7 +61,6 @@ is invalid. .Fa Mutex is locked by another thread. .El -.Pp .Sh SEE ALSO .Xr pthread_mutex_init 3 , .Xr pthread_mutex_lock 3 , diff --git a/lib/libc_r/man/pthread_mutex_init.3 b/lib/libc_r/man/pthread_mutex_init.3 index 0e5f43e..7d25baf 100644 --- a/lib/libc_r/man/pthread_mutex_init.3 +++ b/lib/libc_r/man/pthread_mutex_init.3 @@ -66,7 +66,6 @@ The process cannot allocate enough memory to create another mutex. .It Bq Er EAGAIN The temporarily lacks the resources to create another mutex. .El -.Pp .Sh SEE ALSO .Xr pthread_mutex_destroy 3 , .Xr pthread_mutex_lock 3 , diff --git a/lib/libc_r/man/pthread_mutex_lock.3 b/lib/libc_r/man/pthread_mutex_lock.3 index 1cd462f..82dfaad 100644 --- a/lib/libc_r/man/pthread_mutex_lock.3 +++ b/lib/libc_r/man/pthread_mutex_lock.3 @@ -63,7 +63,6 @@ is invalid. A deadlock would occur if the thread blocked waiting for .Fa mutex . .El -.Pp .Sh SEE ALSO .Xr pthread_mutex_destroy 3 , .Xr pthread_mutex_init 3 , diff --git a/lib/libc_r/man/pthread_mutex_trylock.3 b/lib/libc_r/man/pthread_mutex_trylock.3 index 8dc9802..fa3bdf8 100644 --- a/lib/libc_r/man/pthread_mutex_trylock.3 +++ b/lib/libc_r/man/pthread_mutex_trylock.3 @@ -64,7 +64,6 @@ is invalid. .Fa Mutex is already locked. .El -.Pp .Sh SEE ALSO .Xr pthread_mutex_destroy 3 , .Xr pthread_mutex_init 3 , diff --git a/lib/libc_r/man/pthread_mutex_unlock.3 b/lib/libc_r/man/pthread_mutex_unlock.3 index c72fc3e..e873be9 100644 --- a/lib/libc_r/man/pthread_mutex_unlock.3 +++ b/lib/libc_r/man/pthread_mutex_unlock.3 @@ -63,7 +63,6 @@ is invalid. The current thread does not hold a lock on .Fa mutex . .El -.Pp .Sh SEE ALSO .Xr pthread_mutex_destroy 3 , .Xr pthread_mutex_init 3 , diff --git a/lib/libc_r/man/pthread_once.3 b/lib/libc_r/man/pthread_once.3 index 48a4279..f3621d9 100644 --- a/lib/libc_r/man/pthread_once.3 +++ b/lib/libc_r/man/pthread_once.3 @@ -91,7 +91,6 @@ is undefined if .Fa once_control has automatic storage duration or is not initialized by .Fa PTHREAD_ONCE_INIT . -.Pp .Sh RETURN VALUES If successful, the .Fn pthread_once @@ -100,7 +99,6 @@ Otherwise an error number will be returned to indicate the error. .Sh ERRORS None. -.Pp .Sh STANDARDS .Fn pthread_once conforms to diff --git a/lib/libc_r/man/pthread_self.3 b/lib/libc_r/man/pthread_self.3 index c7a8dc3..9723b5e 100644 --- a/lib/libc_r/man/pthread_self.3 +++ b/lib/libc_r/man/pthread_self.3 @@ -52,7 +52,6 @@ The function returns the thread ID of the calling thread. .Sh ERRORS None. -.Pp .Sh SEE ALSO .Xr pthread_create 3 , .Xr pthread_equal 3 diff --git a/lib/libc_r/man/pthread_setspecific.3 b/lib/libc_r/man/pthread_setspecific.3 index d211c94..698c3ca 100644 --- a/lib/libc_r/man/pthread_setspecific.3 +++ b/lib/libc_r/man/pthread_setspecific.3 @@ -85,7 +85,6 @@ The .Fa key value is invalid. .El -.Pp .Sh SEE ALSO .Xr pthread_getspecific 3 , .Xr pthread_key_create 3 , diff --git a/lib/libcam/cam_cdbparse.3 b/lib/libcam/cam_cdbparse.3 index 905e652..9f7a80c 100644 --- a/lib/libcam/cam_cdbparse.3 +++ b/lib/libcam/cam_cdbparse.3 @@ -502,7 +502,6 @@ return the number of assignments performed. .Xr pass 4 , .Xr camcontrol 8 .Sh HISTORY -.Pp The CAM versions of these functions are based upon similar functions implemented for the old .Fx diff --git a/lib/libcrypt/crypt.3 b/lib/libcrypt/crypt.3 index f5fd8b5..d1e99ff 100644 --- a/lib/libcrypt/crypt.3 +++ b/lib/libcrypt/crypt.3 @@ -228,7 +228,6 @@ file using the .Ql crypt_format property. .Sh RETURN VALUES -.Pp .Fn crypt returns a pointer to the encrypted value on success, and NULL on failure. Note: this is not a standard behaviour, AT&T diff --git a/lib/libfetch/fetch.3 b/lib/libfetch/fetch.3 index 19eb56e..7699a9a 100644 --- a/lib/libfetch/fetch.3 +++ b/lib/libfetch/fetch.3 @@ -120,7 +120,6 @@ .Ft struct url_ent * .Fn fetchListFTP "struct url *u" "const char *flags" .Sh DESCRIPTION -.Pp These functions implement a high-level library for retrieving and uploading files using Uniform Resource Locators (URLs). .Pp diff --git a/lib/libkvm/kvm_getfiles.3 b/lib/libkvm/kvm_getfiles.3 index ec4df46..73272f8 100644 --- a/lib/libkvm/kvm_getfiles.3 +++ b/lib/libkvm/kvm_getfiles.3 @@ -74,7 +74,6 @@ saved. .Sh RETURN VALUES .Fn kvm_getfiles will return NULL on failure. -.Pp .Sh BUGS This routine does not belong in the kvm interface. .Sh SEE ALSO diff --git a/lib/libkvm/kvm_getprocs.3 b/lib/libkvm/kvm_getprocs.3 index c823cf5..89b774b 100644 --- a/lib/libkvm/kvm_getprocs.3 +++ b/lib/libkvm/kvm_getprocs.3 @@ -151,7 +151,6 @@ and all return .Dv NULL on failure. -.Pp .Sh BUGS These routines do not belong in the kvm interface. .Sh SEE ALSO diff --git a/lib/libkvm/kvm_getswapinfo.3 b/lib/libkvm/kvm_getswapinfo.3 index 5e41d3e..0356d90 100644 --- a/lib/libkvm/kvm_getswapinfo.3 +++ b/lib/libkvm/kvm_getswapinfo.3 @@ -71,7 +71,6 @@ chunks (see .Va ksw_flags contains a copy of the swap device flags. -.Pp .Sh CACHING This function caches the nlist values for various kernel variables which it reuses in successive calls. diff --git a/lib/libpthread/man/pthread_cond_broadcast.3 b/lib/libpthread/man/pthread_cond_broadcast.3 index 47d0bb4..5a5f1a8 100644 --- a/lib/libpthread/man/pthread_cond_broadcast.3 +++ b/lib/libpthread/man/pthread_cond_broadcast.3 @@ -58,7 +58,6 @@ The value specified by .Fa cond is invalid. .El -.Pp .Sh SEE ALSO .Xr pthread_cond_destroy 3 , .Xr pthread_cond_init 3 , diff --git a/lib/libpthread/man/pthread_cond_destroy.3 b/lib/libpthread/man/pthread_cond_destroy.3 index 380aa69..fb93c07 100644 --- a/lib/libpthread/man/pthread_cond_destroy.3 +++ b/lib/libpthread/man/pthread_cond_destroy.3 @@ -62,7 +62,6 @@ The variable .Fa cond is locked by another thread. .El -.Pp .Sh SEE ALSO .Xr pthread_cond_broadcast 3 , .Xr pthread_cond_init 3 , diff --git a/lib/libpthread/man/pthread_cond_init.3 b/lib/libpthread/man/pthread_cond_init.3 index 23e9f02..4c7a637 100644 --- a/lib/libpthread/man/pthread_cond_init.3 +++ b/lib/libpthread/man/pthread_cond_init.3 @@ -68,7 +68,6 @@ variable. The system temporarily lacks the resources to create another condition variable. .El -.Pp .Sh SEE ALSO .Xr pthread_cond_broadcast 3 , .Xr pthread_cond_destroy 3 , diff --git a/lib/libpthread/man/pthread_cond_signal.3 b/lib/libpthread/man/pthread_cond_signal.3 index 1583975..540b84c 100644 --- a/lib/libpthread/man/pthread_cond_signal.3 +++ b/lib/libpthread/man/pthread_cond_signal.3 @@ -58,7 +58,6 @@ The value specified by .Fa cond is invalid. .El -.Pp .Sh SEE ALSO .Xr pthread_cond_broadcast 3 , .Xr pthread_cond_destroy 3 , diff --git a/lib/libpthread/man/pthread_cond_timedwait.3 b/lib/libpthread/man/pthread_cond_timedwait.3 index a9f5bf8..1d0fe70 100644 --- a/lib/libpthread/man/pthread_cond_timedwait.3 +++ b/lib/libpthread/man/pthread_cond_timedwait.3 @@ -77,7 +77,6 @@ is invalid. The system time has reached or exceeded the time specified in .Fa abstime . .El -.Pp .Sh SEE ALSO .Xr pthread_cond_broadcast 3 , .Xr pthread_cond_destroy 3 , diff --git a/lib/libpthread/man/pthread_cond_wait.3 b/lib/libpthread/man/pthread_cond_wait.3 index e2d6094..abe44c7 100644 --- a/lib/libpthread/man/pthread_cond_wait.3 +++ b/lib/libpthread/man/pthread_cond_wait.3 @@ -71,7 +71,6 @@ or the value specified by .Fa mutex is invalid. .El -.Pp .Sh SEE ALSO .Xr pthread_cond_broadcast 3 , .Xr pthread_cond_destroy 3 , diff --git a/lib/libpthread/man/pthread_create.3 b/lib/libpthread/man/pthread_create.3 index 66c8038..2dae2a1 100644 --- a/lib/libpthread/man/pthread_create.3 +++ b/lib/libpthread/man/pthread_create.3 @@ -109,7 +109,6 @@ The value specified by .Fa attr is invalid. .El -.Pp .Sh SEE ALSO .Xr fork 2 , .Xr pthread_cleanup_pop 3 , diff --git a/lib/libpthread/man/pthread_detach.3 b/lib/libpthread/man/pthread_detach.3 index 329db62..fed4483 100644 --- a/lib/libpthread/man/pthread_detach.3 +++ b/lib/libpthread/man/pthread_detach.3 @@ -81,7 +81,6 @@ No thread could be found corresponding to that specified by the given thread ID, .Fa thread . .El -.Pp .Sh SEE ALSO .Xr pthread_join 3 .Sh STANDARDS diff --git a/lib/libpthread/man/pthread_equal.3 b/lib/libpthread/man/pthread_equal.3 index def538c..d081110 100644 --- a/lib/libpthread/man/pthread_equal.3 +++ b/lib/libpthread/man/pthread_equal.3 @@ -59,7 +59,6 @@ and correspond to the same thread, otherwise it will return zero. .Sh ERRORS None. -.Pp .Sh SEE ALSO .Xr pthread_create 3 , .Xr pthread_exit 3 diff --git a/lib/libpthread/man/pthread_exit.3 b/lib/libpthread/man/pthread_exit.3 index f245258..a21f6dc 100644 --- a/lib/libpthread/man/pthread_exit.3 +++ b/lib/libpthread/man/pthread_exit.3 @@ -87,14 +87,12 @@ been terminated. The behavior is as if the implementation called .Fn exit with a zero argument at thread termination time. -.Pp .Sh RETURN VALUES The .Fn pthread_exit function cannot return to its caller. .Sh ERRORS None. -.Pp .Sh SEE ALSO .Xr _exit 2 , .Xr exit 3 , diff --git a/lib/libpthread/man/pthread_join.3 b/lib/libpthread/man/pthread_join.3 index 9a41294..3a68895 100644 --- a/lib/libpthread/man/pthread_join.3 +++ b/lib/libpthread/man/pthread_join.3 @@ -72,7 +72,6 @@ is cancelled, then the target thread is not detached. .Pp A thread that has exited but remains unjoined counts against [_POSIX_THREAD_THREADS_MAX]. -.Pp .Sh RETURN VALUES If successful, the .Fn pthread_join @@ -96,7 +95,6 @@ A deadlock was detected or the value of .Fa thread specifies the calling thread. .El -.Pp .Sh SEE ALSO .Xr wait 2 , .Xr pthread_create 3 diff --git a/lib/libpthread/man/pthread_key_create.3 b/lib/libpthread/man/pthread_key_create.3 index 44aecfe..dcafc0c 100644 --- a/lib/libpthread/man/pthread_key_create.3 +++ b/lib/libpthread/man/pthread_key_create.3 @@ -97,7 +97,6 @@ data key, or the system-imposed limit on the total number of keys per process .It Bq Er ENOMEM Insufficient memory exists to create the key. .El -.Pp .Sh SEE ALSO .Xr pthread_getspecific 3 , .Xr pthread_key_delete 3 , diff --git a/lib/libpthread/man/pthread_key_delete.3 b/lib/libpthread/man/pthread_key_delete.3 index 8b1019d..06447e0 100644 --- a/lib/libpthread/man/pthread_key_delete.3 +++ b/lib/libpthread/man/pthread_key_delete.3 @@ -88,7 +88,6 @@ The .Fa key value is invalid. .El -.Pp .Sh SEE ALSO .Xr pthread_getspecific 3 , .Xr pthread_key_create 3 , diff --git a/lib/libpthread/man/pthread_mutex_destroy.3 b/lib/libpthread/man/pthread_mutex_destroy.3 index 4863c90..0bb44d0 100644 --- a/lib/libpthread/man/pthread_mutex_destroy.3 +++ b/lib/libpthread/man/pthread_mutex_destroy.3 @@ -61,7 +61,6 @@ is invalid. .Fa Mutex is locked by another thread. .El -.Pp .Sh SEE ALSO .Xr pthread_mutex_init 3 , .Xr pthread_mutex_lock 3 , diff --git a/lib/libpthread/man/pthread_mutex_init.3 b/lib/libpthread/man/pthread_mutex_init.3 index 0e5f43e..7d25baf 100644 --- a/lib/libpthread/man/pthread_mutex_init.3 +++ b/lib/libpthread/man/pthread_mutex_init.3 @@ -66,7 +66,6 @@ The process cannot allocate enough memory to create another mutex. .It Bq Er EAGAIN The temporarily lacks the resources to create another mutex. .El -.Pp .Sh SEE ALSO .Xr pthread_mutex_destroy 3 , .Xr pthread_mutex_lock 3 , diff --git a/lib/libpthread/man/pthread_mutex_lock.3 b/lib/libpthread/man/pthread_mutex_lock.3 index 1cd462f..82dfaad 100644 --- a/lib/libpthread/man/pthread_mutex_lock.3 +++ b/lib/libpthread/man/pthread_mutex_lock.3 @@ -63,7 +63,6 @@ is invalid. A deadlock would occur if the thread blocked waiting for .Fa mutex . .El -.Pp .Sh SEE ALSO .Xr pthread_mutex_destroy 3 , .Xr pthread_mutex_init 3 , diff --git a/lib/libpthread/man/pthread_mutex_trylock.3 b/lib/libpthread/man/pthread_mutex_trylock.3 index 8dc9802..fa3bdf8 100644 --- a/lib/libpthread/man/pthread_mutex_trylock.3 +++ b/lib/libpthread/man/pthread_mutex_trylock.3 @@ -64,7 +64,6 @@ is invalid. .Fa Mutex is already locked. .El -.Pp .Sh SEE ALSO .Xr pthread_mutex_destroy 3 , .Xr pthread_mutex_init 3 , diff --git a/lib/libpthread/man/pthread_mutex_unlock.3 b/lib/libpthread/man/pthread_mutex_unlock.3 index c72fc3e..e873be9 100644 --- a/lib/libpthread/man/pthread_mutex_unlock.3 +++ b/lib/libpthread/man/pthread_mutex_unlock.3 @@ -63,7 +63,6 @@ is invalid. The current thread does not hold a lock on .Fa mutex . .El -.Pp .Sh SEE ALSO .Xr pthread_mutex_destroy 3 , .Xr pthread_mutex_init 3 , diff --git a/lib/libpthread/man/pthread_once.3 b/lib/libpthread/man/pthread_once.3 index 48a4279..f3621d9 100644 --- a/lib/libpthread/man/pthread_once.3 +++ b/lib/libpthread/man/pthread_once.3 @@ -91,7 +91,6 @@ is undefined if .Fa once_control has automatic storage duration or is not initialized by .Fa PTHREAD_ONCE_INIT . -.Pp .Sh RETURN VALUES If successful, the .Fn pthread_once @@ -100,7 +99,6 @@ Otherwise an error number will be returned to indicate the error. .Sh ERRORS None. -.Pp .Sh STANDARDS .Fn pthread_once conforms to diff --git a/lib/libpthread/man/pthread_self.3 b/lib/libpthread/man/pthread_self.3 index c7a8dc3..9723b5e 100644 --- a/lib/libpthread/man/pthread_self.3 +++ b/lib/libpthread/man/pthread_self.3 @@ -52,7 +52,6 @@ The function returns the thread ID of the calling thread. .Sh ERRORS None. -.Pp .Sh SEE ALSO .Xr pthread_create 3 , .Xr pthread_equal 3 diff --git a/lib/libpthread/man/pthread_setspecific.3 b/lib/libpthread/man/pthread_setspecific.3 index d211c94..698c3ca 100644 --- a/lib/libpthread/man/pthread_setspecific.3 +++ b/lib/libpthread/man/pthread_setspecific.3 @@ -85,7 +85,6 @@ The .Fa key value is invalid. .El -.Pp .Sh SEE ALSO .Xr pthread_getspecific 3 , .Xr pthread_key_create 3 , diff --git a/lib/libstand/libstand.3 b/lib/libstand/libstand.3 index bcf14fc..626cf71 100644 --- a/lib/libstand/libstand.3 +++ b/lib/libstand/libstand.3 @@ -607,7 +607,6 @@ Devices are exported by the supporting code via the array .Vt struct devsw *devsw[] which is a NULL terminated array of pointers to device switch structures. .Sh BUGS -.Pp The lack of detailed memory usage data is unhelpful. .Sh HISTORY .Nm diff --git a/lib/libutil/login.conf.5 b/lib/libutil/login.conf.5 index 1bc6d15..3d3df0f 100644 --- a/lib/libutil/login.conf.5 +++ b/lib/libutil/login.conf.5 @@ -148,7 +148,6 @@ For example, 2 hours and 40 minutes may be written either as The usual convention to interpolate capability entries using the special .Em tc=value notation may be used. -.Pp .Sh RESOURCE LIMITS .Bl -column coredumpsize indent indent .It Sy "Name Type Notes Description @@ -171,7 +170,6 @@ The current (soft) limit is the one normally used, although the user is permitted to increase the current limit to the maximum (hard) limit. The maximum and current limits may be specified individually by appending a -max or -cur to the capability name. -.Pp .Sh ENVIRONMENT .Bl -column ignorenologin indent xbinxxusrxbin .It Sy "Name Type Notes Description @@ -199,7 +197,6 @@ from other means. ensure octal interpretation. .It "welcome file /etc/motd File containing welcome message. .El -.Pp .Sh AUTHENTICATION .Bl -column minpasswordlen indent indent .It Sy "Name Type Notes Description diff --git a/lib/libutil/property.3 b/lib/libutil/property.3 index 449ded5..174665c 100644 --- a/lib/libutil/property.3 +++ b/lib/libutil/property.3 @@ -74,7 +74,6 @@ bytes in length. is used to free the structure returned by .Fn properties_read when it is no longer needed. -.Pp .Sh FILE FORMAT Each property in the file is assumed to have the format of .Fa name = value |