diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/compat-43/sigvec.3 | 4 | ||||
-rw-r--r-- | lib/libc/crypt/blowfish.3 | 4 | ||||
-rw-r--r-- | lib/libc/gen/ftok.3 | 4 | ||||
-rw-r--r-- | lib/libc/sys/select.2 | 4 | ||||
-rw-r--r-- | lib/libc/sys/shmat.2 | 4 | ||||
-rw-r--r-- | lib/libc/sys/shmget.2 | 4 | ||||
-rw-r--r-- | lib/libc_r/man/sigwait.3 | 6 | ||||
-rw-r--r-- | lib/libdes/des_crypt.3 | 4 | ||||
-rw-r--r-- | lib/libedit/editrc.5 | 4 | ||||
-rw-r--r-- | lib/libkeynote/keynote.1 | 6 | ||||
-rw-r--r-- | lib/libocurses/PSD.doc/intro.5 | 2 | ||||
-rw-r--r-- | lib/libpthread/man/sigwait.3 | 6 | ||||
-rw-r--r-- | lib/libssl/src/doc/ca.1 | 10 | ||||
-rw-r--r-- | lib/libutil/pw_init.3 | 4 |
14 files changed, 33 insertions, 33 deletions
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 |