diff options
author | 2000-04-12 21:47:47 +0000 | |
---|---|---|
committer | 2000-04-12 21:47:47 +0000 | |
commit | a1d216a38a1c1425b6e41ebc3e643da650bd77d0 (patch) | |
tree | dbc7126b9223660e4f5cea6f70dbc19118a8930b /lib | |
parent | bump ipf version (3.3.12a) to go with last commit (diff) | |
download | wireguard-openbsd-a1d216a38a1c1425b6e41ebc3e643da650bd77d0.tar.xz wireguard-openbsd-a1d216a38a1c1425b6e41ebc3e643da650bd77d0.zip |
Trailing whitespace begone!
Diffstat (limited to 'lib')
42 files changed, 147 insertions, 147 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index e2ea3c19cae..b84fae29f33 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.40 2000/01/21 02:25:25 angelos Exp $ +.\" $OpenBSD: sysctl.3,v 1.41 2000/04/12 21:48:01 aaron Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -651,12 +651,12 @@ or as a result of dynamic entries. Supported values are des, 3des, blowfish, cast128, and skipjack. If set to any other value, it is left to the key management daemons to -select an encryption algorithm for the security association. +select an encryption algorithm for the security association. The default value is 3des. .It Li ip.ipsec-auth-alg This is the default authentication algorithm the kernel will instruct key management daemons to negotiate when establishing security -associations on behalf of the kernel. +associations on behalf of the kernel. Such security associations can occur as a result of a process having requested some security level through .Xr setsockopt 3 , @@ -665,7 +665,7 @@ or as a result of dynamic entries. Supported values are hmac-md5, hmac-sha1, and hmac-ripemd160. If set to any other value, it is left to the key management daemons to -select an authentiction algorithm for the security association. +select an authentiction algorithm for the security association. The default value is hmac-sha1. .It Li ipip.allow If set to 0, incoming IP-in-IP packets will not be processed. @@ -704,8 +704,8 @@ socket is filled in with the euid and ruid of the process that owns the socket. If no such socket exists then the euid and ruid values are both set to -1. .It Li tcp.keepidle -If the socket option -.Pa SO_KEEPALIVE +If the socket option +.Pa SO_KEEPALIVE has been set, time a connection needs to be idle before keepalives are sent. See also tcp.slowhz. .It Li tcp.keepintvl diff --git a/lib/libc/net/getifaddrs.3 b/lib/libc/net/getifaddrs.3 index 09088f482dc..817128f174e 100644 --- a/lib/libc/net/getifaddrs.3 +++ b/lib/libc/net/getifaddrs.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getifaddrs.3,v 1.3 2000/02/23 17:04:32 aaron Exp $ +.\" $OpenBSD: getifaddrs.3,v 1.4 2000/04/12 21:48:01 aaron Exp $ .\" BSDI getifaddrs.3,v 2.5 2000/02/23 14:51:59 dab Exp .\" .\" Copyright (c) 1995, 1999 @@ -76,7 +76,7 @@ address of the interface, if one exists, otherwise it is (The .Fa sa_family field of the -.Fa ifa_addr +.Fa ifa_addr field should be consulted to determine the format of the .Fa ifa_addr address.) @@ -96,7 +96,7 @@ References the destination address on a P2P interface, if one exists, otherwise it is .Dv NULL . .It Fa ifa_data -References address family specific data. For +References address family specific data. For .Dv AF_LINK addresses it contains a pointer to the .Li struct if_data diff --git a/lib/libc/net/inet6_option_space.3 b/lib/libc/net/inet6_option_space.3 index b053981fa9f..8943b9a3b14 100644 --- a/lib/libc/net/inet6_option_space.3 +++ b/lib/libc/net/inet6_option_space.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: inet6_option_space.3,v 1.3 2000/03/28 22:44:26 deraadt Exp $ +.\" $OpenBSD: inet6_option_space.3,v 1.4 2000/04/12 21:48:01 aaron Exp $ .\" .\" Copyright (c) 1983, 1987, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -331,7 +331,7 @@ called for a given ancillary data object, .Fa *tptrp must be set to .Dv NULL . -.Pp +.Pp Each time this function returns success, .Fa *tptrp points to the 8-bit @@ -416,7 +416,7 @@ return .Li -1 setting .Fa *tptrp -to non +to non .Dv NULL value. .\" diff --git a/lib/libc/stdio/fopen.3 b/lib/libc/stdio/fopen.3 index c04c6305b04..4b060145164 100644 --- a/lib/libc/stdio/fopen.3 +++ b/lib/libc/stdio/fopen.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fopen.3,v 1.7 1999/09/28 22:17:51 espie Exp $ +.\" $OpenBSD: fopen.3,v 1.8 2000/04/12 21:48:01 aaron Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -126,7 +126,7 @@ function associates a stream with the existing file descriptor The .Fa mode of the stream must be compatible with the mode of the file descriptor. -If +If .Fn fdopen fails, the file descriptor .Fa fildes @@ -140,8 +140,8 @@ opens the file whose name is the string pointed to by and associates the stream pointed to by .Fa stream with it. -The original stream (if it exists) is always closed, even if -.Fn freopen +The original stream (if it exists) is always closed, even if +.Fn freopen fails. The .Fa mode @@ -241,11 +241,11 @@ conforms to .St -p1003.1-88 . .Sh CAVEATS Proper code using -.Fn fdopen +.Fn fdopen with error checking should .Xr close 2 .Fa fildes -in case of failure, and +in case of failure, and .Xr fclose 3 the resulting FILE * in case of success. .Bd -literal diff --git a/lib/libc/sys/read.2 b/lib/libc/sys/read.2 index c39fcf005c8..72d7fc46f38 100644 --- a/lib/libc/sys/read.2 +++ b/lib/libc/sys/read.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: read.2,v 1.14 1999/09/26 16:05:01 espie Exp $ +.\" $OpenBSD: read.2,v 1.15 2000/04/12 21:48:02 aaron Exp $ .\" $NetBSD: read.2,v 1.6 1995/02/27 12:35:47 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -200,12 +200,12 @@ Code such as while ((nr = read(fd, buf, sizeof buf)) > 0) .Ed .Pp -is not maximally portable, as some platforms allow for +is not maximally portable, as some platforms allow for .Va nbytes to range between -.Dv SSIZE_MAX +.Dv SSIZE_MAX and -.Dv SIZE_MAX +.Dv SIZE_MAX \- 2, in which case the return value of an error-free .Fn read may appear as a negative number distinct from \-1. diff --git a/lib/libc/sys/socket.2 b/lib/libc/sys/socket.2 index f63fb31b685..c849948e835 100644 --- a/lib/libc/sys/socket.2 +++ b/lib/libc/sys/socket.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: socket.2,v 1.14 2000/03/14 21:31:40 aaron Exp $ +.\" $OpenBSD: socket.2,v 1.15 2000/04/12 21:48:02 aaron Exp $ .\" $NetBSD: socket.2,v 1.5 1995/02/27 12:37:53 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -62,7 +62,7 @@ The currently understood formats are AF_UNIX (UNIX internal protocols), AF_INET (ARPA Internet protocols), AF_ISO (ISO protocols), -AF_NS (Xerox Network Systems protocols), +AF_NS (Xerox Network Systems protocols), AF_IPX (Internetwork Packet Exchange), and AF_IMPLINK (IMP \*(lqhost at IMP\*(rq link layer). .Ed diff --git a/lib/libc/sys/write.2 b/lib/libc/sys/write.2 index 12b9f1d2319..c016f72b654 100644 --- a/lib/libc/sys/write.2 +++ b/lib/libc/sys/write.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: write.2,v 1.17 1999/11/14 04:18:03 deraadt Exp $ +.\" $OpenBSD: write.2,v 1.18 2000/04/12 21:48:02 aaron Exp $ .\" $NetBSD: write.2,v 1.6 1995/02/27 12:39:43 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -228,12 +228,12 @@ Code such as while ((nr = write(fd, buf, sizeof buf)) > 0) .Ed .Pp -is not maximally portable, as some platforms allow for +is not maximally portable, as some platforms allow for .Va nbytes to range between -.Dv SSIZE_MAX +.Dv SSIZE_MAX and -.Dv SIZE_MAX +.Dv SIZE_MAX \- 2, in which case the return value of an error-free .Fn write may appear as a negative number distinct from \-1. diff --git a/lib/libc_r/man/pthread_attr_init.3 b/lib/libc_r/man/pthread_attr_init.3 index 12be2137e69..742012783a4 100644 --- a/lib/libc_r/man/pthread_attr_init.3 +++ b/lib/libc_r/man/pthread_attr_init.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_attr_init.3,v 1.1 2000/01/06 06:15:29 d Exp $ +.\" $OpenBSD: pthread_attr_init.3,v 1.2 2000/04/12 21:48:02 aaron Exp $ .\" Manual page derived from TOG's UNIX98 documentation. .Dd January 6, 2000 .Dt PTHREAD_ATTR_INIT 3 @@ -17,7 +17,7 @@ The function .Fn pthread_attr_init initialises a thread attributes -object +object .Fa attr with the default value for all of the individual attributes used by a given implementation. @@ -34,13 +34,13 @@ The function is used to destroy a thread attributes object. An implementation may cause .Fn pthread_attr_destroy -to set +to set .Fa attr to an implementation-dependent invalid value. The behaviour of using the attribute after it has been destroyed is undefined. .Sh RETURN VALUE -Upon successful completion, +Upon successful completion, .Fn pthread_attr_init and .Fn pthread_attr_destroy diff --git a/lib/libc_r/man/pthread_attr_setdetachstate.3 b/lib/libc_r/man/pthread_attr_setdetachstate.3 index 0f9513f9e88..ad0a12d3814 100644 --- a/lib/libc_r/man/pthread_attr_setdetachstate.3 +++ b/lib/libc_r/man/pthread_attr_setdetachstate.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_attr_setdetachstate.3,v 1.1 2000/01/06 06:15:29 d Exp $ +.\" $OpenBSD: pthread_attr_setdetachstate.3,v 1.2 2000/04/12 21:48:02 aaron Exp $ .\" Manual page derived from TOG's UNIX98 documentation. .Dd January 6, 2000 .Dt PTHREAD_ATTR_SETDETACHSTATE 3 @@ -18,7 +18,7 @@ The .Va detachstate attribute controls whether the thread is created in a detached state. If the thread is created detached, then use of -the ID of the newly created thread by the +the ID of the newly created thread by the .Xr pthread_detach 3 or .Xr pthread_join 3 @@ -46,7 +46,7 @@ causes all threads created with .Fa attr to be in the detached state, whereas -using a value of +using a value of .Dv PTHREAD_CREATE_JOINABLE causes all threads created with @@ -66,9 +66,9 @@ error number is returned to indicate the error. .Pp The .Fn pthread_attr_getdetachstate -function stores the value of the +function stores the value of the .Va detachstate -attribute in +attribute in .Fa detachstate if successful. .Sh ERRORS diff --git a/lib/libc_r/man/pthread_attr_setstackaddr.3 b/lib/libc_r/man/pthread_attr_setstackaddr.3 index 1ca3f85ddd2..03bed1a9a89 100644 --- a/lib/libc_r/man/pthread_attr_setstackaddr.3 +++ b/lib/libc_r/man/pthread_attr_setstackaddr.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_attr_setstackaddr.3,v 1.1 2000/01/06 06:15:29 d Exp $ +.\" $OpenBSD: pthread_attr_setstackaddr.3,v 1.2 2000/04/12 21:48:02 aaron Exp $ .\" Manual page derived from TOG's UNIX98 documentation. .Dd January 6, 2000 .Dt PTHREAD_ATTR_SETSTACKADDR 3 @@ -14,14 +14,14 @@ .Ft int .Fn pthread_attr_getstackaddr "pthread_attr_t *attr" "void **stackaddr" .Sh DESCRIPTION -The functions +The functions .Fn pthread_attr_setstackaddr and .Fn pthread_attr_getstackaddr , respectively, set and get the thread creation -.Va stackaddr -attribute in the +.Va stackaddr +attribute in the .Fa attr object. .Pp @@ -32,7 +32,7 @@ used for the created thread's stack. The size of the storage is at least .Dv PTHREAD_STACK_MIN. .Sh RETURN VALUE -Upon successful completion, +Upon successful completion, .Fn pthread_attr_setstackaddr and .Fn pthread_attr_getstackaddr diff --git a/lib/libc_r/man/pthread_attr_setstacksize.3 b/lib/libc_r/man/pthread_attr_setstacksize.3 index bc3eff8d438..f5c0b343af1 100644 --- a/lib/libc_r/man/pthread_attr_setstacksize.3 +++ b/lib/libc_r/man/pthread_attr_setstacksize.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_attr_setstacksize.3,v 1.1 2000/01/06 06:15:30 d Exp $ +.\" $OpenBSD: pthread_attr_setstacksize.3,v 1.2 2000/04/12 21:48:02 aaron Exp $ .\" Manual page derived from TOG's UNIX98 documentation. .Dd January 6, 2000 .Dt PTHREAD_ATTR_SETSTACKSIZE 3 @@ -14,14 +14,14 @@ .Ft int .Fn pthread_attr_getstacksize "pthread_attr_t *attr" "size_t *stacksize" .Sh DESCRIPTION -The functions +The functions .Fn pthread_attr_setstacksize and .Fn pthread_attr_getstacksize , respectively, set and get the thread creation -.Va stacksize -attribute in the +.Va stacksize +attribute in the .Fa attr object. .Pp @@ -30,7 +30,7 @@ The attribute defines the minimum stack size (in bytes) allocated for the created threads stack. .Sh RETURN VALUE -Upon successful completion, +Upon successful completion, .Fn pthread_attr_setstacksize and .Fn pthread_attr_getstacksize diff --git a/lib/libc_r/man/pthread_rwlock_init.3 b/lib/libc_r/man/pthread_rwlock_init.3 index 617897c338f..87ca307fee6 100644 --- a/lib/libc_r/man/pthread_rwlock_init.3 +++ b/lib/libc_r/man/pthread_rwlock_init.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_rwlock_init.3,v 1.3 1999/11/24 05:35:32 d Exp $ +.\" $OpenBSD: pthread_rwlock_init.3,v 1.4 2000/04/12 21:48:02 aaron Exp $ .\" Copyright (c) 1998 Alex Nash .\" All rights reserved. .\" @@ -95,7 +95,7 @@ is invalid. The .Fn pthread_rwlock_init function first appeared in -.Fx 3.0 +.Fx 3.0 and .Ox 2.5 . .Sh BUGS diff --git a/lib/libc_r/man/pthread_rwlock_rdlock.3 b/lib/libc_r/man/pthread_rwlock_rdlock.3 index eca23295ce0..56188fb9b91 100644 --- a/lib/libc_r/man/pthread_rwlock_rdlock.3 +++ b/lib/libc_r/man/pthread_rwlock_rdlock.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_rwlock_rdlock.3,v 1.4 2000/03/14 21:31:40 aaron Exp $ +.\" $OpenBSD: pthread_rwlock_rdlock.3,v 1.5 2000/04/12 21:48:02 aaron Exp $ .\" Copyright (c) 1998 Alex Nash .\" All rights reserved. .\" @@ -120,6 +120,6 @@ statically initialized locks only). The .Fn pthread_rwlock_rdlock function first appeared in -.Fx 3.0 +.Fx 3.0 and .Ox 2.5 . diff --git a/lib/libc_r/man/pthread_rwlock_unlock.3 b/lib/libc_r/man/pthread_rwlock_unlock.3 index 1fc67cb10a4..797df36091b 100644 --- a/lib/libc_r/man/pthread_rwlock_unlock.3 +++ b/lib/libc_r/man/pthread_rwlock_unlock.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_rwlock_unlock.3,v 1.3 1999/11/24 05:35:33 d Exp $ +.\" $OpenBSD: pthread_rwlock_unlock.3,v 1.4 2000/04/12 21:48:02 aaron Exp $ .\" Copyright (c) 1998 Alex Nash .\" All rights reserved. .\" @@ -77,6 +77,6 @@ The current thread does not own the read/write lock. The .Fn pthread_rwlock_unlock function first appeared in -.Fx 3.0 +.Fx 3.0 and .Ox 2.5 . diff --git a/lib/libc_r/man/pthread_rwlock_wrlock.3 b/lib/libc_r/man/pthread_rwlock_wrlock.3 index e3a7ec0df60..31ce3902bc9 100644 --- a/lib/libc_r/man/pthread_rwlock_wrlock.3 +++ b/lib/libc_r/man/pthread_rwlock_wrlock.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_rwlock_wrlock.3,v 1.3 1999/11/24 05:35:33 d Exp $ +.\" $OpenBSD: pthread_rwlock_wrlock.3,v 1.4 2000/04/12 21:48:02 aaron Exp $ .\" Copyright (c) 1998 Alex Nash .\" All rights reserved. .\" @@ -100,6 +100,6 @@ statically initialized locks only). The .Fn pthread_rwlock_wrlock function first appeared in -.Fx 3.0 +.Fx 3.0 and .Ox 2.5 . diff --git a/lib/libc_r/man/pthread_rwlockattr_destroy.3 b/lib/libc_r/man/pthread_rwlockattr_destroy.3 index a77f3592d53..90d99791832 100644 --- a/lib/libc_r/man/pthread_rwlockattr_destroy.3 +++ b/lib/libc_r/man/pthread_rwlockattr_destroy.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_rwlockattr_destroy.3,v 1.5 1999/11/24 05:35:33 d Exp $ +.\" $OpenBSD: pthread_rwlockattr_destroy.3,v 1.6 2000/04/12 21:48:02 aaron Exp $ .\" Copyright (c) 1998 Alex Nash .\" All rights reserved. .\" @@ -66,6 +66,6 @@ is invalid. The .Fn pthread_rwlockattr_destroy function first appeared in -.Fx 3.0 +.Fx 3.0 and .Ox 2.5 . diff --git a/lib/libc_r/man/pthread_rwlockattr_getpshared.3 b/lib/libc_r/man/pthread_rwlockattr_getpshared.3 index 6003fec5368..e4398ad892d 100644 --- a/lib/libc_r/man/pthread_rwlockattr_getpshared.3 +++ b/lib/libc_r/man/pthread_rwlockattr_getpshared.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_rwlockattr_getpshared.3,v 1.5 1999/11/24 05:35:33 d Exp $ +.\" $OpenBSD: pthread_rwlockattr_getpshared.3,v 1.6 2000/04/12 21:48:03 aaron Exp $ .\" Copyright (c) 1998 Alex Nash .\" All rights reserved. .\" @@ -78,6 +78,6 @@ is invalid. The .Fn pthread_rwlockattr_getpshared function first appeared in -.Fx 3.0 +.Fx 3.0 and .Ox 2.5 . diff --git a/lib/libc_r/man/pthread_rwlockattr_init.3 b/lib/libc_r/man/pthread_rwlockattr_init.3 index b7132f9ca0c..a9e13090d08 100644 --- a/lib/libc_r/man/pthread_rwlockattr_init.3 +++ b/lib/libc_r/man/pthread_rwlockattr_init.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_rwlockattr_init.3,v 1.4 1999/11/24 05:35:33 d Exp $ +.\" $OpenBSD: pthread_rwlockattr_init.3,v 1.5 2000/04/12 21:48:03 aaron Exp $ .\" Copyright (c) 1998 Alex Nash .\" All rights reserved. .\" @@ -65,6 +65,6 @@ Insufficient memory exists to initialize the attribute object. The .Fn pthread_rwlockattr_init function first appeared in -.Fx 3.0 +.Fx 3.0 and .Ox 2.5 . diff --git a/lib/libc_r/man/pthread_rwlockattr_setpshared.3 b/lib/libc_r/man/pthread_rwlockattr_setpshared.3 index b4dbc67d6f3..d44cdcdfbc6 100644 --- a/lib/libc_r/man/pthread_rwlockattr_setpshared.3 +++ b/lib/libc_r/man/pthread_rwlockattr_setpshared.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_rwlockattr_setpshared.3,v 1.4 1999/12/24 00:15:08 alex Exp $ +.\" $OpenBSD: pthread_rwlockattr_setpshared.3,v 1.5 2000/04/12 21:48:03 aaron Exp $ .\" Copyright (c) 1998 Alex Nash .\" All rights reserved. .\" @@ -82,7 +82,7 @@ is invalid. The .Fn pthread_rwlockattr_setpshared function first appeared in -.Fx 3.0 +.Fx 3.0 and .Ox 2.5 . .Sh BUGS diff --git a/lib/libc_r/man/pthread_set_name_np.3 b/lib/libc_r/man/pthread_set_name_np.3 index 2fe43de7214..8079a230c5c 100644 --- a/lib/libc_r/man/pthread_set_name_np.3 +++ b/lib/libc_r/man/pthread_set_name_np.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_set_name_np.3,v 1.1 2000/01/06 07:07:23 d Exp $ +.\" $OpenBSD: pthread_set_name_np.3,v 1.2 2000/04/12 21:48:03 aaron Exp $ .\" David Leonard <d@openbsd.org>, 1999. Public domain. .Dd December 19, 1999 .Dt PTHREAD_SET_NAME_NP 3 @@ -9,7 +9,7 @@ .Sh SYNOPSIS .Fd #include <pthread.h> .Fd #include <pthread_np.h> -.Ft void +.Ft void .Fn pthread_set_name_np "pthread_t thread" "char *name" .Sh DESCRIPTION The diff --git a/lib/libc_r/man/pthreads.3 b/lib/libc_r/man/pthreads.3 index 4e4b1c6822a..b925cb9fcf6 100644 --- a/lib/libc_r/man/pthreads.3 +++ b/lib/libc_r/man/pthreads.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthreads.3,v 1.8 2000/03/14 21:31:40 aaron Exp $ +.\" $OpenBSD: pthreads.3,v 1.9 2000/04/12 21:48:03 aaron Exp $ .\" David Leonard <d@openbsd.org>, 1998. Public domain. .Dd August 17, 1998 .Dt PTHREADS 3 @@ -24,10 +24,10 @@ The .Dv SIGINFO signal can be sent to a threaded process to have the library show the state of all of its threads. The information is sent to the process' -controlling tty and descrbes each thread's -ID, +controlling tty and descrbes each thread's +ID, state (see -.Sx Thread states ) , +.Sx Thread states ) , current priority, flags (see .Sx Thread flags ) @@ -153,12 +153,12 @@ the process terminates with an exit code of zero. Each thread has (or should have) a different stack, whether it be provided by a user attribute, or provided automatically by the system. If a thread overflows its stack, unpredictable results may occur. -System-allocated stacks (including that of the initial thread) +System-allocated stacks (including that of the initial thread) are typically allocated in such a way that a .Dv SIGSEGV signal is deliverred to the process when a stack overflows. .Pp -Signals handlers are normally run on the stack of the currently executing +Signals handlers are normally run on the stack of the currently executing thread. Hence, if you want to handle the .Dv SIGSEGV diff --git a/lib/libform/form_field_buffer.3 b/lib/libform/form_field_buffer.3 index 90ecf1f1963..d3577eaac54 100644 --- a/lib/libform/form_field_buffer.3 +++ b/lib/libform/form_field_buffer.3 @@ -1,5 +1,5 @@ '\" t -.\" $OpenBSD: form_field_buffer.3,v 1.10 1999/06/27 08:16:02 millert Exp $ +.\" $OpenBSD: form_field_buffer.3,v 1.11 2000/04/12 21:48:03 aaron Exp $ .\" .\"*************************************************************************** .\" Copyright (c) 1998 Free Software Foundation, Inc. * @@ -52,7 +52,7 @@ to contain a given string. Buffer 0 is the displayed value of the field; other numbered buffers may be allocated by applications through the \fBnbuf\fR argument of (see \fBform_field_new\fR(3)) but are not manipulated by the forms library. The function \fBfield_buffer\fR returns the address of the buffer. -Please note that this buffer has always the length of the buffer, that means +Please note that this buffer has always the length of the buffer, that means that it may typically contain trailing spaces. If you entered leading spaces the buffer may also contain them. If you want the raw data, you must write your own routine that copies the value out of the buffer and removes the leading diff --git a/lib/libkeynote/keynote.1 b/lib/libkeynote/keynote.1 index 117b639d873..d7f660e7e43 100644 --- a/lib/libkeynote/keynote.1 +++ b/lib/libkeynote/keynote.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: keynote.1,v 1.14 1999/12/02 01:27:16 aaron Exp $ +.\" $OpenBSD: keynote.1,v 1.15 2000/04/12 21:48:03 aaron Exp $ .\" .\" The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) .\" @@ -6,7 +6,7 @@ .\" in April-May 1998 .\" .\" Copyright (C) 1998, 1999 by Angelos D. Keromytis. -.\" +.\" .\" Permission to use, copy, and modify this software without fee .\" is hereby granted, provided that this entire notice is included in .\" all copies of any software which is or includes a copy or @@ -250,10 +250,10 @@ flags should be given per invocation. If no flags are given, .Xr keynote 4 , .Xr keynote 5 .Bl -tag -width "AAAAAAA" -.It ``The KeyNote Trust-Management System, Version 2'' +.It ``The KeyNote Trust-Management System, Version 2'' M. Blaze, J. Feigenbaum, A. D. Keromytis, Internet Drafts, RFC 2704. -.It ``Decentralized Trust Management'' +.It ``Decentralized Trust Management'' M. Blaze, J. Feigenbaum, J. Lacy, 1996 IEEE Conference on Privacy and Security .It ``Compliance-Checking in the PolicyMaker Trust Management System'' diff --git a/lib/libkeynote/keynote.3 b/lib/libkeynote/keynote.3 index 2a4947c3b0c..6d1587be44e 100644 --- a/lib/libkeynote/keynote.3 +++ b/lib/libkeynote/keynote.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: keynote.3,v 1.20 2000/03/06 21:47:27 aaron Exp $ +.\" $OpenBSD: keynote.3,v 1.21 2000/04/12 21:48:03 aaron Exp $ .\" .\" The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) .\" @@ -6,7 +6,7 @@ .\" in April-May 1998 .\" .\" Copyright (C) 1998, 1999 by Angelos D. Keromytis. -.\" +.\" .\" Permission to use, copy, and modify this software without fee .\" is hereby granted, provided that this entire notice is included in .\" all copies of any software which is or includes a copy or @@ -121,7 +121,7 @@ see RFC 2704. .Va keynote_errno contains an error code if some library call failed. Failed calls return \-1 (if their return value is integer), or -.Dv NULL +.Dv NULL (if their return value is a pointer) and set .Va keynote_errno . The defined error codes are: @@ -171,7 +171,7 @@ session, and performs any necessary initializations. On success, this function returns the new session ID, which is used by all subsequent calls with a .Fa sessid -argument. +argument. On failure, it returns \-1 and sets .Va keynote_errno to @@ -490,7 +490,7 @@ in session It also sets the .Fa algorithm argument to the algorithm of the authorizer key. -On failure, +On failure, .Fn kn_get_authorizer returns .Dv NULL , @@ -506,8 +506,8 @@ in session .Fa sessid . The keys are returned in a linked list of .Fa struct keynote_keylist -structures. -On failure, +structures. +On failure, .Fn kn_get_licensees returns .Dv NULL . @@ -832,10 +832,10 @@ algorithm was not supported. .Xr keynote 4 , .Xr keynote 5 .Bl -tag -width "AAAAAAA" -.It ``The KeyNote Trust-Management System, Version 2'' +.It ``The KeyNote Trust-Management System, Version 2'' M. Blaze, J. Feigenbaum, A. D. Keromytis, Internet Drafts, RFC 2704. -.It ``Decentralized Trust Management'' +.It ``Decentralized Trust Management'' M. Blaze, J. Feigenbaum, J. Lacy, 1996 IEEE Conference on Privacy and Security .It ``Compliance-Checking in the PolicyMaker Trust Management System'' diff --git a/lib/libkeynote/keynote.4 b/lib/libkeynote/keynote.4 index 02aff7c6fd1..b92547452cc 100644 --- a/lib/libkeynote/keynote.4 +++ b/lib/libkeynote/keynote.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: keynote.4,v 1.14 2000/01/10 08:17:03 deraadt Exp $ +.\" $OpenBSD: keynote.4,v 1.15 2000/04/12 21:48:03 aaron Exp $ .\" .\" The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) .\" @@ -6,7 +6,7 @@ .\" in April-May 1998 .\" .\" Copyright (C) 1998, 1999 by Angelos D. Keromytis. -.\" +.\" .\" Permission to use, copy, and modify this software without fee .\" is hereby granted, provided that this entire notice is included in .\" all copies of any software which is or includes a copy or @@ -714,10 +714,10 @@ However, the following return "Reject" (_MIN_TRUST): .Xr keynote 3 , .Xr keynote 5 .Bl -tag -width "AAAAAAA" -.It ``The KeyNote Trust-Management System, Version 2'' +.It ``The KeyNote Trust-Management System, Version 2'' M. Blaze, J. Feigenbaum, A. D. Keromytis, Internet Drafts, RFC 2704. -.It ``Decentralized Trust Management'' +.It ``Decentralized Trust Management'' M. Blaze, J. Feigenbaum, J. Lacy, 1996 IEEE Conference on Privacy and Security .It ``Compliance-Checking in the PolicyMaker Trust Management System'' diff --git a/lib/libkeynote/keynote.5 b/lib/libkeynote/keynote.5 index 424019d6c15..ad9bfa8605b 100644 --- a/lib/libkeynote/keynote.5 +++ b/lib/libkeynote/keynote.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: keynote.5,v 1.2 1999/10/11 04:39:01 angelos Exp $ +.\" $OpenBSD: keynote.5,v 1.3 2000/04/12 21:48:04 aaron Exp $ .\" .\" The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) .\" @@ -6,7 +6,7 @@ .\" in April-May 1998 .\" .\" Copyright (C) 1998, 1999 by Angelos D. Keromytis. -.\" +.\" .\" Permission to use, copy, and modify this software without fee .\" is hereby granted, provided that this entire notice is included in .\" all copies of any software which is or includes a copy or @@ -550,10 +550,10 @@ the interest of readability. .Xr keynote 3 , .Xr keynote 4 .Bl -tag -width "AAAAAAA" -.It ``The KeyNote Trust-Management System, Version 2'' +.It ``The KeyNote Trust-Management System, Version 2'' M. Blaze, J. Feigenbaum, A. D. Keromytis, Internet Drafts, RFC 2704. -.It ``Decentralized Trust Management'' +.It ``Decentralized Trust Management'' M. Blaze, J. Feigenbaum, J. Lacy, 1996 IEEE Conference on Privacy and Security .It ``Compliance-Checking in the PolicyMaker Trust Management System'' diff --git a/lib/libm/man/math.3 b/lib/libm/man/math.3 index c252b496a77..a8d958a1e3f 100644 --- a/lib/libm/man/math.3 +++ b/lib/libm/man/math.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: math.3,v 1.8 2000/03/02 00:29:50 todd Exp $ +.\" $OpenBSD: math.3,v 1.9 2000/04/12 21:48:04 aaron Exp $ .\" Copyright (c) 1985 Regents of the University of California. .\" All rights reserved. .\" @@ -380,7 +380,7 @@ correctly through multiplication and division, and .If (finite)/\(+- \0=\0\(+-0 (nonzero)/0 = .If \(+- . -But +But .if n \ Infinity\-Infinity, Infinity\(**0 and Infinity/Infinity .if t \ diff --git a/lib/libpthread/man/pthread_attr_init.3 b/lib/libpthread/man/pthread_attr_init.3 index 12be2137e69..742012783a4 100644 --- a/lib/libpthread/man/pthread_attr_init.3 +++ b/lib/libpthread/man/pthread_attr_init.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_attr_init.3,v 1.1 2000/01/06 06:15:29 d Exp $ +.\" $OpenBSD: pthread_attr_init.3,v 1.2 2000/04/12 21:48:02 aaron Exp $ .\" Manual page derived from TOG's UNIX98 documentation. .Dd January 6, 2000 .Dt PTHREAD_ATTR_INIT 3 @@ -17,7 +17,7 @@ The function .Fn pthread_attr_init initialises a thread attributes -object +object .Fa attr with the default value for all of the individual attributes used by a given implementation. @@ -34,13 +34,13 @@ The function is used to destroy a thread attributes object. An implementation may cause .Fn pthread_attr_destroy -to set +to set .Fa attr to an implementation-dependent invalid value. The behaviour of using the attribute after it has been destroyed is undefined. .Sh RETURN VALUE -Upon successful completion, +Upon successful completion, .Fn pthread_attr_init and .Fn pthread_attr_destroy diff --git a/lib/libpthread/man/pthread_attr_setdetachstate.3 b/lib/libpthread/man/pthread_attr_setdetachstate.3 index 0f9513f9e88..ad0a12d3814 100644 --- a/lib/libpthread/man/pthread_attr_setdetachstate.3 +++ b/lib/libpthread/man/pthread_attr_setdetachstate.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_attr_setdetachstate.3,v 1.1 2000/01/06 06:15:29 d Exp $ +.\" $OpenBSD: pthread_attr_setdetachstate.3,v 1.2 2000/04/12 21:48:02 aaron Exp $ .\" Manual page derived from TOG's UNIX98 documentation. .Dd January 6, 2000 .Dt PTHREAD_ATTR_SETDETACHSTATE 3 @@ -18,7 +18,7 @@ The .Va detachstate attribute controls whether the thread is created in a detached state. If the thread is created detached, then use of -the ID of the newly created thread by the +the ID of the newly created thread by the .Xr pthread_detach 3 or .Xr pthread_join 3 @@ -46,7 +46,7 @@ causes all threads created with .Fa attr to be in the detached state, whereas -using a value of +using a value of .Dv PTHREAD_CREATE_JOINABLE causes all threads created with @@ -66,9 +66,9 @@ error number is returned to indicate the error. .Pp The .Fn pthread_attr_getdetachstate -function stores the value of the +function stores the value of the .Va detachstate -attribute in +attribute in .Fa detachstate if successful. .Sh ERRORS diff --git a/lib/libpthread/man/pthread_attr_setstackaddr.3 b/lib/libpthread/man/pthread_attr_setstackaddr.3 index 1ca3f85ddd2..03bed1a9a89 100644 --- a/lib/libpthread/man/pthread_attr_setstackaddr.3 +++ b/lib/libpthread/man/pthread_attr_setstackaddr.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_attr_setstackaddr.3,v 1.1 2000/01/06 06:15:29 d Exp $ +.\" $OpenBSD: pthread_attr_setstackaddr.3,v 1.2 2000/04/12 21:48:02 aaron Exp $ .\" Manual page derived from TOG's UNIX98 documentation. .Dd January 6, 2000 .Dt PTHREAD_ATTR_SETSTACKADDR 3 @@ -14,14 +14,14 @@ .Ft int .Fn pthread_attr_getstackaddr "pthread_attr_t *attr" "void **stackaddr" .Sh DESCRIPTION -The functions +The functions .Fn pthread_attr_setstackaddr and .Fn pthread_attr_getstackaddr , respectively, set and get the thread creation -.Va stackaddr -attribute in the +.Va stackaddr +attribute in the .Fa attr object. .Pp @@ -32,7 +32,7 @@ used for the created thread's stack. The size of the storage is at least .Dv PTHREAD_STACK_MIN. .Sh RETURN VALUE -Upon successful completion, +Upon successful completion, .Fn pthread_attr_setstackaddr and .Fn pthread_attr_getstackaddr diff --git a/lib/libpthread/man/pthread_attr_setstacksize.3 b/lib/libpthread/man/pthread_attr_setstacksize.3 index bc3eff8d438..f5c0b343af1 100644 --- a/lib/libpthread/man/pthread_attr_setstacksize.3 +++ b/lib/libpthread/man/pthread_attr_setstacksize.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_attr_setstacksize.3,v 1.1 2000/01/06 06:15:30 d Exp $ +.\" $OpenBSD: pthread_attr_setstacksize.3,v 1.2 2000/04/12 21:48:02 aaron Exp $ .\" Manual page derived from TOG's UNIX98 documentation. .Dd January 6, 2000 .Dt PTHREAD_ATTR_SETSTACKSIZE 3 @@ -14,14 +14,14 @@ .Ft int .Fn pthread_attr_getstacksize "pthread_attr_t *attr" "size_t *stacksize" .Sh DESCRIPTION -The functions +The functions .Fn pthread_attr_setstacksize and .Fn pthread_attr_getstacksize , respectively, set and get the thread creation -.Va stacksize -attribute in the +.Va stacksize +attribute in the .Fa attr object. .Pp @@ -30,7 +30,7 @@ The attribute defines the minimum stack size (in bytes) allocated for the created threads stack. .Sh RETURN VALUE -Upon successful completion, +Upon successful completion, .Fn pthread_attr_setstacksize and .Fn pthread_attr_getstacksize diff --git a/lib/libpthread/man/pthread_rwlock_init.3 b/lib/libpthread/man/pthread_rwlock_init.3 index 617897c338f..87ca307fee6 100644 --- a/lib/libpthread/man/pthread_rwlock_init.3 +++ b/lib/libpthread/man/pthread_rwlock_init.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_rwlock_init.3,v 1.3 1999/11/24 05:35:32 d Exp $ +.\" $OpenBSD: pthread_rwlock_init.3,v 1.4 2000/04/12 21:48:02 aaron Exp $ .\" Copyright (c) 1998 Alex Nash .\" All rights reserved. .\" @@ -95,7 +95,7 @@ is invalid. The .Fn pthread_rwlock_init function first appeared in -.Fx 3.0 +.Fx 3.0 and .Ox 2.5 . .Sh BUGS diff --git a/lib/libpthread/man/pthread_rwlock_rdlock.3 b/lib/libpthread/man/pthread_rwlock_rdlock.3 index eca23295ce0..56188fb9b91 100644 --- a/lib/libpthread/man/pthread_rwlock_rdlock.3 +++ b/lib/libpthread/man/pthread_rwlock_rdlock.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_rwlock_rdlock.3,v 1.4 2000/03/14 21:31:40 aaron Exp $ +.\" $OpenBSD: pthread_rwlock_rdlock.3,v 1.5 2000/04/12 21:48:02 aaron Exp $ .\" Copyright (c) 1998 Alex Nash .\" All rights reserved. .\" @@ -120,6 +120,6 @@ statically initialized locks only). The .Fn pthread_rwlock_rdlock function first appeared in -.Fx 3.0 +.Fx 3.0 and .Ox 2.5 . diff --git a/lib/libpthread/man/pthread_rwlock_unlock.3 b/lib/libpthread/man/pthread_rwlock_unlock.3 index 1fc67cb10a4..797df36091b 100644 --- a/lib/libpthread/man/pthread_rwlock_unlock.3 +++ b/lib/libpthread/man/pthread_rwlock_unlock.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_rwlock_unlock.3,v 1.3 1999/11/24 05:35:33 d Exp $ +.\" $OpenBSD: pthread_rwlock_unlock.3,v 1.4 2000/04/12 21:48:02 aaron Exp $ .\" Copyright (c) 1998 Alex Nash .\" All rights reserved. .\" @@ -77,6 +77,6 @@ The current thread does not own the read/write lock. The .Fn pthread_rwlock_unlock function first appeared in -.Fx 3.0 +.Fx 3.0 and .Ox 2.5 . diff --git a/lib/libpthread/man/pthread_rwlock_wrlock.3 b/lib/libpthread/man/pthread_rwlock_wrlock.3 index e3a7ec0df60..31ce3902bc9 100644 --- a/lib/libpthread/man/pthread_rwlock_wrlock.3 +++ b/lib/libpthread/man/pthread_rwlock_wrlock.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_rwlock_wrlock.3,v 1.3 1999/11/24 05:35:33 d Exp $ +.\" $OpenBSD: pthread_rwlock_wrlock.3,v 1.4 2000/04/12 21:48:02 aaron Exp $ .\" Copyright (c) 1998 Alex Nash .\" All rights reserved. .\" @@ -100,6 +100,6 @@ statically initialized locks only). The .Fn pthread_rwlock_wrlock function first appeared in -.Fx 3.0 +.Fx 3.0 and .Ox 2.5 . diff --git a/lib/libpthread/man/pthread_rwlockattr_destroy.3 b/lib/libpthread/man/pthread_rwlockattr_destroy.3 index a77f3592d53..90d99791832 100644 --- a/lib/libpthread/man/pthread_rwlockattr_destroy.3 +++ b/lib/libpthread/man/pthread_rwlockattr_destroy.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_rwlockattr_destroy.3,v 1.5 1999/11/24 05:35:33 d Exp $ +.\" $OpenBSD: pthread_rwlockattr_destroy.3,v 1.6 2000/04/12 21:48:02 aaron Exp $ .\" Copyright (c) 1998 Alex Nash .\" All rights reserved. .\" @@ -66,6 +66,6 @@ is invalid. The .Fn pthread_rwlockattr_destroy function first appeared in -.Fx 3.0 +.Fx 3.0 and .Ox 2.5 . diff --git a/lib/libpthread/man/pthread_rwlockattr_getpshared.3 b/lib/libpthread/man/pthread_rwlockattr_getpshared.3 index 6003fec5368..e4398ad892d 100644 --- a/lib/libpthread/man/pthread_rwlockattr_getpshared.3 +++ b/lib/libpthread/man/pthread_rwlockattr_getpshared.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_rwlockattr_getpshared.3,v 1.5 1999/11/24 05:35:33 d Exp $ +.\" $OpenBSD: pthread_rwlockattr_getpshared.3,v 1.6 2000/04/12 21:48:03 aaron Exp $ .\" Copyright (c) 1998 Alex Nash .\" All rights reserved. .\" @@ -78,6 +78,6 @@ is invalid. The .Fn pthread_rwlockattr_getpshared function first appeared in -.Fx 3.0 +.Fx 3.0 and .Ox 2.5 . diff --git a/lib/libpthread/man/pthread_rwlockattr_init.3 b/lib/libpthread/man/pthread_rwlockattr_init.3 index b7132f9ca0c..a9e13090d08 100644 --- a/lib/libpthread/man/pthread_rwlockattr_init.3 +++ b/lib/libpthread/man/pthread_rwlockattr_init.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_rwlockattr_init.3,v 1.4 1999/11/24 05:35:33 d Exp $ +.\" $OpenBSD: pthread_rwlockattr_init.3,v 1.5 2000/04/12 21:48:03 aaron Exp $ .\" Copyright (c) 1998 Alex Nash .\" All rights reserved. .\" @@ -65,6 +65,6 @@ Insufficient memory exists to initialize the attribute object. The .Fn pthread_rwlockattr_init function first appeared in -.Fx 3.0 +.Fx 3.0 and .Ox 2.5 . diff --git a/lib/libpthread/man/pthread_rwlockattr_setpshared.3 b/lib/libpthread/man/pthread_rwlockattr_setpshared.3 index b4dbc67d6f3..d44cdcdfbc6 100644 --- a/lib/libpthread/man/pthread_rwlockattr_setpshared.3 +++ b/lib/libpthread/man/pthread_rwlockattr_setpshared.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_rwlockattr_setpshared.3,v 1.4 1999/12/24 00:15:08 alex Exp $ +.\" $OpenBSD: pthread_rwlockattr_setpshared.3,v 1.5 2000/04/12 21:48:03 aaron Exp $ .\" Copyright (c) 1998 Alex Nash .\" All rights reserved. .\" @@ -82,7 +82,7 @@ is invalid. The .Fn pthread_rwlockattr_setpshared function first appeared in -.Fx 3.0 +.Fx 3.0 and .Ox 2.5 . .Sh BUGS diff --git a/lib/libpthread/man/pthread_set_name_np.3 b/lib/libpthread/man/pthread_set_name_np.3 index 2fe43de7214..8079a230c5c 100644 --- a/lib/libpthread/man/pthread_set_name_np.3 +++ b/lib/libpthread/man/pthread_set_name_np.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_set_name_np.3,v 1.1 2000/01/06 07:07:23 d Exp $ +.\" $OpenBSD: pthread_set_name_np.3,v 1.2 2000/04/12 21:48:03 aaron Exp $ .\" David Leonard <d@openbsd.org>, 1999. Public domain. .Dd December 19, 1999 .Dt PTHREAD_SET_NAME_NP 3 @@ -9,7 +9,7 @@ .Sh SYNOPSIS .Fd #include <pthread.h> .Fd #include <pthread_np.h> -.Ft void +.Ft void .Fn pthread_set_name_np "pthread_t thread" "char *name" .Sh DESCRIPTION The diff --git a/lib/libpthread/man/pthreads.3 b/lib/libpthread/man/pthreads.3 index 4e4b1c6822a..b925cb9fcf6 100644 --- a/lib/libpthread/man/pthreads.3 +++ b/lib/libpthread/man/pthreads.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthreads.3,v 1.8 2000/03/14 21:31:40 aaron Exp $ +.\" $OpenBSD: pthreads.3,v 1.9 2000/04/12 21:48:03 aaron Exp $ .\" David Leonard <d@openbsd.org>, 1998. Public domain. .Dd August 17, 1998 .Dt PTHREADS 3 @@ -24,10 +24,10 @@ The .Dv SIGINFO signal can be sent to a threaded process to have the library show the state of all of its threads. The information is sent to the process' -controlling tty and descrbes each thread's -ID, +controlling tty and descrbes each thread's +ID, state (see -.Sx Thread states ) , +.Sx Thread states ) , current priority, flags (see .Sx Thread flags ) @@ -153,12 +153,12 @@ the process terminates with an exit code of zero. Each thread has (or should have) a different stack, whether it be provided by a user attribute, or provided automatically by the system. If a thread overflows its stack, unpredictable results may occur. -System-allocated stacks (including that of the initial thread) +System-allocated stacks (including that of the initial thread) are typically allocated in such a way that a .Dv SIGSEGV signal is deliverred to the process when a stack overflows. .Pp -Signals handlers are normally run on the stack of the currently executing +Signals handlers are normally run on the stack of the currently executing thread. Hence, if you want to handle the .Dv SIGSEGV diff --git a/lib/libutil/login_fbtab.3 b/lib/libutil/login_fbtab.3 index d36ad9ae473..5d234a4c721 100644 --- a/lib/libutil/login_fbtab.3 +++ b/lib/libutil/login_fbtab.3 @@ -12,26 +12,26 @@ .Sh DESCRIPTION The .Fn login_fbtab -function reads the -.Pa /etc/fbtab +function reads the +.Pa /etc/fbtab file and implements device security as described in the .Xr fbtab 5 -manual page. +manual page. .Pp If errors occur a null string is returned. -.Sh DIAGNOSTICS -Problems are reported via the +.Sh DIAGNOSTICS +Problems are reported via the .Xr syslogd 8 -daemon with the severity of +daemon with the severity of .Dv LOG_ERR. .Sh FILES .Bl -tag -width /etc/fbtab -compact .It Pa /etc/fbtab .El .Sh SEE ALSO -.Xr fbtab 5 +.Xr fbtab 5 .Sh BUGS -This module uses +This module uses .Xr strtok 3 , which may cause conflicts with other uses of that same routine. .Sh AUTHOR |