diff options
95 files changed, 204 insertions, 201 deletions
diff --git a/games/fortune/strfile/strfile.8 b/games/fortune/strfile/strfile.8 index 451f1c9168a..f472f22225f 100644 --- a/games/fortune/strfile/strfile.8 +++ b/games/fortune/strfile/strfile.8 @@ -117,7 +117,7 @@ u_int8_t str_pad[3]; /* padding */ .Ed .Pp All fields are written in network byte order. Each field is also -written independantly so as to avoid structure padding problems on +written independently so as to avoid structure padding problems on some architectures. .Pp The purpose of diff --git a/gnu/libexec/ld.so/ld.so/ld.so.8 b/gnu/libexec/ld.so/ld.so/ld.so.8 index 0f6cd543537..029c5832536 100644 --- a/gnu/libexec/ld.so/ld.so/ld.so.8 +++ b/gnu/libexec/ld.so/ld.so/ld.so.8 @@ -61,7 +61,7 @@ If the library is corrupt. .SB Require major version x and found y .PD .B ld.so -cannot use the library version found as it is incompatable with the +cannot use the library version found as it is incompatible with the binary attempting to be executed. .TP .SB using incompatible library 'libfoo' @@ -140,7 +140,7 @@ shared libraries .LP Currently .B ld.so -has no means of unloading and searching for compatable or newer version of +has no means of unloading and searching for compatible or newer version of libraries. .PP .SH BUGS diff --git a/gnu/libexec/ld.so/ldd/ldd.1 b/gnu/libexec/ld.so/ldd/ldd.1 index 616e2098691..832090bac26 100644 --- a/gnu/libexec/ld.so/ldd/ldd.1 +++ b/gnu/libexec/ld.so/ldd/ldd.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ldd.1,v 1.1 1996/10/04 21:27:04 pefo Exp $ +.\" $OpenBSD: ldd.1,v 1.2 1999/09/23 04:11:58 alex Exp $ .\" .\" Copyright (c) 1996 Per Fogelstrom .\" @@ -47,7 +47,7 @@ displays the shared objects needed to run .Nm ldd uses the .Nm DT_NEEDED -tags to determine what dynamic objects are requiered. To list the objects +tags to determine what dynamic objects are required. To list the objects .Nm ldd sets the environment variable .Nm LD_TRACE_LOADED_OBJECTS diff --git a/gnu/usr.bin/bc/doc/bc.1 b/gnu/usr.bin/bc/doc/bc.1 index 8cad3ce48d3..3407e0f063b 100644 --- a/gnu/usr.bin/bc/doc/bc.1 +++ b/gnu/usr.bin/bc/doc/bc.1 @@ -750,7 +750,7 @@ This is the same as the \fB-s\fR option. .IP "BC_ENV_ARGS" This is another mechanism to get arguments to \fBbc\fR. The format is the same as the command line arguments. These arguments -are processed first, so any files listed in the environent arguments +are processed first, so any files listed in the environment arguments are processed before any command line argument files. This allows the user to set up "standard" options and files to be processed at every invocation of \fBbc\fR. The files in the environment diff --git a/gnu/usr.bin/binutils/gprof/gprof.1 b/gnu/usr.bin/binutils/gprof/gprof.1 index d86a3918dc6..8ec86fb8af4 100644 --- a/gnu/usr.bin/binutils/gprof/gprof.1 +++ b/gnu/usr.bin/binutils/gprof/gprof.1 @@ -81,8 +81,8 @@ Second, a flat profile is given, similar to that provided by .BR prof ( 1 ) . This listing gives the total execution times, the call counts, -the time in milleseconds the call spent in the routine itself, and -the time in milleseconds the call spent in the routine itself including +the time in milliseconds the call spent in the routine itself, and +the time in milliseconds the call spent in the routine itself including its descendents. .PP Finally, an index of the function names is provided. diff --git a/gnu/usr.bin/sudo/sudo/sudoers.5 b/gnu/usr.bin/sudo/sudo/sudoers.5 index fae8dd28129..911879e3c7b 100644 --- a/gnu/usr.bin/sudo/sudo/sudoers.5 +++ b/gnu/usr.bin/sudo/sudo/sudoers.5 @@ -1,5 +1,5 @@ .rn '' }` -''' $OpenBSD: sudoers.5,v 1.10 1999/03/29 20:29:07 millert Exp $ +''' $OpenBSD: sudoers.5,v 1.11 1999/09/23 04:11:59 alex Exp $ ''' .de Sh .br @@ -388,7 +388,7 @@ on the \f(CWREMOTE\fR machines and commands in the \f(CWLPCS\fR alias on any machine. .Ip "jimbo" 16 The user \f(CWjimbo\fR may \f(CWsu\fR to any user save root on the -machines on \f(CWCUNETS\fR (which is explicately listed as a class +machines on \f(CWCUNETS\fR (which is explicitly listed as a class B network). .Ip "nieusma" 16 The user \f(CWnieusma\fR may run commands in the \f(CWSHUTDOWN\fR alias diff --git a/gnu/usr.sbin/mkisofs/mkisofs.8 b/gnu/usr.sbin/mkisofs/mkisofs.8 index 30847921902..f07e93856ae 100644 --- a/gnu/usr.sbin/mkisofs/mkisofs.8 +++ b/gnu/usr.sbin/mkisofs/mkisofs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mkisofs.8,v 1.2 1998/04/05 00:39:33 deraadt Exp $ +.\" $OpenBSD: mkisofs.8,v 1.3 1999/09/23 04:11:59 alex Exp $ .\" $From: mkisofs.8,v 1.5 1997/04/10 02:45:50 eric Rel $ .\" -*- nroff -*- .TH MKISOFS 8 "9 Apr 1997" "Version 1.11.2" @@ -203,7 +203,7 @@ This is useful for quickly repacking a CD while adding files to it. The format of this file is path1/file=path2 where path1 is the directory in the ISO9660 file system where file should appear and path2 is the where to find the file. NOTE: This option doesn't work well, and -needs to be compltely redone so that integration with the rest of mkisofs +needs to be completely redone so that integration with the rest of mkisofs is handled in a cleaner fashion. .TP .I \-l diff --git a/kerberosIV/krb/krb_sendauth.3 b/kerberosIV/krb/krb_sendauth.3 index 6156d3eeb3b..4cca0cda727 100644 --- a/kerberosIV/krb/krb_sendauth.3 +++ b/kerberosIV/krb/krb_sendauth.3 @@ -26,7 +26,7 @@ .\"this software for any purpose. It is provided "as is" without express .\"or implied warranty. .\" -.\" $OpenBSD: krb_sendauth.3,v 1.4 1998/02/25 15:51:25 art Exp $ +.\" $OpenBSD: krb_sendauth.3,v 1.5 1999/09/23 04:11:59 alex Exp $ .TH KRB_SENDAUTH 3 "Kerberos Version 4.0" "MIT Project Athena" .SH NAME krb_sendauth, krb_recvauth, krb_net_write, krb_net_read \- @@ -319,7 +319,7 @@ If you set this argument to "", looks for the service key in the file .IR /etc/srvtab. -If the client and server are performing mutual authenication, +If the client and server are performing mutual authentication, the .I schedule argument diff --git a/lib/libc/compat-43/sigvec.3 b/lib/libc/compat-43/sigvec.3 index 81ccf96491d..9e7f162e0b2 100644 --- a/lib/libc/compat-43/sigvec.3 +++ b/lib/libc/compat-43/sigvec.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: sigvec.3,v 1.14 1999/07/09 13:35:15 aaron Exp $ +.\" $OpenBSD: sigvec.3,v 1.15 1999/09/23 04:11:59 alex Exp $ .\" .Dd April 29, 1991 .Dt SIGVEC 3 @@ -303,7 +303,7 @@ or .Dv SIGSTOP . .El .Sh EXAMPLE -For an example of signal handler declerations, see +For an example of signal handler declarations, see .Xr sigaction 2 . .Sh SEE ALSO .Xr kill 1 , diff --git a/lib/libc/crypt/blowfish.3 b/lib/libc/crypt/blowfish.3 index 647c8cb6b20..b73d727c91f 100644 --- a/lib/libc/crypt/blowfish.3 +++ b/lib/libc/crypt/blowfish.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: blowfish.3,v 1.5 1999/07/09 13:35:15 aaron Exp $ +.\" $OpenBSD: blowfish.3,v 1.6 1999/09/23 04:12:00 alex Exp $ .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. .\" @@ -65,7 +65,7 @@ function initializes the 4 8bit S-boxes and the 18 Subkeys with the hexadecimal digits of Pi. The key is used for further randomization. The first argument to .Fn blf_enc -is the initalized state derived from +is the initialized state derived from .Fn blf_key . The stream of 32-bit words is encrypted in Electronic Codebook Mode (ECB) and diff --git a/lib/libc/gen/ftok.3 b/lib/libc/gen/ftok.3 index ceed63921e1..c6a747da494 100644 --- a/lib/libc/gen/ftok.3 +++ b/lib/libc/gen/ftok.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ftok.3,v 1.8 1999/07/07 10:55:36 aaron Exp $ +.\" $OpenBSD: ftok.3,v 1.9 1999/09/23 04:12:00 alex Exp $ .\" .\" Copyright (c) 1994 SigmaSoft, Th. Lockert <tholo@sigmasoft.com> .\" All rights reserved. @@ -30,7 +30,7 @@ .Os .Sh NAME .Nm ftok -.Nd create IPC indentifier from a pathname +.Nd create IPC identifier from a pathname .Sh SYNOPSIS .Fd #include <sys/types.h> .Fd #include <sys/ipc.h> diff --git a/lib/libc/sys/select.2 b/lib/libc/sys/select.2 index fe5e4bd84bd..88349838865 100644 --- a/lib/libc/sys/select.2 +++ b/lib/libc/sys/select.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: select.2,v 1.14 1999/06/29 14:10:17 aaron Exp $ +.\" $OpenBSD: select.2,v 1.15 1999/09/23 04:12:00 alex Exp $ .\" $NetBSD: select.2,v 1.5 1995/06/27 22:32:28 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -230,7 +230,7 @@ Even though some systems stupidly act in this different way, it is unlikely this semantic will ever be commonly implemented, as the change causes massive source code compatibility problems. Furthermore, recent new standards have dictated the current behaviour. -In general, due to the existance of those brain-damaged +In general, due to the existence of those brain-damaged non-conforming systems, it is unwise to assume that the timeout value will be unmodified by the .Fn select diff --git a/lib/libc/sys/shmat.2 b/lib/libc/sys/shmat.2 index 8e20b9d4650..51d020b5a36 100644 --- a/lib/libc/sys/shmat.2 +++ b/lib/libc/sys/shmat.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: shmat.2,v 1.8 1999/06/29 14:10:19 aaron Exp $ +.\" $OpenBSD: shmat.2,v 1.9 1999/09/23 04:12:00 alex Exp $ .\" $NetBSD: shmat.2,v 1.2 1997/03/27 08:20:38 mikel Exp $ .\" .\" Copyright (c) 1995 Frank van der Linden @@ -80,7 +80,7 @@ from the calling process' address space. .Fa shmaddr must be a value returned by a prior .Fn shmat -call. A shared memory segment will remain existant until it is removed by +call. A shared memory segment will remain existent until it is removed by a call to .Xr shmctl 2 with the diff --git a/lib/libc/sys/shmget.2 b/lib/libc/sys/shmget.2 index 301f9b8b9f1..ff4147077f1 100644 --- a/lib/libc/sys/shmget.2 +++ b/lib/libc/sys/shmget.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: shmget.2,v 1.7 1999/06/29 14:10:20 aaron Exp $ +.\" $OpenBSD: shmget.2,v 1.8 1999/09/23 04:12:00 alex Exp $ .\" $NetBSD: shmget.2,v 1.2 1997/03/27 08:20:39 mikel Exp $ .\" .\" Copyright (c) 1995 Frank van der Linden @@ -114,7 +114,7 @@ are set in and a shared memory segment is already associated with .Fa key . .It Bq Er ENOSPC -A new shared memory indentifier could not be created because the system limit +A new shared memory identifier could not be created because the system limit for the number of shared memory identifiers has been reached. .It Bq Er ENOENT .Dv IPC_CREAT diff --git a/lib/libc_r/man/sigwait.3 b/lib/libc_r/man/sigwait.3 index 85eb97b86aa..724189b4855 100644 --- a/lib/libc_r/man/sigwait.3 +++ b/lib/libc_r/man/sigwait.3 @@ -1,11 +1,11 @@ -.\" $OpenBSD: sigwait.3,v 1.7 1999/07/07 10:50:05 aaron Exp $ +.\" $OpenBSD: sigwait.3,v 1.8 1999/09/23 04:12:00 alex Exp $ .\" David Leonard <d@openbsd.org>, 1998. Public domain. .Dd August 20, 1998 .Dt SIGWAIT 3 .Os .Sh NAME .Nm sigwait -.Nd synchonously accept a signal +.Nd synchronously accept a signal .Sh SYNOPSIS .Fd #include <signal.h> .Ft int @@ -49,7 +49,7 @@ if more than a single thread is waiting is unspecified. .Sh RETURN VALUES Upon successful completion, .Fn sigwait -stores the signal number of the recived signal at the location referenced by +stores the signal number of the received signal at the location referenced by .Fa sig and returns zero. .Sh ERRORS diff --git a/lib/libdes/des_crypt.3 b/lib/libdes/des_crypt.3 index 9feb447129e..1ffed45bf35 100644 --- a/lib/libdes/des_crypt.3 +++ b/lib/libdes/des_crypt.3 @@ -498,11 +498,11 @@ The routines are optimised for 32 bit machines and so are not efficient on IBM PCs. .PP NOTE: extensive work has been done on this library since this document -was origionally written. Please try to read des.doc from the libdes +was originally written. Please try to read des.doc from the libdes distribution since it is far more upto date and documents more of the functions. Libdes is now also being shipped as part of SSLeay, a general cryptographic library that amonst other things implements -netscapes SSL protocoll. The most recent version can be found in +netscapes SSL protocol. The most recent version can be found in SSLeay distributions. .SH AUTHOR Eric Young (eay@mincom.oz.au or eay@psych.psy.uq.oz.au) diff --git a/lib/libedit/editrc.5 b/lib/libedit/editrc.5 index 044b0271e99..9939463df8b 100644 --- a/lib/libedit/editrc.5 +++ b/lib/libedit/editrc.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: editrc.5,v 1.8 1999/07/09 13:35:25 aaron Exp $ +.\" $OpenBSD: editrc.5,v 1.9 1999/09/23 04:12:01 alex Exp $ .\" $NetBSD: editrc.5,v 1.4 1997/04/24 20:20:31 christos Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -214,7 +214,7 @@ or indicating that the terminal does or does not have that capability. .Pp .Fl s -returns an emptry string for non-existant capabilities, rather than +returns an emptry string for non-existent capabilities, rather than causing an error. .Fl v causes messages to be verbose. diff --git a/lib/libkeynote/keynote.1 b/lib/libkeynote/keynote.1 index 184eb48e1c6..b28fa0f882f 100644 --- a/lib/libkeynote/keynote.1 +++ b/lib/libkeynote/keynote.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: keynote.1,v 1.8 1999/07/09 13:35:29 aaron Exp $ +.\" $OpenBSD: keynote.1,v 1.9 1999/09/23 04:12:01 alex Exp $ .\" .\" The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) .\" @@ -83,7 +83,7 @@ The optional parameters .Fa print-offset and .Fa print-length -specify the offset from the begining of the line where the key +specify the offset from the beginning of the line where the key will be printed, and the number of characters of the key that will be printed per line. .Fa print-length @@ -93,7 +93,7 @@ for the first line and has to be longer (by at least 2) than .Fa AlgorithmName . .Fa print-length also accounts for the line-continuation character (backslash) at -the end of each line, and the doublequotes at the begining and end +the end of each line, and the doublequotes at the beginning and end of the key encoding. Default values are 12 and 50 respectively. .Sh ASSERTION SIGNING "keynote sign" reads the assertion contained in diff --git a/lib/libocurses/PSD.doc/intro.5 b/lib/libocurses/PSD.doc/intro.5 index d0f96575b4b..50289522d2d 100644 --- a/lib/libocurses/PSD.doc/intro.5 +++ b/lib/libocurses/PSD.doc/intro.5 @@ -46,7 +46,7 @@ line) is output. .pp Likewise, if scrolling is enabled, a scroll will be invoked only when the first character on he first line past the bottom line of the window is -output. If scrolling is not enabled the chracters will to be output to the +output. If scrolling is not enabled the characters will to be output to the bottom right corner of the window which is the cursor location. .pp This policy allows consistent behavior of the cursor at the boundary diff --git a/lib/libpthread/man/sigwait.3 b/lib/libpthread/man/sigwait.3 index 85eb97b86aa..724189b4855 100644 --- a/lib/libpthread/man/sigwait.3 +++ b/lib/libpthread/man/sigwait.3 @@ -1,11 +1,11 @@ -.\" $OpenBSD: sigwait.3,v 1.7 1999/07/07 10:50:05 aaron Exp $ +.\" $OpenBSD: sigwait.3,v 1.8 1999/09/23 04:12:00 alex Exp $ .\" David Leonard <d@openbsd.org>, 1998. Public domain. .Dd August 20, 1998 .Dt SIGWAIT 3 .Os .Sh NAME .Nm sigwait -.Nd synchonously accept a signal +.Nd synchronously accept a signal .Sh SYNOPSIS .Fd #include <signal.h> .Ft int @@ -49,7 +49,7 @@ if more than a single thread is waiting is unspecified. .Sh RETURN VALUES Upon successful completion, .Fn sigwait -stores the signal number of the recived signal at the location referenced by +stores the signal number of the received signal at the location referenced by .Fa sig and returns zero. .Sh ERRORS diff --git a/lib/libssl/src/doc/ca.1 b/lib/libssl/src/doc/ca.1 index 5b0c5a198d0..e9e390a4340 100644 --- a/lib/libssl/src/doc/ca.1 +++ b/lib/libssl/src/doc/ca.1 @@ -34,7 +34,7 @@ The ca program uses the ssleay.conf file for most of its configuration -gencrl days - Generate a new CRL, days is when the next CRL is due This will generate a new certificate revocion list. -days arg - number of days to certify the certificate for - When certifiying certificates, this is the number of days to use. + When certifying certificates, this is the number of days to use. -md arg - md to use, one of md2, md5, sha or sha1 -policy arg - The CA 'policy' to support I'll describe this later, but there are 2 policies definied in the @@ -46,7 +46,7 @@ The ca program uses the ssleay.conf file for most of its configuration -in file - The input PEM encoded certificate request(s) -out file - Where to put the output file(s) -outdir dir - Where to put output certificates - The -out options concatinates all the output certificied + The -out options concatenates all the output certificates to one file, -outdir puts them in a directory, named by serial number. -infiles .... - The last argument, requests to process @@ -54,7 +54,7 @@ The ca program uses the ssleay.conf file for most of its configuration Just about all the above have default values defined in ssleay.conf. -The key variables in ssleay.conf are (for the pariticular '-name' being +The key variables in ssleay.conf are (for the particular '-name' being used, in the default, it is CA_default). dir is where all the CA database stuff is kept. @@ -93,8 +93,8 @@ The org.Unit,Name does not have to be present and commonName = supplied commonName must be supplied in the certificate request. -For the 'policy_match' polocy, the order of the attributes in the -generated certiticate would be +For the 'policy_match' policy, the order of the attributes in the +generated certificate would be countryName stateOrProvinceName organizationName diff --git a/lib/libutil/pw_init.3 b/lib/libutil/pw_init.3 index d5f05f7b437..672555cbc5b 100644 --- a/lib/libutil/pw_init.3 +++ b/lib/libutil/pw_init.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pw_init.3,v 1.3 1999/09/21 04:52:46 csapuntz Exp $ +.\" $OpenBSD: pw_init.3,v 1.4 1999/09/23 04:12:01 alex Exp $ .\" .\" Copyright (c) 1995 .\" The Regents of the University of California. All rights reserved. @@ -49,7 +49,7 @@ .Nm pw_error .Nd utility functions for interactive passwd file updates .Sh SYNOPSIS -.Fd #indlude <pwd.h> +.Fd #include <pwd.h> .Fd #include <util.h> .Ft void .Fn pw_init diff --git a/libexec/smtpd/smtpfwdd/smtpfwdd.8 b/libexec/smtpd/smtpfwdd/smtpfwdd.8 index d31205e5f46..cc33718aa6c 100644 --- a/libexec/smtpd/smtpfwdd/smtpfwdd.8 +++ b/libexec/smtpd/smtpfwdd/smtpfwdd.8 @@ -1,4 +1,4 @@ -.\" $Id: smtpfwdd.8,v 1.11 1999/07/09 13:35:52 aaron Exp $ +.\" $Id: smtpfwdd.8,v 1.12 1999/09/23 04:12:01 alex Exp $ .Dd December 10, 1997 .Dt SMTPFWDD 8 .Os @@ -26,7 +26,7 @@ stores messages and invokes a mail program (such as .Xr sendmail 8 ) to forward them. It is the forward -portion of an SMTP store and foward proxy. +portion of an SMTP store and forward proxy. .Nm smtpfwdd is a standalone daemon, usually invoked at system startup. .Sh OPTIONS diff --git a/sbin/brconfig/brconfig.8 b/sbin/brconfig/brconfig.8 index bb44a598e22..0f9817b9125 100644 --- a/sbin/brconfig/brconfig.8 +++ b/sbin/brconfig/brconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: brconfig.8,v 1.1 1999/09/01 03:28:01 deraadt Exp $ +.\" $OpenBSD: brconfig.8,v 1.2 1999/09/23 04:12:02 alex Exp $ .\" .\" Copyright (c) 1999 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -185,7 +185,7 @@ Finally, xl0 is marked so that it will not receive packets with destinations not found in the address cache of bridge0. This setup is the most secure, and means that bogus MAC addresses seen by the xl0 side of the bridge -will not be propogated to the rest of the network. +will not be propagated to the rest of the network. Also, no packets will be sent on xl0 segment by the bridge unless they are broadcast packets or are for 8:0:20:1e:2f:2b. .El diff --git a/sbin/ipf/ipf.4 b/sbin/ipf/ipf.4 index d244e0fc057..371c8a0a69b 100644 --- a/sbin/ipf/ipf.4 +++ b/sbin/ipf/ipf.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipf.4,v 1.13 1998/09/15 09:55:44 pattonme Exp $ +.\" $OpenBSD: ipf.4,v 1.14 1999/09/23 04:12:02 alex Exp $ .TH IPF 4 .SH NAME ipf \- packet filtering kernel interface @@ -103,7 +103,7 @@ Flags which are recognised in fr_pass: FR_LOGFIRST 0x000040 /* log only the first packet to match */ FR_RETRST 0x000080 /* return a TCP RST packet if blocked */ FR__RETICMP 0x000100 /* return an ICMP packet if blocked */ - FR_NOMATCH 0x000200 /* no match occured */ + FR_NOMATCH 0x000200 /* no match occurred */ FR_ACCOUNT 0x000400 /* count packet bytes */ FR_KEEPFRAG 0x000800 /* keep fragment information */ FR_KEEPSTATE 0x001000 /* keep `connection' state information */ @@ -141,7 +141,7 @@ from the list(s). The values which it will take and recognise are FR_INQUE and FR_OUTQUE (see above). \fBGeneral Logging Flags\fP -There are two flags which can be set to log packets independantly of the +There are two flags which can be set to log packets independently of the rules used. These allow for packets which are either passed or blocked to be logged. To set (and clear)/get these flags, two ioctls are provided: diff --git a/sbin/isakmpd/isakmpd.conf.5 b/sbin/isakmpd/isakmpd.conf.5 index db18d6f509d..c45c0a8db64 100644 --- a/sbin/isakmpd/isakmpd.conf.5 +++ b/sbin/isakmpd/isakmpd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isakmpd.conf.5,v 1.25 1999/08/26 22:28:43 niklas Exp $ +.\" $OpenBSD: isakmpd.conf.5,v 1.26 1999/09/23 04:12:02 alex Exp $ .\" $EOM: isakmpd.conf.5,v 1.31 1999/08/20 01:20:44 angelos Exp $ .\" .\" Copyright (c) 1998, 1999 Niklas Hallqvist. All rights reserved. @@ -69,7 +69,7 @@ Then the comment goes on to the end of the line. Often the right-hand side values consist of other section names. This results in a tree structure. Some values are treated as a list of several scalar values, such lists always -use comma as the separator. Some values are formated like this: X,Y:Z, which +use comma as the separator. Some values are formatted like this: X,Y:Z, which is an offer/accept syntax, where X is a value we offer and Y:Z is a range of accepted values, inclusive. .Pp diff --git a/sbin/mount_null/mount_null.8 b/sbin/mount_null/mount_null.8 index 9da4985a139..0eee27d0b5b 100644 --- a/sbin/mount_null/mount_null.8 +++ b/sbin/mount_null/mount_null.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_null.8,v 1.12 1999/07/21 01:07:55 deraadt Exp $ +.\" $OpenBSD: mount_null.8,v 1.13 1999/09/23 04:12:02 alex Exp $ .\" $NetBSD: mount_null.8,v 1.4 1996/04/10 20:57:19 thorpej Exp $ .\" .\" Copyright (c) 1992, 1993, 1994 @@ -175,7 +175,7 @@ process when constructing other vnode stacks. .Sh CREATING OTHER FILE SYSTEM LAYERS One of the easiest ways to construct new file system layers is to make a copy of the null layer, rename all files and variables, and -then begin modifyng the copy. +then begin modifying the copy. .Xr sed 1 can be used to easily rename all variables. diff --git a/sbin/photurisd/photurisd.8 b/sbin/photurisd/photurisd.8 index a26fbe7d59d..fcf5919bf7f 100644 --- a/sbin/photurisd/photurisd.8 +++ b/sbin/photurisd/photurisd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: photurisd.8,v 1.5 1999/07/03 02:11:08 aaron Exp $ +.\" $OpenBSD: photurisd.8,v 1.6 1999/09/23 04:12:02 alex Exp $ .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. .\" @@ -129,7 +129,7 @@ They are followed by an integer. The file .Pa attributes.conf contains the attributes, i.e., different choices of encryption -and authenication, offered to the other peer. If a line starts with an ip +and authentication, offered to the other peer. If a line starts with an ip address and a space separated netmask the following attributes are only offered to hosts lying in that net range. Only one attribute per line is allowed. An attribute can either be an already defined tag or diff --git a/sbin/raidctl/raidctl.8 b/sbin/raidctl/raidctl.8 index ba6e94df753..e5c05f882bf 100644 --- a/sbin/raidctl/raidctl.8 +++ b/sbin/raidctl/raidctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: raidctl.8,v 1.7 1999/07/30 17:24:32 peter Exp $ +.\" $OpenBSD: raidctl.8,v 1.8 1999/09/23 04:12:02 alex Exp $ .\" .\" $NetBSD: raidctl.8,v 1.8 1999/03/24 06:18:30 mycroft Exp $ .\" @@ -345,7 +345,7 @@ of the options for .Nm raidctl , and that they understand how the component reconstruction process works. While this example is not created as a tutorial, the steps -shown here can be easily dupilicated using four equal-sized partitions +shown here can be easily duplicated using four equal-sized partitions from any number of disks (including all four from a single disk). .Pp The primary uses of diff --git a/sbin/reboot/boot_mac68k.8 b/sbin/reboot/boot_mac68k.8 index a4e3ea2a9dc..b1e1321ee42 100644 --- a/sbin/reboot/boot_mac68k.8 +++ b/sbin/reboot/boot_mac68k.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot_mac68k.8,v 1.9 1999/06/04 02:45:23 aaron Exp $ +.\" $OpenBSD: boot_mac68k.8,v 1.10 1999/09/23 04:12:03 alex Exp $ .\" $NetBSD: boot_mac68k.8,v 1.1 1995/07/02 02:09:52 briggs Exp $ .\" .\" Copyright (c) 1990, 1991 The Regents of the University of California. @@ -93,7 +93,7 @@ of the program to be configured differently (e.g. to boot different bsd or bsd.test, or to boot from two different drives). .Pp One option that may be specified is a boot to single-user mode. This -stops the boot process very early on and allows system maintenence. +stops the boot process very early on and allows system maintenance. If one wishes to provide some security at this phase of the boot, remove the .Dq secure diff --git a/sbin/routed/routed.8 b/sbin/routed/routed.8 index 24076dddc2e..e728ebba316 100644 --- a/sbin/routed/routed.8 +++ b/sbin/routed/routed.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: routed.8,v 1.25 1999/07/03 02:11:07 aaron Exp $ +.\" $OpenBSD: routed.8,v 1.26 1999/09/23 04:12:03 alex Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -50,7 +50,7 @@ .Op Fl P Ar parms .Sh DESCRIPTION .Nm -is a dameon invoked at boot time to manage the network +is a daemon invoked at boot time to manage the network routing tables. It uses Routing Information Protocol, RIPv1 (RFC\ 1058), RIPv2 (RFC\ 1723), @@ -544,7 +544,7 @@ multicast when possible. .It Cm no_rdisc Disables the Internet Router Discovery Protocol. .It Cm no_solicit -Disables the tranmission of Router Discovery Solicitations. +Disables the transmission of Router Discovery Solicitations. .It Cm send_solicit Specifies that Router Discovery solicitations should be sent, even on point-to-point links, diff --git a/sbin/startkey/startkey.1 b/sbin/startkey/startkey.1 index f22b6d7e946..2253a9c05c4 100644 --- a/sbin/startkey/startkey.1 +++ b/sbin/startkey/startkey.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: startkey.1,v 1.5 1999/07/21 06:39:29 deraadt Exp $ +.\" $OpenBSD: startkey.1,v 1.6 1999/09/23 04:12:03 alex Exp $ .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. .\" @@ -42,9 +42,9 @@ .Sh DESCRIPTION The .Nm -utility attemps to contact the +utility attempts to contact the .Xr photurisd 8 -daemon and initalize a key exchange. The flags are: +daemon and initialize a key exchange. The flags are: .Bl -tag -width Ds .It Fl d Ar directory The diff --git a/sbin/wicontrol/wicontrol.8 b/sbin/wicontrol/wicontrol.8 index be980694c8a..bb72d5d44c1 100644 --- a/sbin/wicontrol/wicontrol.8 +++ b/sbin/wicontrol/wicontrol.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wicontrol.8,v 1.1 1999/07/11 16:31:08 niklas Exp $ +.\" $OpenBSD: wicontrol.8,v 1.2 1999/09/23 04:12:03 alex Exp $ .\" .\" Copyright (c) 1997, 1998, 1999 .\" Bill Paul <wpaul@ctr.columbia.edu> All rights reserved. @@ -164,7 +164,7 @@ Set the for a specified interface. The legal values for .Ar port type are 1 (BSS mode) and 3 (ad-hoc) mode. In ad-hoc mode, the station can -comminicate directly with any other stations within direct radio range +communicate directly with any other stations within direct radio range (provided that they are also operating in ad-hoc mode). In BSS mode, hosts must associate with a service set controlled by an access point, which relays traffic between end stations. The default setting is 3 @@ -187,7 +187,7 @@ The can be any number from 350 to 2304. The default is 2304. .It Fl i Ar iface Fl r Ar RTS threshold Set the RTS/CTS threshold for a given interface. This controls the -number of bytes used for the RTS/CTS handhake boundary. The +number of bytes used for the RTS/CTS handshake boundary. The .Ar RTS threshold can be any value between 0 and 2047. The default is 2347. .It Fl i Ar iface Fl f Ar frequency diff --git a/share/man/man4/atalk.4 b/share/man/man4/atalk.4 index 0fa680a54da..8c609dd0f96 100644 --- a/share/man/man4/atalk.4 +++ b/share/man/man4/atalk.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: atalk.4,v 1.5 1999/07/24 06:37:59 deraadt Exp $ +.\" $OpenBSD: atalk.4,v 1.6 1999/09/23 04:12:04 alex Exp $ .\" .\" This file is derived from the atalk.4 man page in the Netatlk 1.4b2 .\" distribution. That distribution is covered by the following copyright: @@ -51,7 +51,7 @@ AppleTalk Remote Access .Pq Tn ARA or .Tn PPP -). Currently, this AppleTalk implementataion supports only +). Currently, this AppleTalk implementation supports only Ethernet. .\" and Token Ring? .Pp diff --git a/share/man/man4/bridge.4 b/share/man/man4/bridge.4 index 55fbb8782be..0b7999ebf4a 100644 --- a/share/man/man4/bridge.4 +++ b/share/man/man4/bridge.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bridge.4,v 1.12 1999/09/03 12:47:12 jason Exp $ +.\" $OpenBSD: bridge.4,v 1.13 1999/09/23 04:12:04 alex Exp $ .\" .\" Copyright (c) 1999 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -70,7 +70,7 @@ or the utility .Xr brconfig 8 . When a frame comes in, the origin segment and the source address are recorded. -If the bridge has no knowlege about where the destination is to be found, +If the bridge has no knowledge about where the destination is to be found, the bridge will forward the frame to all attached segments. If the destination is known to be on a different segment from its origin, the bridge will forward the packet only to the destination segment. diff --git a/share/man/man4/ec.4 b/share/man/man4/ec.4 index 83b145a2b4d..4fd21d568a1 100644 --- a/share/man/man4/ec.4 +++ b/share/man/man4/ec.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ec.4,v 1.6 1999/08/04 17:18:45 deraadt Exp $ +.\" $OpenBSD: ec.4,v 1.7 1999/09/23 04:12:04 alex Exp $ .\" $NetBSD: ec.4,v 1.4 1998/08/09 00:39:02 thorpej Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -60,7 +60,7 @@ drivers. .Pp The Etherlink II supports two media types on a single card. All support the AUI media type. The other media is either BNC or UTP behind a -transciever. Software cannot differentiate between BNC and UTP cards. +transceiver. Software cannot differentiate between BNC and UTP cards. .Pp The following media types and options (as given to .Xr ifconfig 8 ) diff --git a/share/man/man4/ef.4 b/share/man/man4/ef.4 index a5b26be9daa..8470dc162f1 100644 --- a/share/man/man4/ef.4 +++ b/share/man/man4/ef.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ef.4,v 1.3 1999/08/06 18:33:31 jason Exp $ +.\" $OpenBSD: ef.4,v 1.4 1999/09/23 04:12:04 alex Exp $ .\" .\" Copyright (c) 1998 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -60,7 +60,7 @@ For more information on configuring this device, see .Sh DIAGNOSTICS .Bl -diag .It "ef%d: adapter failure (%x)" -A fatal error during receive or transmit has occured. +A fatal error during receive or transmit has occurred. .It "ef%d: eeprom failed to come ready" When reading/writing the EEPROM, the busy bit failed to clear. This may indicate a hardware problem. diff --git a/share/man/man4/ifmedia.4 b/share/man/man4/ifmedia.4 index aea99e63d8b..d76dd79005c 100644 --- a/share/man/man4/ifmedia.4 +++ b/share/man/man4/ifmedia.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifmedia.4,v 1.4 1999/07/07 15:02:01 aaron Exp $ +.\" $OpenBSD: ifmedia.4,v 1.5 1999/09/23 04:12:04 alex Exp $ .\" $NetBSD: ifmedia.4,v 1.1 1998/08/09 00:37:17 thorpej Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -76,7 +76,7 @@ The first name in the list is the canonical name of the media type or option. Additional names are acceptable aliases for the media type or option. .Sh COMMON MEDIA TYPES AND OPTIONS -The followng media types are shared by all link types: +The following media types are shared by all link types: .Bl -tag -offset indent -width IFM_MANUAL .It Dv IFM_AUTO Autoselect the best media. [autoselect, auto] diff --git a/share/man/man4/ipsec.4 b/share/man/man4/ipsec.4 index 6e705b8e2d4..f3d8f5f9c5a 100644 --- a/share/man/man4/ipsec.4 +++ b/share/man/man4/ipsec.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipsec.4,v 1.23 1999/08/26 12:52:15 aaron Exp $ +.\" $OpenBSD: ipsec.4,v 1.24 1999/09/23 04:12:04 alex Exp $ .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. .\" @@ -303,7 +303,7 @@ Specifies the use of encryption in tunnel mode. .El .Pp For each of the categories there are five possible levels which -specify the security policy to use in that catagory: +specify the security policy to use in that category: .Bl -tag -width IPSEC_LEVEL_REQUIRE .It IPSEC_LEVEL_BYPASS Bypass the default system security policy. This option can only be used diff --git a/share/man/man4/man4.atari/floppy.4 b/share/man/man4/man4.atari/floppy.4 index 3de66431461..58540deb2c6 100644 --- a/share/man/man4/man4.atari/floppy.4 +++ b/share/man/man4/man4.atari/floppy.4 @@ -45,7 +45,7 @@ floppy interface This is an interface to the buildin and external floppy drives on the Atari. Currently, there is no disklabel support for the floppy drives. Instead, the floppy interface uses the partition number embedded in the minor device number -to distinguise between various floppy formats. +to distinguish between various floppy formats. .Pp Currently, the following formats are supported: .Bl -column header Partition Size sides tracks sectors/track diff --git a/share/man/man4/man4.hppa/lpt.4 b/share/man/man4/man4.hppa/lpt.4 index 28e770e1491..9d11f4b7eae 100644 --- a/share/man/man4/man4.hppa/lpt.4 +++ b/share/man/man4/man4.hppa/lpt.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lpt.4,v 1.3 1999/06/05 13:18:40 aaron Exp $ +.\" $OpenBSD: lpt.4,v 1.4 1999/09/23 04:12:05 alex Exp $ .\" .\" .\" Copyright (c) 1999 Michael Shalayeff @@ -73,7 +73,7 @@ PC parallel ports. .Sh HISTORY The .Nm -driver was originally developped by William F. Jolitz, TeleMuse. +driver was originally developed by William F. Jolitz, TeleMuse. The implementation for hppa port is using MI implementation of this driver and first appeared in .Ox 2.4 . diff --git a/share/man/man4/man4.i386/speaker.4 b/share/man/man4/man4.i386/speaker.4 index 449e6b2c808..4a11de9cfbf 100644 --- a/share/man/man4/man4.i386/speaker.4 +++ b/share/man/man4/man4.i386/speaker.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: speaker.4,v 1.7 1999/07/09 13:35:44 aaron Exp $ +.\" $OpenBSD: speaker.4,v 1.8 1999/09/23 04:12:06 alex Exp $ .\" $NetBSD: speaker.4,v 1.9 1998/08/18 08:16:56 augustss Exp $ .\" .\" Copyright (c) 1993 Christopher G. Demetriou @@ -96,7 +96,7 @@ locking is disabled for one letter note following by >, < and O[0123456]. < -- drop the current octave down one. .Pp N <n> -- play note n, n being 1 to 84 or 0 for a rest of current time value. -May be followedv by sustain dots. +May be followed by sustain dots. .Pp L <n> -- sets the current time value for notes. The default is L4, quarter notes. The lowest possible value is 1; values up to 64 are accepted. L1 sets diff --git a/share/man/man4/man4.sparc/spif.4 b/share/man/man4/man4.sparc/spif.4 index 6fd861c1cac..094be1f2328 100644 --- a/share/man/man4/man4.sparc/spif.4 +++ b/share/man/man4/man4.sparc/spif.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: spif.4,v 1.3 1999/07/09 13:35:42 aaron Exp $ +.\" $OpenBSD: spif.4,v 1.4 1999/09/23 04:12:06 alex Exp $ .\" .\" Copyright (c) 1999 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -74,7 +74,7 @@ well as automatic hardware (RTS/CTS) flow control. .Sh DIAGNOSTICS .Bl -diag .It "spif%d: ccr timeout" -A timeout occured while writing to one of the CD180 registers. +A timeout occurred while writing to one of the CD180 registers. .It "stty%d-%d: fifo overflow" Incoming characters were discarded because the driver's interrupt routine could not read them fast enough from the card. diff --git a/share/man/man4/man4.vax/dmv.4 b/share/man/man4/man4.vax/dmv.4 index a4368e4423d..e1f1fe3beea 100644 --- a/share/man/man4/man4.vax/dmv.4 +++ b/share/man/man4/man4.vax/dmv.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dmv.4,v 1.4 1999/06/05 13:18:37 aaron Exp $ +.\" $OpenBSD: dmv.4,v 1.5 1999/09/23 04:12:06 alex Exp $ .\" $NetBSD: dmv.4,v 1.3 1996/03/03 17:13:25 thorpej Exp $ .\" .\" Copyright (c) 1988, 1991 Regents of the University of California. @@ -110,7 +110,7 @@ An input packet was received which contained a type of address unknown to the driver. .Pp .It "dmvxint: dmv%d unallocated packet 0x%x." -A protocol error has occured with the board. +A protocol error has occurred with the board. .Pp .It "dmvoutput, dmv%d can't handle af%d." A packet for an unsupported address family has been sent. diff --git a/share/man/man4/man4.vax/ex.4 b/share/man/man4/man4.vax/ex.4 index 629ae2cace3..872b6c22bf9 100644 --- a/share/man/man4/man4.vax/ex.4 +++ b/share/man/man4/man4.vax/ex.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ex.4,v 1.4 1999/06/05 13:18:38 aaron Exp $ +.\" $OpenBSD: ex.4,v 1.5 1999/09/23 04:12:06 alex Exp $ .\" $NetBSD: ex.4,v 1.3 1996/03/03 17:13:33 thorpej Exp $ .\" .\" Copyright (c) 1986, 1991 The Regents of the University of California. @@ -81,7 +81,7 @@ autoconfiguration. There was a failure in allocating unibus resources for the device. .Pp .It "ex%d: configuration failed; cc = %x." -The hardware indicated an error when trying to initalize itself. +The hardware indicated an error when trying to initialize itself. The error code returned is described at length in the device Reference Manual. .Pp diff --git a/share/man/man4/man4.vax/uda.4 b/share/man/man4/man4.vax/uda.4 index 664c6c8cd50..ab8d6bdf8c3 100644 --- a/share/man/man4/man4.vax/uda.4 +++ b/share/man/man4/man4.vax/uda.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uda.4,v 1.4 1999/06/05 13:18:39 aaron Exp $ +.\" $OpenBSD: uda.4,v 1.5 1999/09/23 04:12:06 alex Exp $ .\" $NetBSD: uda.4,v 1.3 1996/03/03 17:14:10 thorpej Exp $ .\" .\" Copyright (c) 1980, 1987, 1991 Regents of the University of California. @@ -252,7 +252,7 @@ The controller did not initialise within ten seconds. A hardware problem, but it sometimes goes away if you try again. .Pp .It uda%d: init failed, sa=%b -The controller refused to initalise. +The controller refused to initialise. .Pp .It uda%d: controller hung The controller never finished initialisation. Retrying may sometimes @@ -568,7 +568,7 @@ never uses compare operations. Something went wrong reading or writing a data sector. A `forced error' is a software-asserted error used to mark a sector that contains suspect data. Rewriting the sector will clear the forced error. This -is normally set only during bad block replacment, and the driver does +is normally set only during bad block replacement, and the driver does no bad block replacement, so these should not occur. A `header compare' error probably means the block is shot. A `sync timeout' presumably has something to do with sector synchronisation. diff --git a/share/man/man4/pciide.4 b/share/man/man4/pciide.4 index f64e457faec..13b4fb48417 100644 --- a/share/man/man4/pciide.4 +++ b/share/man/man4/pciide.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pciide.4,v 1.1 1999/07/22 15:41:57 aaron Exp $ +.\" $OpenBSD: pciide.4,v 1.2 1999/09/23 04:12:04 alex Exp $ .\" $NetBSD: pciide.4,v 1.8 1999/03/16 01:19:17 garbled Exp $ .\" .\" Copyright (c) 1998 Manuel Bouyer. @@ -69,7 +69,7 @@ Silicon Integrated System 5597/5598 IDE controller VIA Technologies VT82C586 and VT82C586A IDE controllers .El .Pp -Some of these contollers are only available in multifunction PCI chips. +Some of these controllers are only available in multifunction PCI chips. .Pp The 0x0001 flag forces the .Nm diff --git a/share/man/man4/raid.4 b/share/man/man4/raid.4 index dc53004db6d..79d32165afc 100644 --- a/share/man/man4/raid.4 +++ b/share/man/man4/raid.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: raid.4,v 1.7 1999/07/30 14:45:31 peter Exp $ +.\" $OpenBSD: raid.4,v 1.8 1999/09/23 04:12:04 alex Exp $ .\" $NetBSD: raid.4,v 1.5 1999/03/16 01:19:17 garbled Exp $ .\" .\" @@ -137,7 +137,7 @@ The driver supports disks which are on-line, but are not actively used in an existing filesystem. Should a disk fail, the driver is capable of reconstructing the failed disk onto a hot spare -or back onto a replacment drive. +or back onto a replacement drive. If the components are hot swapable, the failed disk can then be removed, a new disk put in it's place, and a copyback operation performed. The copyback operation, as its name indicates, will copy @@ -212,13 +212,13 @@ In all cases the .Sq raw partitions of the disks .Pa must not -be combined. Rather, each component parition should be offset by at least one +be combined. Rather, each component partition should be offset by at least one cylinder from the beginning of that component disk. This ensures that the disklabels for the component disks do not conflict with the disklabel for the .Nm device. -As well, all component paritions must be of the type +As well, all component partitions must be of the type .Dv FS_BSDFFS . .Pp A more detailed treatment of actually using a diff --git a/share/man/man4/route.4 b/share/man/man4/route.4 index 27113d4e332..dd83fd45aaa 100644 --- a/share/man/man4/route.4 +++ b/share/man/man4/route.4 @@ -217,8 +217,8 @@ struct rt_metrics { u_long rmx_mtu; /* MTU for this path */ u_long rmx_hopcount; /* max hops expected */ u_long rmx_expire; /* lifetime for route, e.g. redirect */ - u_long rmx_recvpipe; /* inbound delay-bandwith product */ - u_long rmx_sendpipe; /* outbound delay-bandwith product */ + u_long rmx_recvpipe; /* inbound delay-bandwidth product */ + u_long rmx_sendpipe; /* outbound delay-bandwidth product */ u_long rmx_ssthresh; /* outbound gateway buffer limit */ u_long rmx_rtt; /* estimated round trip time */ u_long rmx_rttvar; /* estimated rtt variance */ diff --git a/share/man/man4/sppp.4 b/share/man/man4/sppp.4 index d4ae06b4d3f..5649f521d9c 100644 --- a/share/man/man4/sppp.4 +++ b/share/man/man4/sppp.4 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: sppp.4,v 1.2 1999/07/09 13:35:49 aaron Exp $ +.\" $Id: sppp.4,v 1.3 1999/09/23 04:12:05 alex Exp $ .\" .Dd May 19, 1997 .Dt SPPP 4 @@ -41,7 +41,7 @@ Protocol (LCP) of the .Em point to point protocol (PPP) as described in RFC 1661. Note that this layer does not provide network interfaces of its own, it is rather intended to be layered on -top of drivers providing a synchronuous point-to-point connection that +top of drivers providing a synchronous point-to-point connection that wish to run a PPP stack over it. The corresponding network interfaces have to be provided by these hardware drivers. .Pp diff --git a/share/man/man4/tl.4 b/share/man/man4/tl.4 index ab6a6e37ae6..bbf84acada2 100644 --- a/share/man/man4/tl.4 +++ b/share/man/man4/tl.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tl.4,v 1.4 1999/06/05 13:18:33 aaron Exp $ +.\" $OpenBSD: tl.4,v 1.5 1999/09/23 04:12:05 alex Exp $ .\" Copyright (c) 1997, 1998 .\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. .\" @@ -29,7 +29,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: tl.4,v 1.4 1999/06/05 13:18:33 aaron Exp $ +.\" $Id: tl.4,v 1.5 1999/09/23 04:12:05 alex Exp $ .\" .Dd May 1, 1998 .Dt TL 4 @@ -70,7 +70,7 @@ driver supports the following media types: .It autoselect Enable autoselection of the media type and options. Note that this option is only available on those PHYs that support autonegotiation. -Also, the PHY will not advertise those modes that have been explcitly +Also, the PHY will not advertise those modes that have been explicitly disabled using the following media options. .It 10baseT/UTP Set 10Mbps operation diff --git a/share/man/man4/tun.4 b/share/man/man4/tun.4 index e19367aa776..5ce5a2121ac 100644 --- a/share/man/man4/tun.4 +++ b/share/man/man4/tun.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tun.4,v 1.10 1999/06/05 13:18:33 aaron Exp $ +.\" $OpenBSD: tun.4,v 1.11 1999/09/23 04:12:05 alex Exp $ .Dd March 10, 1996 .Dt TUN 4 .Os @@ -352,7 +352,7 @@ The process-group values for signals should be checked; as it stands, the driver can be used (by anyone who can open the control or data device) to send any desired signal to an arbitrary process or process group. (Until this is fixed, -you should be careful to set the permisison bits to allow only root to +you should be careful to set the permission bits to allow only root to open the control device, and either do the same for the data device or leave the .Dv SUONLY diff --git a/share/man/man4/tx.4 b/share/man/man4/tx.4 index 7dff4e363d3..9f0aa51ca7b 100644 --- a/share/man/man4/tx.4 +++ b/share/man/man4/tx.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tx.4,v 1.5 1999/06/29 17:48:41 jason Exp $ +.\" $OpenBSD: tx.4,v 1.6 1999/09/23 04:12:05 alex Exp $ .\" .\" Copyright (c) 1998 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -94,8 +94,8 @@ Put the interface into loopback mode .Bl -diag .It "tx%d: device timeout %d packets" The device stopped responding. Device and driver reset follows this error. -.It "tx%d: PCI fatal error occured (%s)" -One of following errors occured: PCI Target Abort, PCI Master Abort, Data +.It "tx%d: PCI fatal error occurred (%s)" +One of following errors occurred: PCI Target Abort, PCI Master Abort, Data Parity Error or Address Parity Error. Device and driver reset follows this error. .It "tx%d: WARNING! no link established" diff --git a/share/man/man4/we.4 b/share/man/man4/we.4 index c947f9364ca..b3cb2995325 100644 --- a/share/man/man4/we.4 +++ b/share/man/man4/we.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: we.4,v 1.2 1999/06/05 13:18:34 aaron Exp $ +.\" $OpenBSD: we.4,v 1.3 1999/09/23 04:12:05 alex Exp $ .\" $NetBSD: we.4,v 1.4 1998/08/09 00:39:02 thorpej Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -58,11 +58,11 @@ WD8003S, WD8003E, and WD8013EBT. .Pp Other WD/SMC 80x3 interfaces support two types of media on a single card. All support the AUI media type. The other media is either BNC or UTP -beind a transciever. Sofware cannot differentiate between BNC and UTP +being a transceiver. Sofware cannot differentiate between BNC and UTP cards. On some models, the AUI port is always active. .Pp The SMC Elite Ultra and SMC EtherEZ interfaces support three media -a single card: AUI, BNC, and UTP. If the transciever is active, the BNC +a single card: AUI, BNC, and UTP. If the transceiver is active, the BNC media is selected. Otherwise, the AUI and UTP ports are both active. .Pp To enable the AUI media, select the @@ -72,7 +72,7 @@ or media type with .Xr ifconfig 8 's .Sq media -directive. To select the other media (transciever), select the +directive. To select the other media (transceiver), select the .Em 10base2 or .Em bnc diff --git a/share/man/man5/a.out.5 b/share/man/man5/a.out.5 index eb02ff6792b..5631505eba5 100644 --- a/share/man/man5/a.out.5 +++ b/share/man/man5/a.out.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: a.out.5,v 1.5 1998/11/26 04:25:58 aaron Exp $ +.\" $OpenBSD: a.out.5,v 1.6 1999/09/23 04:12:06 alex Exp $ .\" $NetBSD: a.out.5,v 1.8 1994/11/30 19:31:09 jtc Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -133,7 +133,7 @@ If both .Dv EX_DYNAMIC and .Dv EX_PIC -are set, the object file is a position indendent +are set, the object file is a position independent executable image (e.g., a shared library), which is to be loaded into the process address space by the run-time link editor. .Pp diff --git a/share/man/man8/compat_ultrix.8 b/share/man/man8/compat_ultrix.8 index d3a987f00aa..14152e023f9 100644 --- a/share/man/man8/compat_ultrix.8 +++ b/share/man/man8/compat_ultrix.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: compat_ultrix.8,v 1.6 1999/07/09 13:35:36 aaron Exp $ +.\" $OpenBSD: compat_ultrix.8,v 1.7 1999/09/23 04:12:06 alex Exp $ .\" .\" Copyright (c) 1997 Jonathan Stone .\" All rights reserved. @@ -49,7 +49,7 @@ semantics that are difficult to emulate (e.g., Ultrix packetfilter) or buggy (e.g., Ultrix YP). .Pp All Ultrix executables are static, so no shared libraries are required -for Ultrix compatiblity. However, Ultrix is based on a +for Ultrix compatibility. However, Ultrix is based on a .Bx 4.3 alpha release. Ultrix commands and libraries are often much older than diff --git a/share/man/man8/dhcp.8 b/share/man/man8/dhcp.8 index 2b43fceb4a7..681416771fe 100644 --- a/share/man/man8/dhcp.8 +++ b/share/man/man8/dhcp.8 @@ -24,7 +24,7 @@ as a DHCP client: .It For each interface that is to be configured via DHCP, create a .Pa /etc/hostname.XXX -file (where XXX is the interface's indentifier, i.e., ep1) that starts with +file (where XXX is the interface's identifier, i.e., ep1) that starts with the word .Dq dhcp , optionally followed by additional interface options. See diff --git a/share/man/man8/man8.i386/MAKEDEV.8 b/share/man/man8/man8.i386/MAKEDEV.8 index d04207ce4b4..860da7aadc9 100644 --- a/share/man/man8/man8.i386/MAKEDEV.8 +++ b/share/man/man8/man8.i386/MAKEDEV.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: MAKEDEV.8,v 1.11 1999/07/30 19:06:41 deraadt Exp $ +.\" $OpenBSD: MAKEDEV.8,v 1.12 1999/09/23 04:12:07 alex Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -136,7 +136,7 @@ pseudo-disks .Dq ramdisk pseudo-disks .It Ar ccd# -contatenated disk devices +concatenated disk devices .It Ar mms# Microsoft bus mouse .It Ar lms# diff --git a/share/man/man8/man8.vax/installboot.8 b/share/man/man8/man8.vax/installboot.8 index 176ed608c6f..a1e570a977c 100644 --- a/share/man/man8/man8.vax/installboot.8 +++ b/share/man/man8/man8.vax/installboot.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)installboot.8 7.2 (Berkeley) 3/16/91 -.\" $Id: installboot.8,v 1.4 1999/05/23 14:11:22 aaron Exp $ +.\" $Id: installboot.8,v 1.5 1999/09/23 04:12:07 alex Exp $ .\" .Dd March 16, 1991 .Dt INSTALLBOOT 8 @@ -43,7 +43,7 @@ .Ar bootblock bootprog special .Sh DESCRIPTION .Xr Installboot -concatentates +concatenates .Ar bootblock and .Ar bootprog diff --git a/share/man/man8/ssl.8 b/share/man/man8/ssl.8 index cc47fc20b8a..d55c906851d 100644 --- a/share/man/man8/ssl.8 +++ b/share/man/man8/ssl.8 @@ -35,7 +35,7 @@ holds a patent on the algorithm in the United States. Because of this, free implementations of .Ar RSA -are difficult to distribute and propogate. +are difficult to distribute and propagate. (The .Ar RSA patent is probably more effective at preventing the widespread diff --git a/share/man/man8/yp.8 b/share/man/man8/yp.8 index 130894af5ce..84c3ff8a817 100644 --- a/share/man/man8/yp.8 +++ b/share/man/man8/yp.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: yp.8,v 1.10 1999/05/16 19:57:40 alex Exp $ +.\" $OpenBSD: yp.8,v 1.11 1999/09/23 04:12:07 alex Exp $ .\" $NetBSD: yp.8,v 1.9 1995/08/11 01:16:52 thorpej Exp $ .\" .\" Copyright (c) 1992, 1993, 1996 Theo de Raadt <deraadt@theos.com> @@ -218,5 +218,5 @@ The ypbind, most library components, and userland programs were implemented by Theo de Raadt <deraadt@theos.com>. The current .Xr getpwent 3 -implemention was done by Jason Downs <downsj@downsj.com>. +implementation was done by Jason Downs <downsj@downsj.com>. The server component was implemented by Mats O Jansson <moj@stacken.kth.se>. diff --git a/share/man/man9/malloc.9 b/share/man/man9/malloc.9 index 5ba53a7a364..d467195a630 100644 --- a/share/man/man9/malloc.9 +++ b/share/man/man9/malloc.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: malloc.9,v 1.6 1999/09/02 17:28:06 espie Exp $ +.\" $OpenBSD: malloc.9,v 1.7 1999/09/23 04:12:07 alex Exp $ .\" $NetBSD: malloc.9,v 1.2 1996/10/30 05:29:54 lukem Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -82,7 +82,7 @@ the kernel version takes two more arguments. The .Fa flags argument further qualifies .Fn malloc No Ns 's -operational charateristics as follows: +operational characteristics as follows: .Bl -tag -offset indent .It Dv M_NOWAIT Causes diff --git a/share/termtypes/termcap.5 b/share/termtypes/termcap.5 index 0c684ce8b1b..66ca5fcdb59 100644 --- a/share/termtypes/termcap.5 +++ b/share/termtypes/termcap.5 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)termcap.5 6.11 (Berkeley) 3/6/93 -.\" $Id: termcap.5,v 1.6 1999/07/09 13:35:49 aaron Exp $ +.\" $Id: termcap.5,v 1.7 1999/09/23 04:12:07 alex Exp $ .\" .Dd March 6, 1993 .Dt TERMCAP 5 @@ -291,7 +291,7 @@ version 2 only). .It "mo str Turn off" .Dq meta mode . .It "mp str Turn on protected attribute." -.It "mr str Turn on reverse-video attibute." +.It "mr str Turn on reverse-video attribute." .It "ms bool Safe to move in standout modes." .It "mu str (o) Memory unlock (turn off memory lock)." .It "nc bool (o) No correctly-working" diff --git a/sys/arch/amiga/stand/loadbsd/loadbsd.8 b/sys/arch/amiga/stand/loadbsd/loadbsd.8 index 959cf6174b9..af869cb1911 100644 --- a/sys/arch/amiga/stand/loadbsd/loadbsd.8 +++ b/sys/arch/amiga/stand/loadbsd/loadbsd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: loadbsd.8,v 1.2 1999/09/14 14:28:52 espie Exp $ +.\" $OpenBSD: loadbsd.8,v 1.3 1999/09/23 04:12:07 alex Exp $ .\" Copyright (c) 1999 Marc Espie .\" .\" Redistribution and use in source and binary forms, with or without @@ -147,7 +147,7 @@ currently cannot read gzipped kernels. .Xr ddb 4 .Sh HISTORY .Nm -was originally developped for +was originally developed for .Nx . ixemul requirement removal and poolmem recognition features were added for diff --git a/sys/arch/i386/isa/pcvt/Util/kbdio/kbdio.8 b/sys/arch/i386/isa/pcvt/Util/kbdio/kbdio.8 index dcaf6e60577..4cb32fe7599 100644 --- a/sys/arch/i386/isa/pcvt/Util/kbdio/kbdio.8 +++ b/sys/arch/i386/isa/pcvt/Util/kbdio/kbdio.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kbdio.8,v 1.6 1999/07/09 13:35:31 aaron Exp $ +.\" $OpenBSD: kbdio.8,v 1.7 1999/09/23 04:12:08 alex Exp $ .\" .\" .\" Copyright (c) 1995 Joerg Wunsch @@ -52,7 +52,7 @@ is used to perform input/output on a PC keyboard or the keyboard controller. .Nm Kbdio cares for proper handshaking and necessary IO-ready conditions. It -allows the interpretion of some registers in symbolic form, as well as +allows the interpretation of some registers in symbolic form, as well as to specify symbolic operands for the keyboard command byte. Simple arithmetic expressions can be formed to set or reset some bits, which is mostly applicable to the keyboard command byte, too. diff --git a/sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.4 b/sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.4 index 40431ecd926..9577222e3a9 100644 --- a/sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.4 +++ b/sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pcvt.4,v 1.14 1999/09/14 18:43:30 aaron Exp $ +.\" $OpenBSD: pcvt.4,v 1.15 1999/09/23 04:12:08 alex Exp $ .\" .\" Copyright (c) 1992, 1995 Hellmuth Michaelis, Brian Dunford-Shore, .\" Joerg Wunsch and Holger Veit. @@ -637,10 +637,10 @@ struct screeninfo { /* on write, if -1, no change */ int vga_family; /* if adaptor_type = VGA, this reflects*/ /* the chipset family after a read */ - /* nothing happenes on write ... */ + /* nothing happens on write ... */ int vga_type; /* if adaptor_type = VGA, this reflects*/ /* the chipset after a read */ - /* nothing happenes on write ... */ + /* nothing happens on write ... */ int vga_132; /* set to 1 if driver has support for */ /* 132 column operation for chipset */ /* currently ignored on write */ diff --git a/sys/arch/i386/isa/pcvt/Util/userkeys/vt220keys.1 b/sys/arch/i386/isa/pcvt/Util/userkeys/vt220keys.1 index d3d6b59056a..d7e0f1a102d 100644 --- a/sys/arch/i386/isa/pcvt/Util/userkeys/vt220keys.1 +++ b/sys/arch/i386/isa/pcvt/Util/userkeys/vt220keys.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vt220keys.1,v 1.3 1999/03/11 01:35:06 pjanzen Exp $ +.\" $OpenBSD: vt220keys.1,v 1.4 1999/09/23 04:12:08 alex Exp $ .\" .TH VT220 1 .UC 4 @@ -23,7 +23,7 @@ must be quoted if spaces, tabs, or shell metacharacters are included. .PP .B Vt220 expects to receive some combination of option flags and/or -argument pair(s), otherwised an usage message +argument pair(s), otherwise an usage message is printed. .PP The options are: diff --git a/sys/arch/i386/stand/biosboot/biosboot.8 b/sys/arch/i386/stand/biosboot/biosboot.8 index 4e0e1fe4611..d3afe55efda 100644 --- a/sys/arch/i386/stand/biosboot/biosboot.8 +++ b/sys/arch/i386/stand/biosboot/biosboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: biosboot.8,v 1.11 1999/09/15 18:54:55 mickey Exp $ +.\" $OpenBSD: biosboot.8,v 1.12 1999/09/23 04:12:08 alex Exp $ .\" .\" Copyright (c) 1997 Michael Shalayeff .\" All rights reserved. @@ -52,7 +52,7 @@ location. .Nm must be installed by, and have its block table filled in by, the .Xr installboot 8 -program. As this data is BIOS dependant, you must re-run +program. As this data is BIOS dependent, you must re-run .Xr installboot 8 each time you reinstall .Xr boot 8 diff --git a/sys/arch/i386/stand/boot/boot.8 b/sys/arch/i386/stand/boot/boot.8 index a86bd8d0729..737c8051a54 100644 --- a/sys/arch/i386/stand/boot/boot.8 +++ b/sys/arch/i386/stand/boot/boot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot.8,v 1.15 1999/09/15 18:40:53 mickey Exp $ +.\" $OpenBSD: boot.8,v 1.16 1999/09/23 04:12:08 alex Exp $ .\" .\" Copyright (c) 1997-1999 Michael Shalayeff .\" All rights reserved. @@ -138,10 +138,10 @@ Displays .Ar args on the console device. .It help -Prints a list of available commands and machine dependant +Prints a list of available commands and machine dependent commands, if any. .It machine Op Ar command -Issues machine-dependant commands. These are defined for i386 architecture: +Issues machine-dependent commands. These are defined for i386 architecture: .Bl -tag -width diskinfo_ .It Nm diskinfo Prints list of hard disks installed on your system including: diff --git a/usr.bin/elf2olf/elf2olf.1 b/usr.bin/elf2olf/elf2olf.1 index 5c12483a0e1..81ee8df8869 100644 --- a/usr.bin/elf2olf/elf2olf.1 +++ b/usr.bin/elf2olf/elf2olf.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: elf2olf.1,v 1.7 1999/07/04 11:53:53 aaron Exp $ +.\" $OpenBSD: elf2olf.1,v 1.8 1999/09/23 04:12:08 alex Exp $ .\" .\" Copyright (c) 1996, 1997 Erik Theisen. .\" All rights reserved. @@ -25,7 +25,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" @(#)$Id: elf2olf.1,v 1.7 1999/07/04 11:53:53 aaron Exp $ +.\" @(#)$Id: elf2olf.1,v 1.8 1999/09/23 04:12:08 alex Exp $ .\" .Dd May 5, 1997 .Dt ELF2OLF 1 @@ -91,7 +91,7 @@ utilities exit 0 on success or >0 if an error occurred. The .Em ELF version 1 object module format lacks any real method to determine the native -operating system for any given binary thus mandating the existance of these +operating system for any given binary thus mandating the existence of these tools. The converted binaries created by .Nm diff --git a/usr.bin/fstat/fstat.1 b/usr.bin/fstat/fstat.1 index d661df864b0..88535ef2dff 100644 --- a/usr.bin/fstat/fstat.1 +++ b/usr.bin/fstat/fstat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fstat.1,v 1.12 1999/07/21 01:25:44 deraadt Exp $ +.\" $OpenBSD: fstat.1,v 1.13 1999/09/23 04:12:08 alex Exp $ .\" Copyright (c) 1987, 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -179,7 +179,7 @@ the name printed may not be the actual name that the process originally used to open that file. .El .Sh SOCKETS -The formating of open sockets depends on the protocol domain. +The formatting of open sockets depends on the protocol domain. In all cases the first field is the domain name, the second field is the socket type (stream, dgram, etc), and the third is the socket flags field (in hex). diff --git a/usr.bin/last/last.1 b/usr.bin/last/last.1 index 260e79605d9..3dca8f690da 100644 --- a/usr.bin/last/last.1 +++ b/usr.bin/last/last.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: last.1,v 1.10 1999/06/05 01:21:28 aaron Exp $ +.\" $OpenBSD: last.1,v 1.11 1999/09/23 04:12:09 alex Exp $ .\" $NetBSD: last.1,v 1.3 1994/12/21 22:41:23 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -81,7 +81,7 @@ Limits the report to .Ar n lines. .It Fl Ar s -Display time values in seconds since the epoch, instead of formated dates. +Display time values in seconds since the epoch, instead of formatted dates. .It Fl t Ar tty Specify the .Ar tty . diff --git a/usr.bin/lock/lock.1 b/usr.bin/lock/lock.1 index 9e8063d3d03..0f9a7e10e90 100644 --- a/usr.bin/lock/lock.1 +++ b/usr.bin/lock/lock.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lock.1,v 1.6 1999/06/05 01:21:31 aaron Exp $ +.\" $OpenBSD: lock.1,v 1.7 1999/09/23 04:12:09 alex Exp $ .\" $NetBSD: lock.1,v 1.4 1994/12/22 01:16:21 jtc Exp $ .\" .\" Copyright (c) 1987, 1990, 1993 @@ -64,7 +64,7 @@ is used. If the user has an S/Key key, they may also use it to unlock the terminal. To do this the user should enter "s/key" at the unlock "Key:" prompt. The user will then be issued an S/Key -challange to which they may respond with a six-word S/Key one-time +challenge to which they may respond with a six-word S/Key one-time password. .It Fl t Ar timeout The time limit (default 15 minutes) is changed to diff --git a/usr.bin/man/man.conf.5 b/usr.bin/man/man.conf.5 index 9d9a1bef821..928dd459ff9 100644 --- a/usr.bin/man/man.conf.5 +++ b/usr.bin/man/man.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: man.conf.5,v 1.5 1999/06/05 01:21:33 aaron Exp $ +.\" $OpenBSD: man.conf.5,v 1.6 1999/09/23 04:12:09 alex Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -93,7 +93,7 @@ The possible keywords and their meanings are as follows: Man file names, regardless of their format, are expected to end in a ``.*'' pattern, i.e. a ``.'' followed by some suffix. The first field of a _build line lists a suffix which indicates -files which need to be reformated or manipulated in some way before +files which need to be reformatted or manipulated in some way before being displayed to the user. The suffix may contain the normal shell globbing characters (NOT including curly braces (``{}'')). diff --git a/usr.bin/pr/pr.1 b/usr.bin/pr/pr.1 index 3f7a60a071b..febf0b8c567 100644 --- a/usr.bin/pr/pr.1 +++ b/usr.bin/pr/pr.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pr.1,v 1.8 1999/06/05 01:21:37 aaron Exp $ +.\" $OpenBSD: pr.1,v 1.9 1999/09/23 04:12:09 alex Exp $ .\" Copyright (c) 1991 Keith Muller. .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -378,7 +378,7 @@ The interpretation of in the input stream is that they are special .Em <newline>s which have the side effect of causing a page break. While this works -correctly for all cases, strict interpretataion also implies that the +correctly for all cases, strict interpretation also implies that the common convention of placing a .Em <form-feed> on a line by itself is actually interpreted as a blank line, page break, diff --git a/usr.bin/sup/src/sup.1 b/usr.bin/sup/src/sup.1 index a760adbdc22..ad706f79684 100644 --- a/usr.bin/sup/src/sup.1 +++ b/usr.bin/sup/src/sup.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sup.1,v 1.7 1999/06/05 01:21:41 aaron Exp $ +.\" $OpenBSD: sup.1,v 1.8 1999/09/23 04:12:09 alex Exp $ .\" .\" Copyright (c) 1992 Carnegie Mellon University .\" All Rights Reserved. @@ -25,6 +25,9 @@ .\""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" .\" HISTORY .\" $Log: sup.1,v $ +.\" Revision 1.8 1999/09/23 04:12:09 alex +.\" Typo fixes. +.\" .\" Revision 1.7 1999/06/05 01:21:41 aaron .\" - remove trailing white space .\" - remove arguments from .Os macros @@ -166,7 +169,7 @@ ports reserved for debugging purposes. The remaining flags affect all collections unless an explicit list of collections are given with the flags. Multiple flags may be specified together that affect the same collections. For the sake -of convience, any flags that always affect all collections can be +of convenience, any flags that always affect all collections can be specified with flags that affect only some collections. For example, .B sup -sde=coll1,coll2 @@ -701,7 +704,7 @@ It should be noted that .I sup allows several different named collections to use the same base directory. Separate encryption, remote host access, and file lists -are used for each collection, since these files reside in subdirectorie +are used for each collection, since these files reside in subdirectories .I <basedir>/sup/<coll.name>. The list file is a text file with one command on each line. diff --git a/usr.bin/systat/systat.1 b/usr.bin/systat/systat.1 index 644de3a703b..e90bffab02c 100644 --- a/usr.bin/systat/systat.1 +++ b/usr.bin/systat/systat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: systat.1,v 1.13 1999/06/26 13:19:17 aaron Exp $ +.\" $OpenBSD: systat.1,v 1.14 1999/09/23 04:12:09 alex Exp $ .\" $NetBSD: systat.1,v 1.6 1996/05/10 23:16:39 thorpej Exp $ .\" .\" Copyright (c) 1985, 1990, 1993 @@ -227,7 +227,7 @@ for particular uses, i.e. data, socket structures, etc. .It Ic vmstat Take over the entire display and show a (rather crowded) compendium of statistics related to virtual memory usage, process scheduling, -device interrupts, system name translation cacheing, disk +device interrupts, system name translation caching, disk .Tn I/O etc. .Pp diff --git a/usr.bin/telnet/telnet.1 b/usr.bin/telnet/telnet.1 index 8918a9b5102..2b8499adff6 100644 --- a/usr.bin/telnet/telnet.1 +++ b/usr.bin/telnet/telnet.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: telnet.1,v 1.17 1999/07/20 12:49:25 aaron Exp $ +.\" $OpenBSD: telnet.1,v 1.18 1999/09/23 04:12:09 alex Exp $ .\" $NetBSD: telnet.1,v 1.5 1996/02/28 21:04:12 thorpej Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 @@ -305,7 +305,7 @@ command mode may be entered by typing the ``escape character'' (initially ``^]''). When in command mode, the normal terminal editing conventions are available. Note that the escape character will return to the command mode of the initial -invokation of +invocation of .Nm telnet that has the controlling terminal. Use the .Cm send escape diff --git a/usr.bin/which/which.1 b/usr.bin/which/which.1 index 7cc52af8977..97a6f5e7ee4 100644 --- a/usr.bin/which/which.1 +++ b/usr.bin/which/which.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: which.1,v 1.9 1999/05/12 13:26:52 aaron Exp $ +.\" $OpenBSD: which.1,v 1.10 1999/09/23 04:12:10 alex Exp $ .\" Copyright (c) 1980, 1991 Regents of the University of California. .\" All rights reserved. .\" @@ -93,7 +93,7 @@ script and could expand aliases. .Xr csh 1 now has a built-in .Nm -comand so this version is intended for use +command so this version is intended for use with other shells like .Xr sh 1 . .Sh SEE ALSO diff --git a/usr.sbin/ac/ac.8 b/usr.sbin/ac/ac.8 index 59804393e3c..daaf9cc74b2 100644 --- a/usr.sbin/ac/ac.8 +++ b/usr.sbin/ac/ac.8 @@ -28,7 +28,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: ac.8,v 1.5 1999/07/09 13:35:53 aaron Exp $ +.\" $Id: ac.8,v 1.6 1999/09/23 04:12:10 alex Exp $ .\" .Dd March 15, 1994 .Dt AC 8 @@ -140,7 +140,7 @@ rotated files .Sh HISTORY An .Nm -command appeard in +command appeared in .At v6 . This version of .Nm diff --git a/usr.sbin/dhcp/dhclient/dhclient.8 b/usr.sbin/dhcp/dhclient/dhclient.8 index 93b7cf29192..23ed6c47174 100644 --- a/usr.sbin/dhcp/dhclient/dhclient.8 +++ b/usr.sbin/dhcp/dhclient/dhclient.8 @@ -121,7 +121,7 @@ than cycling through the list of old leases. The names of the network interfaces that dhclient should attempt to configure may be specified on the command line. If no interface names are specified on the command line dhclient will identify all network -interfaces, elimininating non-broadcast interfaces if possible, and +interfaces, eliminating non-broadcast interfaces if possible, and attempt to configure each interface. .PP If dhclient should listen and transmit on a port other than the diff --git a/usr.sbin/dhcp/relay/dhcrelay.8 b/usr.sbin/dhcp/relay/dhcrelay.8 index d4f2be42e99..c058c02b252 100644 --- a/usr.sbin/dhcp/relay/dhcrelay.8 +++ b/usr.sbin/dhcp/relay/dhcrelay.8 @@ -99,7 +99,7 @@ configure may be specified on the command line using the .I -i option. If no interface names are specified on the command line dhcrelay will identify all network -interfaces, elimininating non-broadcast interfaces if possible, and +interfaces, eliminating non-broadcast interfaces if possible, and attempt to configure each interface. .PP If dhcrelay should listen and transmit on a port other than the diff --git a/usr.sbin/dhcp/server/dhcpd.8 b/usr.sbin/dhcp/server/dhcpd.8 index ed775f9c9b4..61acaca4895 100644 --- a/usr.sbin/dhcp/server/dhcpd.8 +++ b/usr.sbin/dhcp/server/dhcpd.8 @@ -157,7 +157,7 @@ broadcasts may be specified on the command line. This should be done on systems where dhcpd is unable to identify non-broadcast interfaces, but should not be required on other systems. If no interface names are specified on the command line dhcpd will identify all network -interfaces which are up, elimininating non-broadcast interfaces if +interfaces which are up, eliminating non-broadcast interfaces if possible, and listen for DHCP broadcasts on each interface. .PP If dhcpd should listen on a port other than the standard (port 67), diff --git a/usr.sbin/dhcp/server/dhcpd.conf.5 b/usr.sbin/dhcp/server/dhcpd.conf.5 index 15a53ee6ed2..b4f67a78d08 100644 --- a/usr.sbin/dhcp/server/dhcpd.conf.5 +++ b/usr.sbin/dhcp/server/dhcpd.conf.5 @@ -579,7 +579,7 @@ or more IP addresses. The \fIdynamic-bootp-lease-cutoff\fR statement sets the ending time for all leases assigned dynamically to BOOTP clients. Because BOOTP clients do not have any way of renewing leases, and don't know that -their leases could expire, by default dhcpd assignes infinite leases +their leases could expire, by default dhcpd assigns infinite leases to all BOOTP clients. However, it may make sense in some situations to set a cutoff date for all BOOTP leases - for example, the end of a school term, or the time at night when a facility is closed and all diff --git a/usr.sbin/httpd/src/support/apxs.8 b/usr.sbin/httpd/src/support/apxs.8 index 1c37279f750..3c4c6a53792 100644 --- a/usr.sbin/httpd/src/support/apxs.8 +++ b/usr.sbin/httpd/src/support/apxs.8 @@ -159,7 +159,7 @@ even a library archive (.a). The tool automatically recognizes these extensions and automtaically used the C source files for compilation while just using the object and archive files for the linking phase. But when using such pre-compiled objects make sure they are -compiled for position independend code (PIC) to be able to use them for a +compiled for position independent code (PIC) to be able to use them for a dynamically loaded shared object. For instance with GCC you always just have to use .BR -fpic . @@ -292,7 +292,7 @@ Use this to add local linker-specific options. DSO installation options: .TP 12 .B \-i -This indicates the installation operartion and installs one or more +This indicates the installation operation and installs one or more dynamically shared objects into the servers .I libexec diff --git a/usr.sbin/inetd/inetd.8 b/usr.sbin/inetd/inetd.8 index c90e4def347..4d598d5269a 100644 --- a/usr.sbin/inetd/inetd.8 +++ b/usr.sbin/inetd/inetd.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)inetd.8 6.7 (Berkeley) 3/16/91 -.\" $Id: inetd.8,v 1.10 1999/06/05 22:17:01 aaron Exp $ +.\" $Id: inetd.8,v 1.11 1999/09/23 04:12:10 alex Exp $ .\" .Dd March 16, 1991 .Dt INETD 8 @@ -110,7 +110,7 @@ server program arguments For internet services, the first field of the line may also have a host address specifier prefixed to it, separated from the service name by a colon. If this is done, the string before the colon in the first field -indiciates what local address +indicates what local address .Nm should use when listening for that service. Multiple local addresses can be specified on the same line, separated by commas. Numeric IP diff --git a/usr.sbin/iostat/iostat.8 b/usr.sbin/iostat/iostat.8 index a0276a0e019..8a7dccb61ab 100644 --- a/usr.sbin/iostat/iostat.8 +++ b/usr.sbin/iostat/iostat.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iostat.8,v 1.11 1999/07/02 20:11:48 aaron Exp $ +.\" $OpenBSD: iostat.8,v 1.12 1999/09/23 04:12:10 alex Exp $ .\" $NetBSD: iostat.8,v 1.10 1996/10/25 18:21:57 scottr Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 @@ -93,7 +93,7 @@ Show disk statistics. This is the default. Displays kilobytes per transfer, number of transfers, and megabytes transferred. Use of this flag disables display of CPU and tty statistics. .It Fl D -Show alternate disk statistics. Displays kilobytes transfered, number of +Show alternate disk statistics. Displays kilobytes transferred, number of transfers, and time spent in transfers. Use of this flag disables the default display. .It Fl I diff --git a/usr.sbin/ipsend/ipsend/ipsend.1 b/usr.sbin/ipsend/ipsend/ipsend.1 index 8acb6821060..09b482beb98 100644 --- a/usr.sbin/ipsend/ipsend/ipsend.1 +++ b/usr.sbin/ipsend/ipsend/ipsend.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipsend.1,v 1.1 1998/01/26 04:17:03 dgregor Exp $ +.\" $OpenBSD: ipsend.1,v 1.2 1999/09/23 04:12:11 alex Exp $ .TH IPSEND 1 .SH NAME ipsend \- sends IP packets @@ -52,7 +52,7 @@ enable debugging mode. .TP .BR \-f \0<offset> The \fI-f\fP allows the IP offset field in the IP header to be set to an -arbitrary value, which can be specified in decimal or hexidecimal. +arbitrary value, which can be specified in decimal or hexadecimal. .TP .BR \-g \0<gateway> Specify the hostname of the gateway through which to route packets. This diff --git a/usr.sbin/ipsend/ipsend/ipsend.5 b/usr.sbin/ipsend/ipsend/ipsend.5 index f7ac9113fae..d7d9a082902 100644 --- a/usr.sbin/ipsend/ipsend/ipsend.5 +++ b/usr.sbin/ipsend/ipsend/ipsend.5 @@ -1,12 +1,12 @@ -.\" $OpenBSD: ipsend.5,v 1.2 1999/06/05 22:17:08 aaron Exp $ +.\" $OpenBSD: ipsend.5,v 1.3 1999/09/23 04:12:11 alex Exp $ .TH IPSEND 5 .SH NAME ipsend \- IP packet description language .SH DESCRIPTION The \fBipsend\fP program expects, with the \fB-L\fP option, input to be a text file which fits the grammar described below. The purpose of this -grammar is to allow IP packets to be described in an arbitary way which -also allows encapsulation to be so done to an arbitary level. +grammar is to allow IP packets to be described in an arbitrary way which +also allows encapsulation to be so done to an arbitrary level. .SH GRAMMAR .LP .nf @@ -315,7 +315,7 @@ bytes with any particular data). indicates that the string provided should be added to the current packet as data. A string may be a consecutive list of characters and numbers (with no white spaces) or bounded by "'s (may not contain them, even if \\'d). -The \\ charcater is recognised with the appropriate C escaped values, including +The \\ character is recognised with the appropriate C escaped values, including octal numbers. .TP .B file <filename> diff --git a/usr.sbin/mtrace/mtrace.8 b/usr.sbin/mtrace/mtrace.8 index eb9cc75ee05..3c882306730 100644 --- a/usr.sbin/mtrace/mtrace.8 +++ b/usr.sbin/mtrace/mtrace.8 @@ -316,7 +316,7 @@ multicast to mtrace.mcast.net (224.0.1.32) with the ttl set to 32 more than what's needed to pass the thresholds seen so far along the path to the receiver. For the last quarter of the attempts (default is one), the ttl is increased by another 32 each time up to a maximum of -192. Alternatively, the ttl may be set explicity with the +192. Alternatively, the ttl may be set explicitly with the .B \-t option and/or the initial unicast attempts can be forced to use multicast instead with the diff --git a/usr.sbin/ppp/ppp/ppp.8 b/usr.sbin/ppp/ppp/ppp.8 index af1d59d1cd6..a11a34d37a9 100644 --- a/usr.sbin/ppp/ppp/ppp.8 +++ b/usr.sbin/ppp/ppp/ppp.8 @@ -1,4 +1,4 @@ -.\" $Id: ppp.8,v 1.69 1999/08/18 15:38:15 brian Exp $ +.\" $Id: ppp.8,v 1.70 1999/09/23 04:12:11 alex Exp $ .Dd 20 September 1995 .nr XX \w'\fC00' .Dt PPP 8 @@ -3855,7 +3855,7 @@ as they travel across the link. .Nm supports four filter sets. The .Em alive -filter specifies packets that keep the connection alive - reseting the +filter specifies packets that keep the connection alive - resetting the idle timer. The .Em dial filter specifies packets that cause diff --git a/usr.sbin/pppd/chat/chat.8 b/usr.sbin/pppd/chat/chat.8 index 908caf8a4d6..6aff7b85835 100644 --- a/usr.sbin/pppd/chat/chat.8 +++ b/usr.sbin/pppd/chat/chat.8 @@ -1,6 +1,6 @@ .\" -*- nroff -*- .\" manual page [] for chat 1.8 -.\" $OpenBSD: chat.8,v 1.9 1999/06/05 22:17:54 aaron Exp $ +.\" $OpenBSD: chat.8,v 1.10 1999/09/23 04:12:11 alex Exp $ .\" Id: chat.8,v 1.7 1998/02/04 01:35:49 paulus Exp $ .\" SH section heading .\" SS subsection heading @@ -74,7 +74,7 @@ SYSLOG. The use of -S will prevent both log messages from '-v' and error messages from being sent to the SYSLOG. .TP .B -T \fI<phone number> -Pass in an arbitary string, usually a phone number, that will be +Pass in an arbitrary string, usually a phone number, that will be substituted for the \\T substitution metacharacter in a send string. .TP .B -U \fI<phone number 2> diff --git a/usr.sbin/pppd/pppd.8 b/usr.sbin/pppd/pppd.8 index 594f72fdc56..c90b36aeeff 100644 --- a/usr.sbin/pppd/pppd.8 +++ b/usr.sbin/pppd/pppd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pppd.8,v 1.18 1999/07/20 12:31:25 aaron Exp $ +.\" $OpenBSD: pppd.8,v 1.19 1999/09/23 04:12:11 alex Exp $ .\" manual page [] for pppd 2.3 .\" Id: pppd.8,v 1.27 1998/03/31 04:31:08 paulus Exp $ .\" SH section heading @@ -529,7 +529,7 @@ default unless the \fIpersist\fR or \fIdemand\fR option has been specified. .TP .B nopredictor1 -Do not accept or agree to Predictor-1 comprssion. +Do not accept or agree to Predictor-1 compression. .TP .B noproxyarp Disable the \fIproxyarp\fR option. The system administrator who diff --git a/usr.sbin/quot/quot.8 b/usr.sbin/quot/quot.8 index 499f2a693d0..ea04b9703a5 100644 --- a/usr.sbin/quot/quot.8 +++ b/usr.sbin/quot/quot.8 @@ -27,7 +27,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: quot.8,v 1.7 1999/05/23 14:11:36 aaron Exp $ +.\" $Id: quot.8,v 1.8 1999/09/23 04:12:12 alex Exp $ .\" .Dd February 8, 1994 .Dt QUOT 8 @@ -55,7 +55,7 @@ blocks in files with this or lower size. For each user, display count of files and space occupied. .It Fl h Estimate the number of blocks in each file based on its size. -Despite that this doesn't give the correct resuls (it doesn't +Despite that this doesn't give the correct results (it doesn't account for the holes in files), this option isn't any faster and thus is discouraged. .It Fl k diff --git a/usr.sbin/traceroute/traceroute.8 b/usr.sbin/traceroute/traceroute.8 index cec7f223ae0..e886a3b73ef 100644 --- a/usr.sbin/traceroute/traceroute.8 +++ b/usr.sbin/traceroute/traceroute.8 @@ -91,7 +91,7 @@ to the list of addresses in the IP Loose Source Record Route (LSRR) option. If no gateways are specified, the LSRR option is omitted. .It Fl l Display the ttl value of the returned packet. This is useful for -checking for assymetric routing. +checking for asymmetric routing. .It Fl m Ar max_ttl Set the max time-to-live (max number of hops) used in outgoing probe packets. The default is 30 hops (the same default used for |