summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Krause <david@cvs.openbsd.org>2003-02-26 03:53:36 +0000
committerDavid Krause <david@cvs.openbsd.org>2003-02-26 03:53:36 +0000
commitb8adc92a35eae036c3465c472f327c58ac3798ae (patch)
treeacd099bde133437d49a0eb22edb9560d7685eb51
parentc30cea5c407d0cac527041e25ec47bf53f1374e2 (diff)
remove double word stuttering
ok henning@
-rw-r--r--bin/ksh/NOTES4
-rw-r--r--etc/etc.i386/INSTALL.chs2
2 files changed, 3 insertions, 3 deletions
diff --git a/bin/ksh/NOTES b/bin/ksh/NOTES
index 9db5173cfd7..49fc4b2f15b 100644
--- a/bin/ksh/NOTES
+++ b/bin/ksh/NOTES
@@ -1,4 +1,4 @@
-$OpenBSD: NOTES,v 1.7 1999/06/15 01:18:33 millert Exp $
+$OpenBSD: NOTES,v 1.8 2003/02/26 03:53:35 david Exp $
General features of at&t ksh88 that are not (yet) in pdksh:
- exported aliases and functions (not in ksh93).
@@ -9,7 +9,7 @@ General features of at&t ksh88 that are not (yet) in pdksh:
- doesn't have posix file globbing (eg, [[:alpha:]], etc.).
- use of an `agent' to execute unreadable/setuid/setgid shell scripts
(don't ask).
- - read/select aren't hooked in to the the command line editor
+ - read/select aren't hooked in to the command line editor
- the last command of a pipeline is not run in the parent shell
Known bugs (see also BUG-REPORTS and PROJECTS files):
diff --git a/etc/etc.i386/INSTALL.chs b/etc/etc.i386/INSTALL.chs
index e90cb5e40ec..e1495877d3f 100644
--- a/etc/etc.i386/INSTALL.chs
+++ b/etc/etc.i386/INSTALL.chs
@@ -435,7 +435,7 @@ instead of multiply and divide operations is:
A BIT SHIFTING EXAMPLE
Lets apply this to our example above (L-CHS = 1000,10,50 and
-P-CHS = 2000, 5, 50) and access the same sector at at L-CHS
+P-CHS = 2000, 5, 50) and access the same sector at L-CHS
2,4,3.
Pcylinder = 4 = ( 2 * 2 ) + ( 4 / 5 )