-.\" $OpenBSD: domainname.1,v 1.10 2000/03/17 18:15:13 aaron Exp $
+.\" $OpenBSD: domainname.1,v 1.11 2000/04/12 21:47:47 aaron Exp $
.\" $NetBSD: domainname.1,v 1.7 1995/07/25 19:36:57 jtc Exp $
.\"
.\" Copyright (c) 1983, 1988, 1990, 1993
.Nm
utility prints the YP domain name of the current host.
The superuser can set the domain name by supplying a
-.Pa /etc/defaultdomain
+.Pa /etc/defaultdomain
file.
This is used at system boot time by
-.Xr /etc/rc 8
+.Xr /etc/rc 8
to initialize the domainname.
.Sh SEE ALSO
.Xr hostname 1 ,
-.\" $OpenBSD: hostname.1,v 1.10 2000/03/17 18:15:13 aaron Exp $
+.\" $OpenBSD: hostname.1,v 1.11 2000/04/12 21:47:47 aaron Exp $
.\" $NetBSD: hostname.1,v 1.11 1995/09/07 06:28:39 jtc Exp $
.\"
.\" Copyright (c) 1983, 1988, 1990, 1993
The
.Nm
utility prints the name of the current host.
-The superuser can set the host name by supplying a
-.Pa /etc/myname
+The superuser can set the host name by supplying a
+.Pa /etc/myname
file.
This is used at system boot time by
-.Xr /etc/rc 8
+.Xr /etc/rc 8
to initialize the hostname.
.Pp
The options are as follows:
-.\" $OpenBSD: sleep.1,v 1.11 2000/02/19 23:03:50 aaron Exp $
+.\" $OpenBSD: sleep.1,v 1.12 2000/04/12 21:47:47 aaron Exp $
.\" $NetBSD: sleep.1,v 1.9 1995/07/25 19:37:43 jtc Exp $
.\"
.\" Copyright (c) 1990, 1993, 1994
.Xr csh 1 ) :
.Pp
.Bd -literal -offset indent -compact
-while (! -r zzz.rawdata)
+while (! -r zzz.rawdata)
sleep 300
end
foreach i (*.rawdata)
.Pp
The scenario for such a script might be: a program currently
running is taking longer than expected to process a series of
-files, and it would be nice to have another program start
-processing the files created by the first program as soon as it is finished
+files, and it would be nice to have another program start
+processing the files created by the first program as soon as it is finished
(when
.Pa zzz.rawdata
is created).
-.\" $OpenBSD: stty.1,v 1.22 2000/03/23 21:39:58 aaron Exp $
+.\" $OpenBSD: stty.1,v 1.23 2000/04/12 21:47:48 aaron Exp $
.\" $NetBSD: stty.1,v 1.10 1995/09/07 06:57:14 jtc Exp $
.\"
.\" Copyright (c) 1990, 1993, 1994
.It eol Ta Dv VEOL EOL No character
.It eol2 Ta Dv VEOL2 EOL2 No character
.It erase Ta Dv VERASE ERASE No character
-.It werase Ta Dv VWERASE WERASE No character
+.It werase Ta Dv VWERASE WERASE No character
.It intr Ta Dv VINTR INTR No character
.It kill Ta Dv VKILL KILL No character
.It quit Ta Dv VQUIT QUIT No character
-.\" $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.
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 ,
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.
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
-.\" $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
(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.)
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
-.\" $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.
.Fa *tptrp
must be set to
.Dv NULL .
-.Pp
+.Pp
Each time this function returns success,
.Fa *tptrp
points to the 8-bit
.Li -1
setting
.Fa *tptrp
-to non
+to non
.Dv NULL
value.
.\"
-.\" $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.
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
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
.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
-.\" $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
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.
-.\" $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
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
-.\" $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
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.
-.\" $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
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.
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
-.\" $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
.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
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
.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
-.\" $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
.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
least
.Dv PTHREAD_STACK_MIN.
.Sh RETURN VALUE
-Upon successful completion,
+Upon successful completion,
.Fn pthread_attr_setstackaddr
and
.Fn pthread_attr_getstackaddr
-.\" $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
.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
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
-.\" $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.
.\"
The
.Fn pthread_rwlock_init
function first appeared in
-.Fx 3.0
+.Fx 3.0
and
.Ox 2.5 .
.Sh BUGS
-.\" $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.
.\"
The
.Fn pthread_rwlock_rdlock
function first appeared in
-.Fx 3.0
+.Fx 3.0
and
.Ox 2.5 .
-.\" $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.
.\"
The
.Fn pthread_rwlock_unlock
function first appeared in
-.Fx 3.0
+.Fx 3.0
and
.Ox 2.5 .
-.\" $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.
.\"
The
.Fn pthread_rwlock_wrlock
function first appeared in
-.Fx 3.0
+.Fx 3.0
and
.Ox 2.5 .
-.\" $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.
.\"
The
.Fn pthread_rwlockattr_destroy
function first appeared in
-.Fx 3.0
+.Fx 3.0
and
.Ox 2.5 .
-.\" $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.
.\"
The
.Fn pthread_rwlockattr_getpshared
function first appeared in
-.Fx 3.0
+.Fx 3.0
and
.Ox 2.5 .
-.\" $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.
.\"
The
.Fn pthread_rwlockattr_init
function first appeared in
-.Fx 3.0
+.Fx 3.0
and
.Ox 2.5 .
-.\" $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.
.\"
The
.Fn pthread_rwlockattr_setpshared
function first appeared in
-.Fx 3.0
+.Fx 3.0
and
.Ox 2.5 .
.Sh BUGS
-.\" $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
.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
-.\" $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
.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 )
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
'\" 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. *
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
-.\" $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)
.\"
.\" 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
.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''
-.\" $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)
.\"
.\" 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
.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:
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
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 ,
.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 .
.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''
-.\" $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)
.\"
.\" 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
.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''
-.\" $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)
.\"
.\" 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
.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''
-.\" $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.
.\"
.If (finite)/\(+- \0=\0\(+-0
(nonzero)/0 =
.If \(+- .
-But
+But
.if n \
Infinity\-Infinity, Infinity\(**0 and Infinity/Infinity
.if t \
-.\" $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
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.
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
-.\" $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
.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
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
.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
-.\" $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
.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
least
.Dv PTHREAD_STACK_MIN.
.Sh RETURN VALUE
-Upon successful completion,
+Upon successful completion,
.Fn pthread_attr_setstackaddr
and
.Fn pthread_attr_getstackaddr
-.\" $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
.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
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
-.\" $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.
.\"
The
.Fn pthread_rwlock_init
function first appeared in
-.Fx 3.0
+.Fx 3.0
and
.Ox 2.5 .
.Sh BUGS
-.\" $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.
.\"
The
.Fn pthread_rwlock_rdlock
function first appeared in
-.Fx 3.0
+.Fx 3.0
and
.Ox 2.5 .
-.\" $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.
.\"
The
.Fn pthread_rwlock_unlock
function first appeared in
-.Fx 3.0
+.Fx 3.0
and
.Ox 2.5 .
-.\" $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.
.\"
The
.Fn pthread_rwlock_wrlock
function first appeared in
-.Fx 3.0
+.Fx 3.0
and
.Ox 2.5 .
-.\" $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.
.\"
The
.Fn pthread_rwlockattr_destroy
function first appeared in
-.Fx 3.0
+.Fx 3.0
and
.Ox 2.5 .
-.\" $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.
.\"
The
.Fn pthread_rwlockattr_getpshared
function first appeared in
-.Fx 3.0
+.Fx 3.0
and
.Ox 2.5 .
-.\" $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.
.\"
The
.Fn pthread_rwlockattr_init
function first appeared in
-.Fx 3.0
+.Fx 3.0
and
.Ox 2.5 .
-.\" $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.
.\"
The
.Fn pthread_rwlockattr_setpshared
function first appeared in
-.Fx 3.0
+.Fx 3.0
and
.Ox 2.5 .
.Sh BUGS
-.\" $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
.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
-.\" $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
.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 )
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
.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
-.\" $OpenBSD: makewhatis.8,v 1.6 2000/02/04 01:02:47 espie Exp $
+.\" $OpenBSD: makewhatis.8,v 1.7 2000/04/12 21:48:04 aaron Exp $
.\" $NetBSD: makewhatis.8,v 1.2.2.1 1997/11/10 19:57:45 thorpej Exp $
.\"
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
.Xr getNAME 8 .
.Pp
If the
-.Fl d
+.Fl d
option is used,
.Nm
-merges the description of
+merges the description of
.Ar files
-with an existing
-.Pa whatis.db
+with an existing
+.Pa whatis.db
database in
.Ar manpath .
.Sh FILES
.\" SUCH DAMAGE.
.\"
.\" from: @(#)rshd.8 8.1 (Berkeley) 6/4/93
-.\" $Id: rshd.8,v 1.6 1999/10/07 07:31:55 ericj Exp $
+.\" $Id: rshd.8,v 1.7 2000/04/12 21:48:04 aaron Exp $
.\"
.Dd June 4, 1993
.Dt RSHD 8
A facility to allow all data exchanges to be encrypted should be
present.
.Pp
-A more extensible protocol (such as
-.Xr ssh 1
+A more extensible protocol (such as
+.Xr ssh 1
) should be used.
-.\" $OpenBSD: uucpd.8,v 1.6 1999/07/08 09:41:44 hugh Exp $
+.\" $OpenBSD: uucpd.8,v 1.7 2000/04/12 21:48:05 aaron Exp $
.\"
.\" Copyright (c) 1998 Matthew R. Green
.\" All rights reserved.
.Nm
daemon reads a username and password, and then executes
.Xr uucico 8 ,
-the UUCP file transfer daemon, if the
+the UUCP file transfer daemon, if the
username and password match a valid account and
the account's shell is
.Dq /usr/libexec/uucp/uucico .
-.\" $OpenBSD: ifconfig.8,v 1.41 2000/03/29 06:56:24 deraadt Exp $
+.\" $OpenBSD: ifconfig.8,v 1.42 2000/04/12 21:47:58 aaron Exp $
.\" $NetBSD: ifconfig.8,v 1.11 1996/01/04 21:27:29 pk Exp $
.\" $FreeBSD: ifconfig.8,v 1.16 1998/02/01 07:03:29 steve Exp $
.\"
where
.Ar address
is an IPv4 or IPv6 address,
-.Ar SPI
+.Ar SPI
is a hexadecimal number, and
.Ar protocol
is a decimal number identifying the security protocol (typically 50
-.\" $OpenBSD: ipf.5,v 1.22 2000/03/18 22:55:58 aaron Exp $
+.\" $OpenBSD: ipf.5,v 1.23 2000/04/12 21:47:58 aaron Exp $
.Dd July 9, 1999
.Dt IPF 5
.Os
.Nm ipf
.Nd "IP packet filter rule syntax"
.Sh DESCRIPTION
-A rule file for
+A rule file for
.Nm
may have any name or even be stdin.
As
.Xr ipfstat 8
produces parseable rules as output when displaying the internal
kernel filter lists, it is quite plausible to use its output to feed back
-into
+into
.Nm ipf .
Thus, to remove all filters on input packets, the following
could be done:
.Pp
.Sh GRAMMAR
.Pp
-The format used by
+The format used by
.Nm
for construction of filtering rules can be
described using the following grammar in BNF:
"audit" | "logalert" | "local0" | "local1" | "local2" |
"local3" | "local4" | "local5" | "local6" | "local7" .
priority = "emerg" | "alert" | "crit" | "err" | "warn" | "notice" |
- "info" | "debug" .
+ "info" | "debug" .
hexnumber = "0" "x" hexstring .
hexstring = hexdigit [ hexstring ] .
.Pp
This syntax is somewhat simplified for readability, some combinations
that match this grammar are disallowed by the software because they do
-not make sense (such as tcp
+not make sense (such as tcp
.Cm flags
for non-TCP packets).
.Sh FILTER RULES
.Ed
.Pp
Filter rules are checked in order, with the last matching rule
-determining the fate of the packet (but see the
+determining the fate of the packet (but see the
.Cm quick
option, below).
.Pp
Filters are installed by default at the end of the kernel's filter
-lists, prepending the rule with
+lists, prepending the rule with
.Cm @n
will cause it to be inserted
as the n'th entry in the current list.
causes the packet to be included in the accounting statistics kept by
the filter, and has no effect on whether the packet will be allowed through
the filter.
-These statistics are viewable with
+These statistics are viewable with
.Xr ipfstat 8 .
.It call
this action is used to invoke the named function in the kernel, which
the access for that person.
.El
.Pp
-The next word must be either
+The next word must be either
.Cm in
or
.Cm out .
against, e.g.:
.Bd -literal
... flags S
- # becomes "flags S/AUPRFS" and
+ # becomes "flags S/AUPRFS" and
# will match packets with ONLY
# the SYN flag set.
-.\" $OpenBSD: ipsecadm.8,v 1.21 2000/03/18 22:55:59 aaron Exp $
+.\" $OpenBSD: ipsecadm.8,v 1.22 2000/04/12 21:47:59 aaron Exp $
.\"
.\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
.\" All rights reserved.
The
.Xr netstat 1
command shows the existing egress (outbound) flows.
-A
+A
.Nm bypass
flow is used to specify a flow for which IPSec processing will be
bypassed, i.e packets will not be processed by any SAs.
clients is not known.
.It flush
Flush SAs from from kernel.
-This includes flushing any flows and
+This includes flushing any flows and
routing entries associated with the SAs.
Allowed modifiers are:
.Fl ah ,
.Fl oldesp ,
and
.Fl ip4 .
-Default action is to flush all types of security associations
+Default action is to flush all types of security associations
from the kernel.
.El
.Pp
-.\" $OpenBSD: isakmpd.conf.5,v 1.35 2000/04/07 22:23:14 niklas Exp $
+.\" $OpenBSD: isakmpd.conf.5,v 1.36 2000/04/12 21:47:59 aaron Exp $
.\" $EOM: isakmpd.conf.5,v 1.40 2000/04/07 22:17:11 niklas Exp $
.\"
.\" Copyright (c) 1998, 1999, 2000 Niklas Hallqvist. All rights reserved.
For Phase 1 this is currently
.Li IPV4_ADDR ,
.Li IPV4_ADDR_SUBNET ,
-.Li FQDN ,
+.Li FQDN ,
or
.Li USER_FQDN .
.It Em Address
-.\" $OpenBSD: ping6.8,v 1.7 2000/03/23 11:26:17 hugh Exp $
-.\"
+.\" $OpenBSD: ping6.8,v 1.8 2000/04/12 21:47:59 aaron Exp $
+.\"
.\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
.\" All rights reserved.
-.\"
+.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 3. Neither the name of the project nor the names of its contributors
.\" may be used to endorse or promote products derived from this software
.\" without specific prior written permission.
-.\"
+.\"
.\" THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
whichever is more.
For every
.Tn ECHO_REQUEST
-sent a period
+sent a period
.Dq \&.
is printed, while for every
.Tn ECHO_REPLY
will cause the sent packet to be filled with all
ones.
.Fl Q
-flag,
+flag,
.Nm
prints out any ICMP error messages caused by its own ECHO_REQUEST
messages.
.Nm
for fault isolation, it should first be run on the local host, to verify
that the local network interface is up and running.
-Then, hosts and gateways further and further away should be
+Then, hosts and gateways further and further away should be
.Dq pinged .
Round-trip times and packet loss statistics are computed.
If duplicate packets are received, they are not included in the packet
-.\" $OpenBSD: raidctl.8,v 1.12 2000/03/18 22:56:03 aaron Exp $
+.\" $OpenBSD: raidctl.8,v 1.13 2000/04/12 21:47:59 aaron Exp $
.\" $NetBSD: raidctl.8,v 1.11 2000/01/05 03:02:41 oster Exp $
.\"
.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
.Op Fl a Ar component Ar dev
.Nm raidctl
.Op Fl v
-.Op Fl B Ar dev
+.Op Fl B Ar dev
.Nm raidctl
.Op Fl v
.Op Fl c Ar config_file Ar dev
The options are as follows:
.Bl -tag -width indent
.It Fl a Ar component Ar dev
-Add
+Add
.Ar component
-as a hot spare for the device
+as a hot spare for the device
.Ar dev .
.It Fl B Ar dev
-Initiate a copyback of reconstructed data from a spare disk to
+Initiate a copyback of reconstructed data from a spare disk to
it's original disk.
-This is performed after a component has failed,
+This is performed after a component has failed,
and the failed drive has been reconstructed onto a spare drive.
.It Fl c Ar config_file Ar dev
Configure the RAIDframe device
Get the component label for the specified component.
.It Fl i Ar dev
Initialize (re-write) the parity on the device.
-This
+This
.Em must
be done before the RAID device is labeled and before
filesystems are created on the RAID device, and is normally used after
) to ensure the integrity of the parity.
.It Fl I Ar serial_number Ar dev
Initialize the component labels on each component of the device.
-.Ar serial_number
+.Ar serial_number
is used as one of the keys in determining whether a
particular set of components belong to the same RAID set.
While not strictly enforced, different serial numbers should be used for
Check the status of the parity on the RAID set, and initialize
(re-write) the parity if the parity is not known to be up-to-date.
.It Fl r Ar component Ar dev
-Remove the spare disk specified by
-.Ar component
+Remove the spare disk specified by
+.Ar component
from the set of available spare components.
.It Fl R Ar component Ar dev
-Fails the specified
-.Ar component ,
-if necessary, and immediately begins a reconstruction back to
+Fails the specified
+.Ar component ,
+if necessary, and immediately begins a reconstruction back to
.Ar component .
This is another mechanism for starting the reconstruction process if a
component has a hardware failure.
and spares.
.It Fl S Ar dev
Check the status of component reconstruction.
-The output indicates
+The output indicates
the amount of progress achieved in reconstructing a failed component.
.It Fl u Ar dev
Unconfigure the RAIDframe device.
-.It Fl v
+.It Fl v
Be more verbose.
For operations such as reconstructions, parity
re-writing, and copybacks, provide a progress indicator.
the three main drives should fail.
If the above configuration is in a file called
.Pa rfconfig ,
-raid device 0 in the normal case can be configured with:
+raid device 0 in the normal case can be configured with:
.Bd -unfilled -offset indent
raidctl -c rfconfig raid0
.Ed
is used in place of
.Pa /dev/rraid0d .
.Pp
-A RAID set will not configure with
+A RAID set will not configure with
.Fl c
if the component labels are not correct.
A
.Sq component label
contains important information about the component, including a
user-specified serial number, the row and column of that component in the RAID
-set, and whether the data (and parity) on the component is
+set, and whether the data (and parity) on the component is
.Sq clean .
-See
+See
.Xr raid 4
for more information about component labels.
.Pp
raidctl -C rfconfig raid0
.Ed
.Pp
-The
+The
.Fl C
forces the configuration to succeed, even if any of the component
labels are incorrect.
the system is refusing to configure a RAID set, there is probably a
very good reason for it.
.Pp
-When the RAID set is configured for the first time, it is
+When the RAID set is configured for the first time, it is
necessary to initialize the component labels, and to initialize the
parity on the RAID set.
Initializing the component labels is done with:
raidctl -I 112341 raid0
.Ed
.Pp
-where
+where
.Sq 112341
is a user-specified serial number for the RAID set.
Using different
/dev/sd4e: spare
.Ed
.Pp
-This indicates that all is well with the RAID set.
+This indicates that all is well with the RAID set.
.Pp
To check the component label of /dev/sd1e, the following is used:
.Bd -unfilled -offset indent
raidctl -F /dev/sd2e raid0
.Ed
.Pp
-The
+The
.Fl f
option may be used first, and then the
.Fl F
/dev/sd4e: spare
.Ed
.Pp
-Reconstruction could then take place using
+Reconstruction could then take place using
.Fl F
as describe above.
.Pp
A second option is to rebuild directly onto
.Pa /dev/sd2e .
-Once the disk
-containing
+Once the disk
+containing
.Pa /dev/sd2e
has been replaced, one can simply use:
.Bd -unfilled -offset indent
raidctl -R /dev/sd2e raid0
.Ed
.Pp
-to rebuild the
+to rebuild the
.Pa /dev/sd2e
component.
As the rebuilding is in progress, the status will be:
.Sh FILES
.Bl -tag -width /dev/XXrXraidX -compact
.It Pa /dev/{,r}raid*
-.Cm raid
+.Cm raid
device special files
.El
.Pp
-.\" $OpenBSD: route.8,v 1.21 2000/03/18 22:56:04 aaron Exp $
+.\" $OpenBSD: route.8,v 1.22 2000/04/12 21:48:00 aaron Exp $
.\" $NetBSD: route.8,v 1.6 1995/03/18 15:00:13 cgd Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
will
.Dq flush
the routing tables of all gateway entries expect
-the
+the
.Dq encap
family entries (IPsec routing flows).
When the address family is specified by any of the
-.\" $OpenBSD: shutdown.8,v 1.17 2000/03/18 22:56:05 aaron Exp $
+.\" $OpenBSD: shutdown.8,v 1.18 2000/04/12 21:48:00 aaron Exp $
.\" $NetBSD: shutdown.8,v 1.6 1995/03/18 15:01:07 cgd Exp $
.\"
.\" Copyright (c) 1988, 1991, 1993
.Xr rc 8
not to run fsck when rebooting
.It Pa /etc/rc.shutdown
-Run by
+Run by
.Xr rc 8
before the system is shutdown.
.El
-.\" $OpenBSD: wicontrol.8,v 1.9 2000/04/12 16:50:52 aaron Exp $
+.\" $OpenBSD: wicontrol.8,v 1.10 2000/04/12 21:48:01 aaron Exp $
.\"
.\" Copyright (c) 1997, 1998, 1999
.\" Bill Paul <wpaul@ctr.columbia.edu> All rights reserved.
.Pp
The
.Nm
-command given without any additional flags retrieves the current card
+command given without any additional flags retrieves the current card
settings from the driver and prints them out.
.Sh OPTIONS
The options are as follows:
-.\" $OpenBSD: magic.5,v 1.5 2000/03/23 21:39:53 aaron Exp $
+.\" $OpenBSD: magic.5,v 1.6 2000/04/12 21:47:48 aaron Exp $
.\"
.\" @(#)$FreeBSD: src/usr.bin/file/magic.5,v 1.11 2000/03/01 12:19:39 sheldonh Exp $
.\"
to specify that the value from the file must be greater than the specified
value,
.Ql &
-to specify that the value from the file must have set all of the bits
+to specify that the value from the file must have set all of the bits
that are set in the specified value,
.Ql ^
-to specify that the value from the file must have clear any of the bits
+to specify that the value from the file must have clear any of the bits
that are set in the specified value, or
.Sq x
to specify that any value will match.
is hexadecimal.
.It Sy ""
For string values, the byte string from the
-file must match the specified byte string.
+file must match the specified byte string.
The operators
.Ql = ,
.Ql < ,
.Pp
Indirect offsets are of the form:
.Dq (x[.[bsl]][+-][y]) .
-The value of
+The value of
.Sq x
is used as an offset in the file.
A byte, short or long is read at that offset
-depending on the
+depending on the
.Dq [bsl]
type specifier.
To that number the value of
preceding fields.
You can specify an offset relative to the end of the
last uplevel field (of course this may only be done for sublevel tests, i.e.,
-test beginning with
+test beginning with
.Ql > ) .
Such a relative offset is specified using
.Ql &
as a prefix to the offset.
.Sh BUGS
-The formats
+The formats
.Li long ,
.Li belong ,
.Li lelong ,
and
.Li ledate
are system-dependent; perhaps they should be specified as a number
-of bytes (2B, 4B, etc),
+of bytes (2B, 4B, etc),
since the files being recognized typically come from
a system on which the lengths are invariant.
.Pp
.\" Date: 3 Sep 85 08:19:07 GMT
.\" Organization: Sun Microsystems, Inc.
.\" Lines: 136
-.\"
+.\"
.\" Here's a manual page for the format accepted by the "file" made by adding
.\" the changes I posted to the S5R2 version.
.\"
-.\" @(#) $OpenBSD: m4.1,v 1.14 2000/03/23 21:39:54 aaron Exp $
+.\" @(#) $OpenBSD: m4.1,v 1.15 2000/04/12 21:47:48 aaron Exp $
.\"
.\"
.Dd January 26, 1993
Undefine the symbol
.Ar name .
.It Fl I Ar "dirname"
-Add directory
+Add directory
.Ar dirname
to the include path.
.It Fl g
Activate GNU-m4 compatibility mode.
-In this mode, changequote with
+In this mode, changequote with
two empty parameters deactivates quotes, translit handles simple character
ranges (e.g., a-z) and regular expressions mimic emacs behavior.
.Sh SYNTAX
invoked after all other processing is done.)
.It Ic maketemp
Translates the string
-.Dq XXXXX
+.Dq XXXXX
in the first argument with the current process
ID leaving other characters alone.
This can be used to create unique
.It Ic patsubst
Substitutes a regular expression in a string with a replacement string.
Usual substitution patterns apply: an ampersand
-.Pq Ql &
+.Pq Ql &
is replaced by the string matching the regular expression.
The string
.Ql \e# ,
-.\" $OpenBSD: mail.1,v 1.28 2000/03/24 21:41:08 aaron Exp $
+.\" $OpenBSD: mail.1,v 1.29 2000/04/12 21:47:48 aaron Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
except that
.Ic only
the message body
-.Po Ar without\
-the header
-.Pc
+.Pf ( Ar without
+the header)
is saved.
Extremely useful for such tasks as sending and receiving source
program text over the message system.
-.\" $OpenBSD: make.1,v 1.30 2000/04/03 02:58:46 espie Exp $
+.\" $OpenBSD: make.1,v 1.31 2000/04/12 21:47:49 aaron Exp $
.\" $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $
.\"
.\" Copyright (c) 1990, 1993
and
.Ev PWD .
.Nm
-also ignores and unsets
+also ignores and unsets
.Ev CDPATH .
.Sh FILES
.Bl -tag -width /usr/share/mk -compact
is contorted to the point of absurdity.
.Pp
If you specify the same target several times in normal dependency rules,
-.Nm
+.Nm
silently ignores all commands after the first non empty set of commands,
-e.g., in
+e.g., in
.Bd -literal
a:
@echo "Executed"
.Pp
won't work, and should be rewritten the other way around.
.Pp
-When handling pre-BSD 4.4 archives,
+When handling pre-BSD 4.4 archives,
.Nm
may erroneously mark archive members as out of date if the archive name
was truncated.
Amonst other major differences, the
.Nm
configuration files are much simpler than real emacs.
-There are two configuration files,
+There are two configuration files,
.Pa .mg ,
and
.Pa .mg-TERM .
-.\" $OpenBSD: oldrdist.1,v 1.7 2000/03/10 20:17:48 aaron Exp $
+.\" $OpenBSD: oldrdist.1,v 1.8 2000/04/12 21:47:50 aaron Exp $
.\"
.\" Copyright (c) 1985, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
.Nm rdist
aborts on files which have a negative mtime (before Jan 1, 1970).
.Pp
-There should be a
+There should be a
.Dq force
option to allow replacement of non-empty directories
by regular files or symlinks.
-.\" $OpenBSD: script.1,v 1.7 2000/03/23 17:01:35 ericj Exp $
+.\" $OpenBSD: script.1,v 1.8 2000/04/12 21:47:50 aaron Exp $
.\" $NetBSD: script.1,v 1.3 1994/12/21 08:55:41 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
C-shell,
.Xr csh 1 ) .
.Nm
-will exit with the status of 0 unless any of its child
-processes fail. In which case,
-.Nm
+will exit with the status of 0 unless any of its child
+processes fail. In which case,
+.Nm
will return 1.
.Pp
Certain interactive commands, such as
-.\" $OpenBSD: sort.1,v 1.9 2000/03/24 21:41:09 aaron Exp $
+.\" $OpenBSD: sort.1,v 1.10 2000/04/12 21:47:50 aaron Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.Em (m,n > 0)
and can be followed by one or more of the letters
.Cm b , d , f , i ,
-.Cm n ,
+.Cm n ,
and
.Cm r ,
which correspond to the options discussed above.
.\"
.\" Created: Sun May 7 00:14:37 1995 ylo
.\"
-.\" $Id: scp.1,v 1.6 2000/03/23 21:10:09 aaron Exp $
+.\" $Id: scp.1,v 1.7 2000/04/12 21:47:50 aaron Exp $
.\"
.Dd September 25, 1999
.Dt SCP 1
.Ar host2 No :
.Oc Ar file2
.Sm on
-.Sh DESCRIPTION
+.Sh DESCRIPTION
.Nm
copies files between hosts on a network.
It uses
Verbose mode.
Causes
.Nm
-and
+and
.Xr ssh 1
to print debugging messages about their progress.
This is helpful in
.\"
.\" Created: Sat Apr 22 23:55:14 1995 ylo
.\"
-.\" $Id: ssh-add.1,v 1.11 2000/03/23 21:11:38 aaron Exp $
+.\" $Id: ssh-add.1,v 1.12 2000/04/12 21:47:50 aaron Exp $
.\"
.Dd September 25, 1999
.Dt SSH-ADD 1
.Nm ssh-add
.Op Fl lLdD
.Op Ar
-.Sh DESCRIPTION
+.Sh DESCRIPTION
.Nm
adds identities to the authentication agent,
.Xr ssh-agent 1 .
Alternative file names can be given on the command line.
If any file requires a passphrase,
.Nm
-asks for the passphrase from the user.
+asks for the passphrase from the user.
The Passphrase it is read from the user's tty.
.Pp
The authentication agent must be running and must be an ancestor of
.It
has been updated to support ssh protocol 1.5.
.It
-contains added support for
+contains added support for
.Xr kerberos 8
authentication and ticket passing.
.It
-.\" $OpenBSD: ssh-agent.1,v 1.10 2000/03/23 21:10:10 aaron Exp $
+.\" $OpenBSD: ssh-agent.1,v 1.11 2000/04/12 21:47:50 aaron Exp $
.\"
.\" -*- nroff -*-
.\"
.Nm ssh-agent
.Nd authentication agent
.Sh SYNOPSIS
-.Nm ssh-agent
+.Nm ssh-agent
.Op Fl c Li | Fl s
.Op Fl k
.Oo
.Ar command
.Op Ar args ...
.Oc
-.Sh DESCRIPTION
+.Sh DESCRIPTION
.Nm
is a program to hold authentication private keys.
The idea is that
The agent initially does not have any private keys.
Keys are added using
.Xr ssh-add 1 .
-When executed without arguments,
+When executed without arguments,
.Xr ssh-add 1
-adds the
+adds the
.Pa $HOME/.ssh/identity
file.
-If the identity has a passphrase,
+If the identity has a passphrase,
.Xr ssh-add 1
asks for the passphrase (using a small X11 application if running
under X11, or from the terminal if running without X).
.It
has been updated to support ssh protocol 1.5.
.It
-contains added support for
+contains added support for
.Xr kerberos 8
authentication and ticket passing.
.It
.\"
.\" Created: Sat Apr 22 23:55:14 1995 ylo
.\"
-.\" $Id: ssh-keygen.1,v 1.12 2000/03/23 21:10:10 aaron Exp $
+.\" $Id: ssh-keygen.1,v 1.13 2000/04/12 21:47:51 aaron Exp $
.\"
.Dd September 25, 1999
.Dt SSH-KEYGEN 1
.Nm ssh-keygen
.Fl l
.Op Fl f Ar keyfile
-.Sh DESCRIPTION
+.Sh DESCRIPTION
.Nm
-generates and manages authentication keys for
+generates and manages authentication keys for
.Xr ssh 1 .
Normally each user wishing to use SSH
with RSA authentication runs this once to create the authentication
.It
has been updated to support ssh protocol 1.5.
.It
-contains added support for
+contains added support for
.Xr kerberos 8
authentication and ticket passing.
.It
.\"
.\" Created: Sat Apr 22 21:55:14 1995 ylo
.\"
-.\" $Id: ssh.1,v 1.43 2000/03/24 03:04:46 brad Exp $
+.\" $Id: ssh.1,v 1.44 2000/04/12 21:47:51 aaron Exp $
.\"
.Dd September 25, 1999
.Dt SSH 1
.Oc
.Op Ar hostname | user@hostname
.Op Ar command
-.Sh DESCRIPTION
+.Sh DESCRIPTION
.Nm
(Secure Shell) is a program for logging into a remote machine and for
executing commands on a remote machine.
arbitrary TCP/IP ports can also be forwarded over the secure channel.
.Pp
.Nm
-connects and logs into the specified
+connects and logs into the specified
.Ar hostname .
The user must prove
his/her identity to the remote machine using one of several methods.
.Pa /etc/shosts.equiv
on the remote machine, and the user names are
the same on both sides, the user is immediately permitted to log in.
-Second, if
+Second, if
.Pa \&.rhosts
or
.Pa \&.shosts
or
.Pa /etc/shosts.equiv ,
and if additionally the server can verify the client's
-host key (see
+host key (see
.Pa /etc/ssh_known_hosts
and
.Pa $HOME/.ssh/known_hosts
and the rlogin/rsh protocol in general, are inherently insecure and should be
disabled if security is desired.]
.Pp
-As a third authentication method,
+As a third authentication method,
.Nm
supports RSA based authentication.
The scheme is based on public-key cryptography: there are cryptosystems
where encryption and decryption are done using separate keys, and it
is not possible to derive the decryption key from the encryption key.
RSA is one such system.
-The idea is that each user creates a public/private
+The idea is that each user creates a public/private
key pair for authentication purposes.
The server knows the public key, and only the user knows the private key.
-The file
+The file
.Pa $HOME/.ssh/authorized_keys
lists the public keys that are permitted for logging
in.
implements the RSA authentication protocol automatically.
The user creates his/her RSA key pair by running
.Xr ssh-keygen 1 .
-This stores the private key in
+This stores the private key in
.Pa \&.ssh/identity
and the public key in
.Pa \&.ssh/identity.pub
in the user's home directory.
The user should then copy the
.Pa identity.pub
-to
+to
.Pa \&.ssh/authorized_keys
-in his/her home directory on the remote machine (the
+in his/her home directory on the remote machine (the
.Pa authorized_keys
-file corresponds to the conventional
+file corresponds to the conventional
.Pa \&.rhosts
file, and has one key
per line, though the lines can be very long).
.Xr ssh-agent 1
for more information.
.Pp
-If other authentication methods fail,
+If other authentication methods fail,
.Nm
prompts the user for a password.
The password is sent to the remote
with
.Ic ~^Z .
All forwarded connections can be listed with
-.Ic ~#
+.Ic ~#
and if
the session blocks waiting for forwarded X11 or TCP/IP
connections to terminate, it can be backgrounded with
configured on the command line or in configuration files.
.Pp
The
-.Ev DISPLAY
+.Ev DISPLAY
value set by
.Nm
will point to the server machine, but with a display number greater
.Nm
automatically maintains and checks a database containing RSA-based
identifications for all hosts it has ever been used with.
-The database is stored in
+The database is stored in
.Pa \&.ssh/known_hosts
in the user's home directory.
-Additionally, the file
+Additionally, the file
.Pa /etc/ssh_known_hosts
is automatically checked for known hosts.
Any new hosts are automatically added to the user's file.
Disables forwarding of the authentication agent connection.
This may also be specified on a per-host basis in the configuration file.
.It Fl c Ar blowfish|3des
-Selects the cipher to use for encrypting the session.
+Selects the cipher to use for encrypting the session.
.Ar 3des
is used by default.
-It is believed to be secure.
+It is believed to be secure.
.Ar 3des
(triple-des) is an encrypt-decrypt-encrypt triple with three different keys.
It is presumably more secure than the
.Nm
is going to ask for passwords or passphrases, but the user
wants it in the background.
-This implies
+This implies
.Fl n .
The recommended way to start X11 programs at a remote site is with
something like
.It Fl g
Allows remote hosts to connect to local forwarded ports.
.It Fl i Ar identity_file
-Selects the file from which the identity (private key) for
+Selects the file from which the identity (private key) for
RSA authentication is read.
-Default is
+Default is
.Pa \&.ssh/identity
in the user's home directory.
Identity files may also be specified on
to disable the escape
character entirely (making the connection transparent for binary
data).
-.It Cm FallBackToRsh
+.It Cm FallBackToRsh
Specifies that if connecting via
.Nm
fails due to a connection refused error (there is no
.Xr sshd 8
-listening on the remote host),
+listening on the remote host),
.Xr rsh 1
should automatically be used instead (after a suitable warning about
the session being unencrypted).
.Dq no .
.It Cm ForwardX11
Specifies whether X11 connections will be automatically redirected
-over the secure channel and
+over the secure channel and
.Ev DISPLAY
set.
-The argument must be
+The argument must be
.Dq yes
or
.Dq no .
The default is
.Dq no .
.It Cm GlobalKnownHostsFile
-Specifies a file to use instead of
+Specifies a file to use instead of
.Pa /etc/ssh_known_hosts .
.It Cm HostName
Specifies the real host name to log into.
.Dq no .
.It Cm StrictHostKeyChecking
If this flag is set to
-.Dq yes ,
+.Dq yes ,
.Nm
ssh will never automatically add host keys to the
.Pa $HOME/.ssh/known_hosts
The
.Ev DISPLAY
variable indicates the location of the X11 server.
-It is automatically set by
+It is automatically set by
.Nm
to point to a value of the form
.Dq hostname:n
Set to the name of the user logging in.
.El
.Pp
-Additionally,
+Additionally,
.Nm
-reads
-.Pa $HOME/.ssh/environment ,
+reads
+.Pa $HOME/.ssh/environment ,
and adds lines of the format
.Dq VARNAME=value
to the environment.
It is possible to specify a passphrase when
generating the key; the passphrase will be used to encrypt the
sensitive part of this file using 3DES.
-.It Pa $HOME/.ssh/identity.pub
+.It Pa $HOME/.ssh/identity.pub
Contains the public key for authentication (public part of the
identity file in human-readable form).
The contents of this file should be added to
required.
This file should only be writable by root.
.It Pa /etc/shosts.equiv
-This file is processed exactly as
+This file is processed exactly as
.Pa /etc/hosts.equiv .
This file may be useful to permit logins using
.Nm
.Nm
when the user logs in just before the user's shell (or command) is
started.
-See the
+See the
.Xr sshd 8
manual page for more information.
.It Pa $HOME/.ssh/environment
has been updated to support ssh protocol 1.5, making it compatible with
all other ssh protocol 1 clients and servers.
.It
-contains added support for
+contains added support for
.Xr kerberos 8
authentication and ticket passing.
.It
.\"
.\" Created: Sat Apr 22 21:55:14 1995 ylo
.\"
-.\" $Id: sshd.8,v 1.39 2000/03/29 20:17:56 deraadt Exp $
+.\" $Id: sshd.8,v 1.40 2000/04/12 21:47:51 aaron Exp $
.\"
.Dd September 25, 1999
.Dt SSHD 8
.Op Fl k Ar key_gen_time
.Op Fl p Ar port
.Op Fl V Ar client_protocol_id
-.Sh DESCRIPTION
+.Sh DESCRIPTION
.Nm
-(Secure Shell Daemon) is the daemon program for
+(Secure Shell Daemon) is the daemon program for
.Xr ssh 1 .
Together these programs replace rlogin and rsh programs, and
provide secure encrypted communications between two untrusted hosts
.Pp
.Nm
is the daemon that listens for connections from clients.
-It is normally started at boot from
+It is normally started at boot from
.Pa /etc/rc .
It forks a new
daemon for each incoming connection.
.It Fl i
Specifies that
.Nm
-is being run from inetd.
+is being run from inetd.
.Nm
is normally not run
from inetd because it needs to generate the server key before it can
.El
.Sh CONFIGURATION FILE
.Nm
-reads configuration data from
+reads configuration data from
.Pa /etc/sshd_config
(or the file specified with
.Fl f
.It Cm IgnoreRhosts
Specifies that
.Pa .rhosts
-and
+and
.Pa .shosts
files will not be used in authentication.
.Pa /etc/hosts.equiv
and
-.Pa /etc/shosts.equiv
+.Pa /etc/shosts.equiv
are still used.
-The default is
+The default is
.Dq yes .
.It Cm IgnoreUserKnownHosts
Specifies whether
.Dq yes .
.It Cm KerberosTgtPassing
Specifies whether a Kerberos TGT may be forwarded to the server.
-Default is
+Default is
.Dq no ,
as this only works when the Kerberos KDC is actually an AFS kaserver.
.It Cm KerberosTicketCleanup
.It Cm PrintMotd
Specifies whether
.Nm
-should print
+should print
.Pa /etc/motd
when a user logs in interactively.
(On some systems it is also printed by the shell,
The minimum value is 512, and the default is 768.
.It Cm SkeyAuthentication
Specifies whether
-.Xr skey 1
+.Xr skey 1
authentication is allowed.
The default is
.Dq yes .
.Bl -enum -offset indent
.It
If the login is on a tty, and no command has been specified,
-prints last login time and
+prints last login time and
.Pa /etc/motd
(unless prevented in the configuration file or by
.Pa $HOME/.hushlogin ;
see the
-.Sx FILES
+.Sx FILES
section).
.It
If the login is on a tty, records login time.
Runs user's shell or command.
.El
.Sh AUTHORIZED_KEYS FILE FORMAT
-The
+The
.Pa $HOME/.ssh/authorized_keys
file lists the RSA keys that are
permitted for RSA authentication.
.Pp
command="dump /home",no-pty,no-port-forwarding 1024 33 23.\|.\|.\|2323 backup.hut.fi
.Sh SSH_KNOWN_HOSTS FILE FORMAT
-The
+The
.Pa /etc/ssh_known_hosts
-and
+and
.Pa $HOME/.ssh/known_hosts
files contain host public keys for all known hosts.
The global file should
Note that the lines in these files are typically hundreds of characters
long, and you definitely don't want to type in the host keys by hand.
Rather, generate them by a script
-or by taking
+or by taking
.Pa /etc/ssh_host_key.pub
and adding the host names at the front.
.Ss Examples
.Pa $HOME/.ssh/known_hosts
can but need not be world-readable.
.It Pa /etc/nologin
-If this file exists,
+If this file exists,
.Nm
refuses to let anyone except root log in.
The contents of the file
has been updated to support ssh protocol 1.5, making it compatible with
all other ssh protocol 1 clients and servers.
.It
-contains added support for
+contains added support for
.Xr kerberos 8
authentication and ticket passing.
.It
-.\" $OpenBSD: uptime.1,v 1.6 1999/08/12 19:26:39 millert Exp $
+.\" $OpenBSD: uptime.1,v 1.7 2000/04/12 21:47:51 aaron Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
.It Fl N Ar system
Extract the name list from the specified
.Ar system
-instead of the default
+instead of the default
.Pa /bsd .
.Sh SEE ALSO
.Xr w 1
utility is used to manipulate the AFS filesystem.
Note that the
.Nm
-utility does
+utility does
.Em not
modify the traditional
.Ux
Protection Server.
Note that the
.Nm
-utility does
+utility does
.Em not
modify the traditional
.Ux
.Ar transaction
.Op Fl cell Ar cellname
.Op Fl noauth
-.Op Fl verbose
+.Op Fl verbose
.Bd -filled -offset indent -compact
End a transaction. XXX what is this?
.Ed
-.\" $OpenBSD: arp.8,v 1.8 2000/03/19 17:57:01 aaron Exp $
+.\" $OpenBSD: arp.8,v 1.9 2000/04/12 21:47:52 aaron Exp $
.\" $NetBSD: arp.8,v 1.7 1995/03/01 11:50:59 chopps Exp $
.\"
.\" Copyright (c) 1985, 1991, 1993
(One that cannot be overwritten by other network traffic):
.Pp
.Dl arp -s 10.0.0.2 00:90:27:bb:cc:dd permanent
-.Pp
+.Pp
To create
.Em proxy arp
entries on an interface, fxp0,
-.\" $OpenBSD: config.8,v 1.17 2000/04/04 03:32:02 deraadt Exp $
+.\" $OpenBSD: config.8,v 1.18 2000/04/12 21:47:52 aaron Exp $
.\" $NetBSD: config.8,v 1.10 1996/08/31 20:58:16 mycroft Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.Nm config
will warn you if a
.Ar "make clean"
-is required;
+is required;
you can also do a
.Ic make depend
so that you will have dependencies there the next time you do a compile.
.PP
If for some set of options the client should always use its own value
rather than any value supplied by the server, these values can be
-defined in the
+defined in the
.B supersede
statement.
.PP
-.\" $OpenBSD: faithd.8,v 1.4 2000/03/12 16:50:26 itojun Exp $
+.\" $OpenBSD: faithd.8,v 1.5 2000/04/12 21:47:52 aaron Exp $
.\"
.\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
.\" All rights reserved.
-.\"
+.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 3. Neither the name of the project nor the names of its contributors
.\" may be used to endorse or promote products derived from this software
.\" without specific prior written permission.
-.\"
+.\"
.\" THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
.Nm
translation service,
an IPv6 address prefix must be reserved for mapping IPv4 addresses into.
-Kernel must be properly configured to route all the TCP connection
+Kernel must be properly configured to route all the TCP connection
toward the reserved IPv6 address prefix into the
.Dv faith
pseudo interface, by using
.Fl p
is not necessary as special program code is supplied.
.Pp
-.Nm
+.Nm
will relay both normal and out-of-band TCP data.
It is capable of emulating TCP half close as well.
.Nm
as either of the following:
.Bd -literal -offset
# faithd
-# faithd telnet
+# faithd telnet
.Ed
.Pp
If you would like to provide local telnet service via
.Pc .
.Pp
.Nm
-itself does not implement access controls, as
+itself does not implement access controls, as
it intends to implement transparent TCP relay services.
Administrators are advised to filter packets based on IPv6 address.
IPv6 destination address can be limited by
-.\" $OpenBSD: ifmcstat.8,v 1.2 2000/03/19 17:57:04 aaron Exp $
-.\"
+.\" $OpenBSD: ifmcstat.8,v 1.3 2000/04/12 21:47:53 aaron Exp $
+.\"
.\" Copyright (c) 1996 WIDE Project. All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" SUCH DAMAGE.
.\"
.\" from: @(#)inetd.8 6.7 (Berkeley) 3/16/91
-.\" $Id: inetd.8,v 1.13 2000/03/19 17:57:05 aaron Exp $
+.\" $Id: inetd.8,v 1.14 2000/04/12 21:47:53 aaron Exp $
.\"
.Dd March 16, 1991
.Dt INETD 8
lines.
For safety reasons the author recommends you to run
two separate process for the same server program,
-specified as two separate lines on
+specified as two separate lines on
.Pa inetd.conf ,
for
.Dq tcp6
.Dq tcp4 .
For detailed description please read on.
.Pp
-The behavior of
+The behavior of
.Dv AF_INET6
socket is documented in RFC2553.
Basically, it says as follows:
-.\" $OpenBSD: ipftest.1,v 1.14 2000/03/19 17:57:05 aaron Exp $
+.\" $OpenBSD: ipftest.1,v 1.15 2000/04/12 21:47:53 aaron Exp $
.Dd May 23, 1999
.Dt IPFTEST 1
.Os
.Sh SEE ALSO
.Xr ipf 5 ,
.Xr ipf 8 ,
-.Xr tcpdump 8
+.Xr tcpdump 8
.Sh BUGS
Not all of the input formats are capable of introducing a
wide enough variety of packets to be useful in testing.
-.\" $OpenBSD: iptest.1,v 1.4 1999/10/10 17:50:03 ericj Exp $
+.\" $OpenBSD: iptest.1,v 1.5 2000/04/12 21:47:53 aaron Exp $
.Dd October 8, 1999
.Dt IPTEST 1
.Os
so an existing interface must be specified with the
.Fl d
option.
-To limit the tests to a single group or to a single test within a group the
+To limit the tests to a single group or to a single test within a group the
.Fl 1234567
-and
+and
.Fl p
options are available. It is not possible to specify more than one
test group or point test at a time.
Zero length fragments
.It 8
packet > 64k after reassembly
-.It 9
+.It 9
IP offset with MSB set
-.It 10
+.It 10
ttl variations
.El
.It Fl 2
The point tests are:
.Pp
.Bl -tag -compact -width "1 " -offset indent
-.It 1
+.It 1
option length > packet length
-.It 2
+.It 2
option length = 0
.El
.It Fl 3
The point tests are:
.Pp
.Bl -tag -compact -width "1 " -offset indent
-.It 1
+.It 1
ICMP types 0-31 & 255
.It 2
type 3 & codes 0-31
.Bl -tag -width "1 " -compact -offset indent
.It 1
TCP flags variations, all combinations
-.It 2
+.It 2
seq = 0, 0x7fffffff, 0x8000000, 0xa0000000, 0xffffffff
-.It 3
+.It 3
ack = 0, 0x7fffffff, 0x8000000, 0xa0000000, 0xffffffff
-.It 4
-SYN packet with window of 0, 32768, 65535
-.It 5
+.It 4
+SYN packet with window of 0, 32768, 65535
+.It 5
set urgent pointer to 1, 0x7fff, 0x8000, 0xffff
-.It 6
+.It 6
data offset
-.It 7
+.It 7
sport = 0, 1, 32767, 32768, 65535
-.It 8
+.It 8
dport = 0, 1, 32767, 32768, 65535
.El
.It Fl 6
.Sh SEE ALSO
.Xr ipsend 1 ,
.Xr ipresend 1 ,
-.Xr bpf 4
+.Xr bpf 4
.Sh BUGS
If you find any, please send email to me at darrenr@cyber.com.au
.It Fl b Ar seconds
Set the console screen blanker to kick in after
.Ar seconds .
-Disable the blanker if
+Disable the blanker if
.Ar seconds
is 0.
.El
-.\" $OpenBSD: mailwrapper.8,v 1.2 2000/03/19 17:57:07 aaron Exp $
+.\" $OpenBSD: mailwrapper.8,v 1.3 2000/04/12 21:47:54 aaron Exp $
.\" $NetBSD: mailwrapper.8,v 1.5 1999/03/22 18:44:01 garbled Exp $
.\"
.\" Copyright (c) 1998
or
.Dq newaliases
and behaves appropriately.
-Typically, replacement MTAs provide similar
+Typically, replacement MTAs provide similar
functionality, either through a program that also switches behavior
based on calling name, or through a set of programs that provide
similar functionality.
they may wish to install a new MTA without altering the system
provided
.Pa /usr .
-(This may be, for example, to avoid having upgrade problems when a new
+(This may be, for example, to avoid having upgrade problems when a new
version of the system is installed over the old.)
They may also have a shared
.Pa /usr
based on configuration information placed in
.Pa /etc/mailer.conf .
This permits the administrator to configure which MTA is to be invoked on
-the system at run time.
+the system at run time.
.Sh FILES
Configuration for
.Nm
is kept in
.Pa /etc/mailer.conf .
-.Pa /usr/sbin/sendmail
+.Pa /usr/sbin/sendmail
is typically set up as a symlink to
.Nm
which is not usually invoked on its own.
.Sh DIAGNOSTICS
.Nm
-will return an error value and print a diagnostic if its configuration
+will return an error value and print a diagnostic if its configuration
file is missing or malformed, or does not contain a mapping for the
name under which
.Nm
-.\" $OpenBSD: memconfig.8,v 1.3 2000/04/12 16:50:52 aaron Exp $
+.\" $OpenBSD: memconfig.8,v 1.4 2000/04/12 21:47:54 aaron Exp $
.\"
.\" Copyright (c) 1999 Chris Costello
.\" All rights reserved.
-.\"
+.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
-.\"
+.\"
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
-.\"
+.\"
.\" $FreeBSD: src/usr.sbin/memcontrol/memcontrol.8,v 1.2 1999/10/09 16:37:37 chris Exp $
-.\"
+.\"
.Dd November 14, 1999
.Dt MEMCONFIG 8
.Os
.Sh SEE ALSO
.Xr mtrr 4
.Sh HISTORY
-.Nm memconfig
+.Nm memconfig
was originally introduced in FreeBSD 3.3 as
.Xr memcontrol 8 .
-.\" $OpenBSD: ndp.8,v 1.5 2000/03/19 17:57:08 aaron Exp $
-.\"
+.\" $OpenBSD: ndp.8,v 1.6 2000/04/12 21:47:55 aaron Exp $
+.\"
.\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
.\" All rights reserved.
-.\"
+.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 3. Neither the name of the project nor the names of its contributors
.\" may be used to endorse or promote products derived from this software
.\" without specific prior written permission.
-.\"
+.\"
.\" THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
.\"
.Sh NAME
.Nm ndp
-.Nd control/diagnose IPv6 neighbor discovery protocol
+.Nd control/diagnose IPv6 neighbor discovery protocol
.\"
.Sh SYNOPSIS
.Nm ndp
Register a NDP entry for a node.
The entry will be permanent unless the word
.Li temp
-is given in the command.
+is given in the command.
If the word
.Li proxy
is given, this system will act as an proxy NDP server,
-responding to requests for
+responding to requests for
.Ar hostname
even though the host address is not its own.
.It Fl t
-.\" $OpenBSD: pkg_add.1,v 1.18 2000/03/19 17:57:09 aaron Exp $
+.\" $OpenBSD: pkg_add.1,v 1.19 2000/04/12 21:47:55 aaron Exp $
.\"
.\" FreeBSD install - a package for the installation and maintainance
.\" of non-core utilities.
.Pp
Package names may be specified as filenames (which normally consist of the
package name itself plus the
-.Dq .tgz
-,
-.Dq .tar.gz
-, or
+.Dq .tgz ,
+.Dq .tar.gz ,
+or
.Dq .tar
suffix) or an FTP location in the form of an URL.
For example, the following is valid:
-.\" $OpenBSD: pkg_create.1,v 1.14 2000/03/27 17:15:00 espie Exp $
+.\" $OpenBSD: pkg_create.1,v 1.15 2000/04/12 21:47:55 aaron Exp $
.\"
.\" FreeBSD install - a package for the installation and maintainance
.\" of non-core utilities.
.Ar pkgname
package gets installed cause they install the same files and thus conflict.
.Ar pkgcflname
-may use
+may use
.Xr fnmatch 3
wildcards.
.It Cm @option Ar name
-Effects vary depending on
+Effects vary depending on
.Ar name .
Some options are not documented yet.
.Bl -tag -width indent
.It Ar no-default-conflict
-By default, a package conflicts with other versions of the same package.
+By default, a package conflicts with other versions of the same package.
With this option, the older package version will still be noticed, but the
installation will proceed anyway.
.El
-.\" $OpenBSD: pkg_sign.1,v 1.4 2000/03/19 17:57:11 aaron Exp $
+.\" $OpenBSD: pkg_sign.1,v 1.5 2000/04/12 21:47:55 aaron Exp $
.\"
.\" Copyright (c) 1999 Marc Espie.
.\"
.\" This product includes software developed by Marc Espie for the OpenBSD
.\" Project.
.\"
-.\" THIS SOFTWARE IS PROVIDED BY THE OPENBSD PROJECT AND CONTRIBUTORS
-.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-.\" LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+.\" THIS SOFTWARE IS PROVIDED BY THE OPENBSD PROJECT AND CONTRIBUTORS
+.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+.\" LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
.\" A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OPENBSD
-.\" PROJECT OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-.\" SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-.\" LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+.\" PROJECT OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+.\" SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+.\" LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
.\" OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.Dd September 24, 1999
embeds a cryptographic signature within a gzip file
.Ar file .
.Ar type
-can be
-.Li pgp
-(default) or
+can be
+.Li pgp
+(default) or
.Li sha1 .
If
-.Ar type
-is
-.Li pgp ,
-it will always prompt you for a passphrase to unlock your private
+.Ar type
+is
+.Li pgp ,
+it will always prompt you for a passphrase to unlock your private
pgp key, even if you don't use a passphrase (which is a bad idea, anyway).
If
.Ar type
-is
-.Li sha1 ,
+is
+.Li sha1 ,
you must supply an
.Ar id,
-which will be recorded as the name of the package, and printed as the
+which will be recorded as the name of the package, and printed as the
SHA1 checksum.
.Pp
.Nm pkg_check
checks that cryptographic signature.
-It currently disregards
+It currently disregards
.Ar type
and checks only the topmost signature.
For sha1, it checksums the file
to use to sign the package or verify the signature can be forced with
.Fl u .
.Pp
-If
-.Ar file
-is a single dash
+If
+.Ar file
+is a single dash
.Pq Sq \&-
or absent,
.Nm check_sign
reads from the standard input.
.Pp
-Package signing uses a feature of the gzip format, namely that one can
+Package signing uses a feature of the gzip format, namely that one can
set a flag
.Dv EXTRA_FIELD
in the gzip header and store extra data between the gzip header and the
.Nm pkg_sign
and
.Nm pkg_check
-return with an exit code > 0 if anything went wrong for any
+return with an exit code > 0 if anything went wrong for any
.Ar file .
For
.Nm pkg_check ,
.Bl -diag
.It "File %s is already signed"
There is a signature embedded within the gzip file already.
-.Nm pkg_sign
+.Nm pkg_sign
currently does not handle multiple signatures.
.It "File %s is not a signed gzip file"
This is an unsigned package.
.Xr pgp 1
is an ill-designed program, which is hard to interface with.
For instance, the `separate signing scheme' it pretends to offer is
-useless, as it can't be used with pipes, so that
+useless, as it can't be used with pipes, so that
.Nm pgp_sign
needs to kludge it by knowing the length of a pgp signature, and invoking
pgp in `seamless' signature mode, without compression of the main file,
The checking scheme is little less convoluted, namely we rebuild the file
that pgp expects on the fly.
.Pp
-Paths to
+Paths to
.Nm pgp
and
the checksum file are hard-coded to avoid tampering and hinder flexibility.
.Sh FILES
.Bl -tag -width "/usr/local/bin/pgp" -compact
.It Pa file.sign
-Temporary file built by
+Temporary file built by
.Nm pkg_sign
from
.Ar file .
.It Pa /usr/local/bin/pgp
-Default path to
+Default path to
.Xr pgp 1 .
.It Pa /var/db/pkgs/SHA1
Recorded checksums.
.Xr gzip 1 ,
.Xr pgp 1 ,
.Xr pkg_add 1 ,
-.Xr sha1 1
+.Xr sha1 1
-.\" $OpenBSD: ppp.8,v 1.82 2000/03/31 14:32:51 brian Exp $
+.\" $OpenBSD: ppp.8,v 1.83 2000/04/12 21:47:56 aaron Exp $
.Dd 20 September 1995
.nr XX \w'\fC00'
.Dt PPP 8
.Os
.Sh NAME
.Nm ppp
-.Nd Point to Point Protocol (a.k.a. user-ppp)
+.Nd Point to Point Protocol (a.k.a. user-ppp)
.Sh SYNOPSIS
.Nm
.Op Fl Va mode
network address translation features.
This allows
.Nm
-to act as a NAT or masquerading engine for all machines on an internal
+to act as a NAT or masquerading engine for all machines on an internal
LAN.
Refer to
.Xr libalias 3
.Dv network ,
with permissions
.Dv 04554 .
-By default,
+By default,
.Nm
will not run if the invoking user id is not zero.
This may be overridden by using the
.It
Create a log file.
.Nm
-uses
+uses
.Xr syslog 3
to log information.
A common log file name is
Connect time: 0 secs
0 octets in, 0 octets out
Overall 0 bytes/sec
-ppp ON awfulhak>
+ppp ON awfulhak>
.Ed
.Pp
The term command can now be used to talk directly to the device:
In general, correct
.Nm
operation should first be verified with network address translation disabled.
-Then, the
+Then, the
.Fl nat
option should be switched on, and network applications (web browser,
.Xr telnet 1 ,
command.
Throughput statistics are available at the
.Dq IPCP
-and
+and
.Dq physical
levels.
.It utmp
.Bd -literal -offset indent
Dial attempt 1 of 1
dial OK!
-Chat: Expecting:
-Chat: Sending:
+Chat: Expecting:
+Chat: Sending:
Chat: Expecting: login:--login:
Chat: Wait for (5): login:
Chat: Sending: ppp
Chat: Exec: sh -c "echo -n label: >&2"
Chat: Wait for (5): !sh \\-c "echo \\-n label: >&2" --> label:
Chat: Exec: /bin/echo in
-Chat: Sending:
+Chat: Sending:
Chat: Expecting: HELLO
Chat: Wait for (5): HELLO
login OK!
See
.Xr syslog.conf 5
for further details.
-.It Pa /var/spool/lock/LCK..*
+.It Pa /var/spool/lock/LCK..*
tty port locking file.
Refer to
.Xr uucplock 3
-.\" $OpenBSD: rip6query.8,v 1.1 2000/01/19 08:13:01 itojun Exp $
+.\" $OpenBSD: rip6query.8,v 1.2 2000/04/12 21:47:56 aaron Exp $
.\"
.\" Copyright (C) 1998 and 1999 WIDE Project.
.\" All rights reserved.
-.\"
+.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 3. Neither the name of the project nor the names of its contributors
.\" may be used to endorse or promote products derived from this software
.\" without specific prior written permission.
-.\"
+.\"
.\" THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-.\" $OpenBSD: rtadvd.8,v 1.9 2000/03/19 17:57:14 aaron Exp $
-.\"
+.\" $OpenBSD: rtadvd.8,v 1.10 2000/04/12 21:47:56 aaron Exp $
+.\"
.\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
.\" All rights reserved.
-.\"
+.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 3. Neither the name of the project nor the names of its contributors
.\" may be used to endorse or promote products derived from this software
.\" without specific prior written permission.
-.\"
+.\"
.\" THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-.\" $OpenBSD: rtadvd.conf.5,v 1.5 2000/03/23 21:39:57 aaron Exp $
-.\"
+.\" $OpenBSD: rtadvd.conf.5,v 1.6 2000/04/12 21:47:57 aaron Exp $
+.\"
.\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
.\" All rights reserved.
-.\"
+.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 3. Neither the name of the project nor the names of its contributors
.\" may be used to endorse or promote products derived from this software
.\" without specific prior written permission.
-.\"
+.\"
.\" THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
.El
.Pp
The following items are for ICMPv6 router advertisement message
-header.
+header.
.Bl -tag -width indent
.It Cm \&chlim
(num) The value for Cur Hop Limit field.
The default value is 64.
.It Cm \&raflags
(num) Flags field in router advertisement message header.
-Bit 7
+Bit 7
.Po
.Li 0x80
.Pc
The default value is 64.
.It Cm \&pinfoflags
(num) Flags field in prefix information option.
-Bit 7
+Bit 7
.Po
.Li 0x80
.Pc
.Sh HISTORY
The
.Xr rtadvd 8
-and the configuration file
+and the configuration file
.Nm
first appeared in WIDE Hydrangea IPv6 protocol stack kit.
.\" .Sh BUGS
-.\" $OpenBSD: rtsold.8,v 1.8 2000/04/12 16:50:53 aaron Exp $
-.\"
+.\" $OpenBSD: rtsold.8,v 1.9 2000/04/12 21:47:57 aaron Exp $
+.\"
.\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
.\" All rights reserved.
-.\"
+.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 3. Neither the name of the project nor the names of its contributors
.\" may be used to endorse or promote products derived from this software
.\" without specific prior written permission.
-.\"
+.\"
.\" THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
.\" $NetBSD: $
-.\" $OpenBSD: getencstat.8,v 1.3 2000/03/28 23:40:05 aaron Exp $
+.\" $OpenBSD: getencstat.8,v 1.4 2000/04/12 21:47:57 aaron Exp $
.\" $FreeBSD: $
.\"
.\" Copyright (c) 2000 Matthew Jacob
.\" All rights reserved.
.\"
-.\" Redistribution and use in source and binary forms, with or without
+.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\" notice, this list of conditions, and the following disclaimer,
.\" without modification, immediately at the beginning of the file.
.\" 2. The name of the author may not be used to endorse or promote products
-.\" derived from this software without specific prior written permission.
+.\" derived from this software without specific prior written permission.
.\"
.\" Alternatively, this software may be distributed under the terms of the
.\" the GNU Public License ("GPL").
.\" ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
-.\" $OpenBSD: sesd.8,v 1.4 2000/03/28 23:40:05 aaron Exp $
+.\" $OpenBSD: sesd.8,v 1.5 2000/04/12 21:47:57 aaron Exp $
.\"
.\" Copyright (c) 2000 Matthew Jacob
.\" All rights reserved.
.\"
-.\" Redistribution and use in source and binary forms, with or without
+.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\" notice, this list of conditions, and the following disclaimer,
.\" without modification, immediately at the beginning of the file.
.\" 2. The name of the author may not be used to endorse or promote products
-.\" derived from this software without specific prior written permission.
+.\" derived from this software without specific prior written permission.
.\"
.\" Alternatively, this software may be distributed under the terms of the
.\" the GNU Public License ("GPL").
.\" ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
(see
.Xr syslogd 8 ) .
At least one device must be specified.
-When no other options are supplied,
+When no other options are supplied,
.Nm
detached becomes a daemon, by default waking up every 30 seconds to
poll each device for a change in state.
.Sh SEE ALSO
.Xr ses 4 ,
.Xr syslogd 8 ,
-.Xr getencstat 8 ,
+.Xr getencstat 8 ,
.Xr setencstat 8 ,
.Xr setobjstat 8
.Sh BUGS
.\" $NetBSD: $
-.\" $OpenBSD: setencstat.8,v 1.1 2000/02/21 08:45:15 mjacob Exp $
+.\" $OpenBSD: setencstat.8,v 1.2 2000/04/12 21:47:58 aaron Exp $
.\" $FreeBSD: $
.\"
.\" Copyright (c) 2000 Matthew Jacob
.\" All rights reserved.
.\"
-.\" Redistribution and use in source and binary forms, with or without
+.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\" notice, this list of conditions, and the following disclaimer,
.\" without modification, immediately at the beginning of the file.
.\" 2. The name of the author may not be used to endorse or promote products
-.\" derived from this software without specific prior written permission.
+.\" derived from this software without specific prior written permission.
.\"
.\" Alternatively, this software may be distributed under the terms of the
.\" the GNU Public License ("GPL").
.\" ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\" $NetBSD: $
-.\" $OpenBSD: setobjstat.8,v 1.2 2000/03/23 21:39:57 aaron Exp $
+.\" $OpenBSD: setobjstat.8,v 1.3 2000/04/12 21:47:58 aaron Exp $
.\" $FreeBSD: $
.\"
.\" Copyright (c) 2000 Matthew Jacob
.\" All rights reserved.
.\"
-.\" Redistribution and use in source and binary forms, with or without
+.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\" notice, this list of conditions, and the following disclaimer,
.\" without modification, immediately at the beginning of the file.
.\" 2. The name of the author may not be used to endorse or promote products
-.\" derived from this software without specific prior written permission.
+.\" derived from this software without specific prior written permission.
.\"
.\" Alternatively, this software may be distributed under the terms of the
.\" the GNU Public License ("GPL").
.\" ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
-.\" $OpenBSD: traceroute6.8,v 1.2 2000/02/16 06:09:26 itojun Exp $
-.\"
+.\" $OpenBSD: traceroute6.8,v 1.3 2000/04/12 21:47:58 aaron Exp $
+.\"
.\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
.\" All rights reserved.
-.\"
+.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 3. Neither the name of the project nor the names of its contributors
.\" may be used to endorse or promote products derived from this software
.\" without specific prior written permission.
-.\"
+.\"
.\" THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE