summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/doc/papers/fsinterface/fsinterface.ms4
-rw-r--r--share/zoneinfo/datfiles/europe4
-rw-r--r--usr.bin/learn/lib/macros/L3.1a2
-rw-r--r--usr.bin/lex/misc.c6
-rw-r--r--usr.bin/mail/USD.doc/mail6.nr4
-rw-r--r--usr.bin/sudo/CHANGES2
-rw-r--r--usr.bin/sup/src/supfilesrv.c6
-rw-r--r--usr.bin/vi/vi/v_scroll.c6
-rw-r--r--usr.bin/vi/vi/vs_refresh.c6
9 files changed, 20 insertions, 20 deletions
diff --git a/share/doc/papers/fsinterface/fsinterface.ms b/share/doc/papers/fsinterface/fsinterface.ms
index 070f32e7428..a9a531727db 100644
--- a/share/doc/papers/fsinterface/fsinterface.ms
+++ b/share/doc/papers/fsinterface/fsinterface.ms
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fsinterface.ms,v 1.4 2003/06/02 23:30:09 millert Exp $
+.\" $OpenBSD: fsinterface.ms,v 1.5 2006/03/04 16:18:04 miod Exp $
.\"
.\" Copyright (c) 1986 The Regents of the University of California.
.\" All rights reserved.
@@ -248,7 +248,7 @@ otherwise, the inode describes the next directory to be searched.
The inode returned may be used in various ways by the caller;
it may be examined, the file may be read or written,
types and access may be checked, and fields may be modified.
-Modified inodes are automatically written back the the filesystem
+Modified inodes are automatically written back to the filesystem
on disk when the last reference is released with \fIiput\fP.
Although the details are considerably different,
the same general scheme is used in the faster filesystem in 4.2BSD
diff --git a/share/zoneinfo/datfiles/europe b/share/zoneinfo/datfiles/europe
index 7a1d1df3f34..4dc28f9a534 100644
--- a/share/zoneinfo/datfiles/europe
+++ b/share/zoneinfo/datfiles/europe
@@ -1,4 +1,4 @@
-# $OpenBSD: europe,v 1.21 2006/02/18 19:47:24 millert Exp $
+# $OpenBSD: europe,v 1.22 2006/03/04 16:18:05 miod Exp $
# @(#)europe 7.96
# <pre>
@@ -145,7 +145,7 @@
# A monument to Willett was unveiled on 1927-05-21, in an open space in
# a 45-acre wood near Chislehurst, Kent that was purchased by popular
# subscription and open to the public. On the south face of the monolith,
-# designed by G. W. Miller, is the the William Willett Memorial Sundial,
+# designed by G. W. Miller, is the William Willett Memorial Sundial,
# which is permanently set to Summer Time.
# From Winston Churchill (1934-04-28):
diff --git a/usr.bin/learn/lib/macros/L3.1a b/usr.bin/learn/lib/macros/L3.1a
index c13e1351ef4..0cba80296aa 100644
--- a/usr.bin/learn/lib/macros/L3.1a
+++ b/usr.bin/learn/lib/macros/L3.1a
@@ -13,7 +13,7 @@ from file "para2", or you can type it in again. It is
not necessary to keep every word on exactly
the line it was, since the program will rearrange them.
But the ".PP" must be on a line by itself. Then
-run off the the new version.
+run off the new version.
#create Ref
diff --git a/usr.bin/lex/misc.c b/usr.bin/lex/misc.c
index 08c9f910c62..68c05fa7eca 100644
--- a/usr.bin/lex/misc.c
+++ b/usr.bin/lex/misc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: misc.c,v 1.11 2003/06/04 17:34:44 millert Exp $ */
+/* $OpenBSD: misc.c,v 1.12 2006/03/04 16:18:06 miod Exp $ */
/* misc - miscellaneous flex routines */
@@ -33,7 +33,7 @@
* PURPOSE.
*/
-/* $Header: /cvs/OpenBSD/src/usr.bin/lex/misc.c,v 1.11 2003/06/04 17:34:44 millert Exp $ */
+/* $Header: /cvs/OpenBSD/src/usr.bin/lex/misc.c,v 1.12 2006/03/04 16:18:06 miod Exp $ */
#include "flexdef.h"
@@ -715,7 +715,7 @@ const char str[];
}
-/* readable_form - return the the human-readable form of a character
+/* readable_form - return the human-readable form of a character
*
* The returned string is in static storage.
*/
diff --git a/usr.bin/mail/USD.doc/mail6.nr b/usr.bin/mail/USD.doc/mail6.nr
index 7c63b9251be..de4685b437b 100644
--- a/usr.bin/mail/USD.doc/mail6.nr
+++ b/usr.bin/mail/USD.doc/mail6.nr
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mail6.nr,v 1.5 2004/06/04 00:04:54 jmc Exp $
+.\" $OpenBSD: mail6.nr,v 1.6 2006/03/04 16:18:06 miod Exp $
.\"
.\" Copyright (c) 1980, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -79,7 +79,7 @@ is a shorthand way of doing
Use the
.b \-v
flag when invoking sendmail. This feature may also be enabled
-by setting the the option "verbose".
+by setting the option "verbose".
.pp
The following command line flags are also recognized, but are
intended for use by programs invoking
diff --git a/usr.bin/sudo/CHANGES b/usr.bin/sudo/CHANGES
index 221d7bd13fd..765cb5e2578 100644
--- a/usr.bin/sudo/CHANGES
+++ b/usr.bin/sudo/CHANGES
@@ -94,7 +94,7 @@ CHANGES from sudo 1.3
31) Native Solaris 2 port from Matthew.Stier@aisg.com
32) Now use sysconf(2) instead of getdtablesize(2) if it is available
- (see change #31). Because of the the getdtablesize() emulation for
+ (see change #31). Because of the getdtablesize() emulation for
hpux is no longer necessary.
33) Now only do a getcwd(3) or getwd(3) once and do it as the real user.
diff --git a/usr.bin/sup/src/supfilesrv.c b/usr.bin/sup/src/supfilesrv.c
index e90432e1bd7..458f0fc5a38 100644
--- a/usr.bin/sup/src/supfilesrv.c
+++ b/usr.bin/sup/src/supfilesrv.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: supfilesrv.c,v 1.35 2005/07/04 01:54:10 djm Exp $ */
+/* $OpenBSD: supfilesrv.c,v 1.36 2006/03/04 16:18:06 miod Exp $ */
/*
* Copyright (c) 1992 Carnegie Mellon University
@@ -103,7 +103,7 @@
* the local_file() call (when the file is local) at the same time the
* crypt key is read. This change disallows non-local files for the
* crypt key to plug a security hole involving the usage of the uid/gid
- * of the crypt file to define who the the file server should run as. If
+ * of the crypt file to define who the file server should run as. If
* the saved uid/gid are both valid, then the server will set its uid/gid
* to these values.
* [90/04/18 dlc]
@@ -1931,7 +1931,7 @@ fmttime(time)
* Currently, the cases that we try to distinguish are RFS, AFS, NFS and
* UFS, where the latter is considered a trusted file. We assume that the
* caller has disabled link following and will detect an attempt to access
- * a file through an RFS link, except in the case the the last component is
+ * a file through an RFS link, except in the case the last component is
* an RFS link. With link following disabled, the last component itself is
* interpreted as a regular file if it is really an RFS link, so we
* disallow the RFS link identified by group "symlink" and mode "IEXEC by
diff --git a/usr.bin/vi/vi/v_scroll.c b/usr.bin/vi/vi/v_scroll.c
index b8f2f023ea9..5ca270fbccd 100644
--- a/usr.bin/vi/vi/v_scroll.c
+++ b/usr.bin/vi/vi/v_scroll.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: v_scroll.c,v 1.6 2006/01/08 21:05:40 miod Exp $ */
+/* $OpenBSD: v_scroll.c,v 1.7 2006/03/04 16:18:06 miod Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@@ -337,7 +337,7 @@ v_hpagedown(sp, vp)
* !!!
* Historic vi did not move to the EOF if the screen couldn't move, i.e.
* if EOF was already displayed on the screen. This implementation does
- * move to EOF in that case, making ^F more like the the historic ^D.
+ * move to EOF in that case, making ^F more like the historic ^D.
*
* PUBLIC: int v_pagedown(SCR *, VICMD *);
*/
@@ -385,7 +385,7 @@ v_pagedown(sp, vp)
* !!!
* Historic vi did not move to the SOF if the screen couldn't move, i.e.
* if SOF was already displayed on the screen. This implementation does
- * move to SOF in that case, making ^B more like the the historic ^U.
+ * move to SOF in that case, making ^B more like the historic ^U.
*
* PUBLIC: int v_pageup(SCR *, VICMD *);
*/
diff --git a/usr.bin/vi/vi/vs_refresh.c b/usr.bin/vi/vi/vs_refresh.c
index 80464ff9118..b3d557ebb2e 100644
--- a/usr.bin/vi/vi/vs_refresh.c
+++ b/usr.bin/vi/vi/vs_refresh.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vs_refresh.c,v 1.11 2006/01/08 21:05:40 miod Exp $ */
+/* $OpenBSD: vs_refresh.c,v 1.12 2006/03/04 16:18:06 miod Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@@ -508,7 +508,7 @@ adjust: if (!O_ISSET(sp, O_LEFTRIGHT) &&
/*
* Count up the widths of the characters. If it's a tab
- * character, go do it the the slow way.
+ * character, go do it the slow way.
*/
for (cwtotal = 0; cnt--; cwtotal += KEY_LEN(sp, ch))
if ((ch = *(u_char *)p--) == '\t')
@@ -546,7 +546,7 @@ adjust: if (!O_ISSET(sp, O_LEFTRIGHT) &&
/*
* Count up the widths of the characters. If it's a tab
- * character, go do it the the slow way. If we cross a
+ * character, go do it the slow way. If we cross a
* screen boundary, we can quit.
*/
for (cwtotal = SCNO; cnt--;) {