summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2004-12-05 04:31:59 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2004-12-05 04:31:59 +0000
commitb931fc57aed2d299cfbede44c20c89bf03539cd2 (patch)
treead3fddffe78490a80e4cc375d036601536f32780
parentc0bfd50274854f94b0122a168c8c414290a64382 (diff)
rather then -> rather than
-rw-r--r--games/fortune/datfiles/fortunes22
-rw-r--r--share/doc/usd/18.msdiffs/ms.diffs4
-rw-r--r--sys/dev/sbus/qec.c4
3 files changed, 5 insertions, 5 deletions
diff --git a/games/fortune/datfiles/fortunes2 b/games/fortune/datfiles/fortunes2
index 612bc5d2373..515bce5c57e 100644
--- a/games/fortune/datfiles/fortunes2
+++ b/games/fortune/datfiles/fortunes2
@@ -15240,7 +15240,7 @@ FORTUNE'S FUN FACTS TO KNOW AND TELL: #1
A firefly is not a fly, but a beetle.
A giant panda bear is really a member of the racoon family.
A black panther is really a leopard that has a solid black coat
- rather then a spotted one.
+ rather than a spotted one.
Peanuts are not really nuts. The majority of nuts grow on trees
while peauts grow underground. They are classified as a
legume-part of the pea family.
diff --git a/share/doc/usd/18.msdiffs/ms.diffs b/share/doc/usd/18.msdiffs/ms.diffs
index 2c640a6a55d..0e0dd1e0009 100644
--- a/share/doc/usd/18.msdiffs/ms.diffs
+++ b/share/doc/usd/18.msdiffs/ms.diffs
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ms.diffs,v 1.4 2004/05/26 10:11:01 jmc Exp $
+.\" $OpenBSD: ms.diffs,v 1.5 2004/12/05 04:31:58 jsg Exp $
.\"
.\" Copyright (c) 1983, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -165,7 +165,7 @@ If you place footnotes in a separate file,
you can use .IP macros with \e\(**\(**\| as a hanging tag;
this will give you numbers at the left-hand margin.
With some styles of endnotes,
-you would want to use .PP rather then .IP macros,
+you would want to use .PP rather than .IP macros,
and specify \e\(**\(** before the reference begins.
.PP
There are four new macros to help produce a table of contents.
diff --git a/sys/dev/sbus/qec.c b/sys/dev/sbus/qec.c
index ec2c920ac84..30c58200ec8 100644
--- a/sys/dev/sbus/qec.c
+++ b/sys/dev/sbus/qec.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: qec.c,v 1.8 2003/06/27 01:36:53 jason Exp $ */
+/* $OpenBSD: qec.c,v 1.9 2004/12/05 04:31:58 jsg Exp $ */
/* $NetBSD: qec.c,v 1.12 2000/12/04 20:12:55 fvdl Exp $ */
/*-
@@ -212,7 +212,7 @@ qecattach(parent, self, aux)
/*
* Save interrupt information for use in our qec_intr_establish()
* function below. Apparently, the intr level for the quad
- * ethernet board (qe) is stored in the QEC node rather then
+ * ethernet board (qe) is stored in the QEC node rather than
* separately in each of the QE nodes.
*
* XXX - qe.c should call bus_intr_establish() with `level = 0'..