summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2003-01-04 22:36:07 +0000
committerderaadt <deraadt@openbsd.org>2003-01-04 22:36:07 +0000
commitc0141d96fc42c7c9582a0ce613dfa6b5bbdf558f (patch)
treebe785c81bbb92974327090144e1127106f975abf
parentRemove COMPAT_NOMID. It was deprecated since a long time, the man page wass (diff)
downloadwireguard-openbsd-c0141d96fc42c7c9582a0ce613dfa6b5bbdf558f.tar.xz
wireguard-openbsd-c0141d96fc42c7c9582a0ce613dfa6b5bbdf558f.zip
spelling
-rw-r--r--bin/ksh/c_sh.c4
-rw-r--r--gnu/lib/libreadline/doc/rltech.texinfo2
-rw-r--r--gnu/usr.bin/gzip/gzip.14
-rw-r--r--gnu/usr.bin/lynx/WWW/Library/Implementation/HTAccess.c2
-rw-r--r--gnu/usr.bin/perl/ext/B/B/Concise.pm2
-rw-r--r--gnu/usr.bin/texinfo/doc/help2man2
-rw-r--r--lib/libc/gen/auth_subr.c4
-rw-r--r--lib/libcrypto/evp/bio_ok.c2
-rw-r--r--lib/libm/src/k_rem_pio2.c2
-rw-r--r--lib/libssl/src/crypto/evp/bio_ok.c2
-rw-r--r--regress/include/bitstring/bitstring_test.c4
-rw-r--r--sbin/isakmpd/README4
-rw-r--r--sys/compat/sunos/sunos_ioctl.c4
-rw-r--r--sys/dev/pci/bktr/bktr_audio.c4
-rw-r--r--sys/net/if_gre.c4
-rw-r--r--sys/netccitt/README.hdlc4
-rw-r--r--usr.bin/lex/flex.14
-rw-r--r--usr.bin/x99token/x99token.c2
18 files changed, 28 insertions, 28 deletions
diff --git a/bin/ksh/c_sh.c b/bin/ksh/c_sh.c
index 0981ad90685..98242e7c486 100644
--- a/bin/ksh/c_sh.c
+++ b/bin/ksh/c_sh.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: c_sh.c,v 1.14 2002/06/09 05:47:27 todd Exp $ */
+/* $OpenBSD: c_sh.c,v 1.15 2003/01/04 22:36:07 deraadt Exp $ */
/*
* built-in Bourne commands
@@ -306,7 +306,7 @@ c_read(wp)
* the detection of eof.
*
* This is not compatiable with at&t ksh... the fd is kept so another
- * coproc can be started with same ouput, however, this means eof
+ * coproc can be started with same output, however, this means eof
* can't be detected... This is why it is closed here.
* If this call is removed, remove the eof check below, too.
* coproc_readw_close(fd);
diff --git a/gnu/lib/libreadline/doc/rltech.texinfo b/gnu/lib/libreadline/doc/rltech.texinfo
index 51c340a99a2..df015fb6354 100644
--- a/gnu/lib/libreadline/doc/rltech.texinfo
+++ b/gnu/lib/libreadline/doc/rltech.texinfo
@@ -648,7 +648,7 @@ Readline thinks the screen display is correct.
@deftypefun int rl_on_new_line ()
Tell the update functions that we have moved onto a new (empty) line,
-usually after ouputting a newline.
+usually after outputting a newline.
@end deftypefun
@deftypefun int rl_on_new_line_with_prompt ()
diff --git a/gnu/usr.bin/gzip/gzip.1 b/gnu/usr.bin/gzip/gzip.1
index fc20faf8618..9110c57bbf5 100644
--- a/gnu/usr.bin/gzip/gzip.1
+++ b/gnu/usr.bin/gzip/gzip.1
@@ -1,4 +1,4 @@
-.\" $Id: gzip.1,v 1.2 1999/09/22 04:57:54 deraadt Exp $
+.\" $Id: gzip.1,v 1.3 2003/01/04 22:36:07 deraadt Exp $
.PU
.TH GZIP 1
.SH NAME
@@ -196,7 +196,7 @@ is read from or written to a terminal. If the input data is not in
a format recognized by
.I gzip,
and if the option --stdout is also given, copy the input data without change
-to the standard ouput: let
+to the standard output: let
.I zcat
behave as
.I cat.
diff --git a/gnu/usr.bin/lynx/WWW/Library/Implementation/HTAccess.c b/gnu/usr.bin/lynx/WWW/Library/Implementation/HTAccess.c
index 008d42b7f65..d0a25dbcc06 100644
--- a/gnu/usr.bin/lynx/WWW/Library/Implementation/HTAccess.c
+++ b/gnu/usr.bin/lynx/WWW/Library/Implementation/HTAccess.c
@@ -674,7 +674,7 @@ PUBLIC HTStream *HTSaveStream ARGS1(
** - Checks or documents already loaded
** - Logs the access
** - Allows stdin filter option
-** - Trace ouput and error messages
+** - Trace output and error messages
**
** On Entry,
** anchor is the node_anchor for the document
diff --git a/gnu/usr.bin/perl/ext/B/B/Concise.pm b/gnu/usr.bin/perl/ext/B/B/Concise.pm
index 80459b4cdb7..b604bdd84f7 100644
--- a/gnu/usr.bin/perl/ext/B/B/Concise.pm
+++ b/gnu/usr.bin/perl/ext/B/B/Concise.pm
@@ -686,7 +686,7 @@ default, of course.
=item B<-terse>
-Use formatting conventions that emulate the ouput of B<B::Terse>. The
+Use formatting conventions that emulate the output of B<B::Terse>. The
basic mode is almost indistinguishable from the real B<B::Terse>, and the
exec mode looks very similar, but is in a more logical order and lacks
curly brackets. B<B::Terse> doesn't have a tree mode, so the tree mode
diff --git a/gnu/usr.bin/texinfo/doc/help2man b/gnu/usr.bin/texinfo/doc/help2man
index 8f40e8ddb72..979c4c2c033 100644
--- a/gnu/usr.bin/texinfo/doc/help2man
+++ b/gnu/usr.bin/texinfo/doc/help2man
@@ -167,7 +167,7 @@ for my $hash (\(%include, %append))
for (keys %$hash) { $hash->{$_} =~ s/\n+$/\n/ }
}
-# Turn off localisation of executable's ouput.
+# Turn off localisation of executable's output.
@ENV{qw(LANGUAGE LANG LC_ALL)} = ('C') x 3;
# Turn off localisation of date (for strftime).
diff --git a/lib/libc/gen/auth_subr.c b/lib/libc/gen/auth_subr.c
index 0e28516ceb6..68adf6f8b12 100644
--- a/lib/libc/gen/auth_subr.c
+++ b/lib/libc/gen/auth_subr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth_subr.c,v 1.21 2002/11/22 23:27:45 millert Exp $ */
+/* $OpenBSD: auth_subr.c,v 1.22 2003/01/04 22:36:09 deraadt Exp $ */
/*-
* Copyright (c) 1995,1996,1997 Berkeley Software Design, Inc.
@@ -277,7 +277,7 @@ auth_close(auth_session_t *as)
}
/*
- * Request a challange for the session.
+ * Request a challenge for the session.
* The name and style must have already been specified
*/
char *
diff --git a/lib/libcrypto/evp/bio_ok.c b/lib/libcrypto/evp/bio_ok.c
index 3cbc6e78481..d2be03be82b 100644
--- a/lib/libcrypto/evp/bio_ok.c
+++ b/lib/libcrypto/evp/bio_ok.c
@@ -102,7 +102,7 @@
*) digest is initialized with random seed instead of
standardized one.
- *) same seed is written to ouput
+ *) same seed is written to output
*) well-known text is then hashed and the output
of the digest is also written to output.
diff --git a/lib/libm/src/k_rem_pio2.c b/lib/libm/src/k_rem_pio2.c
index 2684e9adbeb..ad651919258 100644
--- a/lib/libm/src/k_rem_pio2.c
+++ b/lib/libm/src/k_rem_pio2.c
@@ -45,7 +45,7 @@ static char rcsid[] = "$NetBSD: k_rem_pio2.c,v 1.7 1995/05/10 20:46:25 jtc Exp $
* z = (z-x[i])*2**24
*
*
- * y[] ouput result in an array of double precision numbers.
+ * y[] output result in an array of double precision numbers.
* The dimension of y[] is:
* 24-bit precision 1
* 53-bit precision 2
diff --git a/lib/libssl/src/crypto/evp/bio_ok.c b/lib/libssl/src/crypto/evp/bio_ok.c
index 3cbc6e78481..d2be03be82b 100644
--- a/lib/libssl/src/crypto/evp/bio_ok.c
+++ b/lib/libssl/src/crypto/evp/bio_ok.c
@@ -102,7 +102,7 @@
*) digest is initialized with random seed instead of
standardized one.
- *) same seed is written to ouput
+ *) same seed is written to output
*) well-known text is then hashed and the output
of the digest is also written to output.
diff --git a/regress/include/bitstring/bitstring_test.c b/regress/include/bitstring/bitstring_test.c
index 3aedb719741..2af5279691b 100644
--- a/regress/include/bitstring/bitstring_test.c
+++ b/regress/include/bitstring/bitstring_test.c
@@ -1,9 +1,9 @@
-/* $OpenBSD: bitstring_test.c,v 1.3 2001/01/29 02:05:35 niklas Exp $ */
+/* $OpenBSD: bitstring_test.c,v 1.4 2003/01/04 22:36:12 deraadt Exp $ */
/* $NetBSD: bitstring_test.c,v 1.4 1995/04/29 05:44:35 cgd Exp $ */
/*
* this is a simple program to test bitstring.h
- * inspect the ouput, you should notice problems
+ * inspect the output, you should notice problems
* choose the ATT or BSD flavor
*/
/*#define ATT /*-*/
diff --git a/sbin/isakmpd/README b/sbin/isakmpd/README
index aa019dfd38d..837c0772f35 100644
--- a/sbin/isakmpd/README
+++ b/sbin/isakmpd/README
@@ -1,4 +1,4 @@
-$OpenBSD: README,v 1.17 2001/06/27 03:31:39 angelos Exp $
+$OpenBSD: README,v 1.18 2003/01/04 22:36:12 deraadt Exp $
$EOM: README,v 1.28 1999/10/10 22:53:24 angelos Exp $
This is isakmpd, a BSD-licensed ISAKMP/Oakley (a.k.a. IKE)
@@ -29,7 +29,7 @@ under gdb with args similar to:
-d -n -p5000 -DA=99 -f/tmp/isakmpd.fifo -csamples/VPN-east.conf
That will run isakmpd in the foreground, not connected to any application
-(like an IPsec implementation) logging to stderr with full debugging ouput,
+(like an IPsec implementation) logging to stderr with full debugging output,
listening on UDP port 5000, accepting control commands via the named pipe
called /tmp/isakmpd.fifo and reading its configuration from the
VPN-east.conf file (found in the isakmpd/samples directory).
diff --git a/sys/compat/sunos/sunos_ioctl.c b/sys/compat/sunos/sunos_ioctl.c
index 3d43e1f5092..fbb9e2813fb 100644
--- a/sys/compat/sunos/sunos_ioctl.c
+++ b/sys/compat/sunos/sunos_ioctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sunos_ioctl.c,v 1.13 2002/03/14 01:26:50 millert Exp $ */
+/* $OpenBSD: sunos_ioctl.c,v 1.14 2003/01/04 22:36:12 deraadt Exp $ */
/* $NetBSD: sunos_ioctl.c,v 1.23 1996/03/14 19:33:46 christos Exp $ */
/*
@@ -779,7 +779,7 @@ sunos_sys_ioctl(p, v, retval)
/*
* The bsd driver does not distinguish between paused and
* active. (In the sun driver, not active means samples are
- * not ouput at all, but paused means the last streams buffer
+ * not output at all, but paused means the last streams buffer
* is drained and then output stops.) If either are 0, then
* when stop output. Otherwise, if either are non-zero,
* we resume.
diff --git a/sys/dev/pci/bktr/bktr_audio.c b/sys/dev/pci/bktr/bktr_audio.c
index 1f437c4e527..ecb4912e49e 100644
--- a/sys/dev/pci/bktr/bktr_audio.c
+++ b/sys/dev/pci/bktr/bktr_audio.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bktr_audio.c,v 1.1 2001/03/28 03:27:09 fgsch Exp $ */
+/* $OpenBSD: bktr_audio.c,v 1.2 2003/01/04 22:36:12 deraadt Exp $ */
/* $FreeBSD: src/sys/dev/bktr/bktr_audio.c,v 1.8 2000/10/31 13:09:56 roger Exp $ */
/*
* This is part of the Driver for Video Capture Cards (Frame grabbers)
@@ -490,7 +490,7 @@ void msp_autodetect( bktr_ptr_t bktr ) {
}
- /* MSP3415D SPECIAL CASE Use the Tuner's Mono audio ouput for the MSP */
+ /* MSP3415D SPECIAL CASE Use the Tuner's Mono audio output for the MSP */
/* (for Hauppauge 44xxx card with Tuner Type 0x2a) */
else if ( ( (strncmp("3415D", bktr->msp_version_string, 5) == 0)
&&(bktr->msp_use_mono_source == 1)
diff --git a/sys/net/if_gre.c b/sys/net/if_gre.c
index 85194a8963b..ba53ea8e2b5 100644
--- a/sys/net/if_gre.c
+++ b/sys/net/if_gre.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_gre.c,v 1.24 2002/08/28 15:43:02 pefo Exp $ */
+/* $OpenBSD: if_gre.c,v 1.25 2003/01/04 22:36:12 deraadt Exp $ */
/* $NetBSD: if_gre.c,v 1.9 1999/10/25 19:18:11 drochner Exp $ */
/*
@@ -555,7 +555,7 @@ gre_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
* which would be taken by ip_output(), as this one will loop back to
* us. If the interface is p2p as a--->b, then a routing entry exists
* If we now send a packet to b (e.g. ping b), this will come down here
- * gets src=a, dst=b tacked on and would from ip_ouput() sent back to
+ * gets src=a, dst=b tacked on and would from ip_output() sent back to
* if_gre.
* Goal here is to compute a route to b that is less specific than
* a-->b. We know that this one exists as in normal operation we have
diff --git a/sys/netccitt/README.hdlc b/sys/netccitt/README.hdlc
index e874ac98935..104047642a2 100644
--- a/sys/netccitt/README.hdlc
+++ b/sys/netccitt/README.hdlc
@@ -1,4 +1,4 @@
-/* $OpenBSD: README.hdlc,v 1.2 1997/02/24 14:34:13 niklas Exp $ */
+/* $OpenBSD: README.hdlc,v 1.3 2003/01/04 22:36:12 deraadt Exp $ */
/* $NetBSD: README.hdlc,v 1.4 1994/06/29 06:36:58 cgd Exp $ */
/*
@@ -17,7 +17,7 @@
*
* The HDLC protocol layer interface consists of the following procedures:
* Hd_init (pr_init)
- * Hd_ouput (pr_output)
+ * Hd_output (pr_output)
* Hd_input (pr_input)
* Hd_timer (pr_slowtimo)
*
diff --git a/usr.bin/lex/flex.1 b/usr.bin/lex/flex.1
index c9193e0b6f0..68cd2d97e56 100644
--- a/usr.bin/lex/flex.1
+++ b/usr.bin/lex/flex.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: flex.1,v 1.10 2003/01/01 21:11:01 deraadt Exp $
+.\" $OpenBSD: flex.1,v 1.11 2003/01/04 22:36:13 deraadt Exp $
.\"
.TH FLEX 1 "April 1995" "Version 2.5"
.SH NAME
@@ -4011,7 +4011,7 @@ Karl Berry, Peter A. Bigot, Simon Blanchard,
Keith Bostic, Frederic Brehm, Ian Brockbank, Kin Cho, Nick Christopher,
Brian Clapper, J.T. Conklin,
Jason Coughlin, Bill Cox, Nick Cropper, Dave Curtis, Scott David
-Daniels, Chris G. Demetriou, Theo Deraadt,
+Daniels, Chris G. Demetriou, Theo de Raadt,
Mike Donahue, Chuck Doucette, Tom Epperly, Leo Eskin,
Chris Faylor, Chris Flatters, Jon Forrest, Jeffrey Friedl,
Joe Gayda, Kaveh R. Ghazi, Wolfgang Glunz,
diff --git a/usr.bin/x99token/x99token.c b/usr.bin/x99token/x99token.c
index c513056560a..4f739b6bdb7 100644
--- a/usr.bin/x99token/x99token.c
+++ b/usr.bin/x99token/x99token.c
@@ -147,7 +147,7 @@ main(int argc, char **argv)
des_key_sched(&key, ks);
buf[0] = '\0';
- readpassphrase("Enter challange: ", buf, sizeof(buf), RPP_ECHO_ON);
+ readpassphrase("Enter challenge: ", buf, sizeof(buf), RPP_ECHO_ON);
if (buf[0] == '\0')
exit(0);