diff options
author | 2004-01-03 22:40:18 +0000 | |
---|---|---|
committer | 2004-01-03 22:40:18 +0000 | |
commit | 1b19fddf94954e16489c325df1ac0d1bed091cc4 (patch) | |
tree | 5c21b9787dfd3ff60e83453c372876c7a73336c6 | |
parent | print message counters (diff) | |
download | wireguard-openbsd-1b19fddf94954e16489c325df1ac0d1bed091cc4.tar.xz wireguard-openbsd-1b19fddf94954e16489c325df1ac0d1bed091cc4.zip |
``device'' is not written ``devic''.
-rw-r--r-- | distrib/notes/mvme68k/install | 4 | ||||
-rw-r--r-- | distrib/notes/mvme88k/install | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/distrib/notes/mvme68k/install b/distrib/notes/mvme68k/install index d3dbb1b1755..2a283daef35 100644 --- a/distrib/notes/mvme68k/install +++ b/distrib/notes/mvme68k/install @@ -1,4 +1,4 @@ -dnl $OpenBSD: install,v 1.22 2003/09/06 23:34:00 miod Exp $ +dnl $OpenBSD: install,v 1.23 2004/01/03 22:40:18 miod Exp $ OpenBSDInstallPrelude There are several ways to install OpenBSD onto a disk. The easiest way @@ -56,7 +56,7 @@ The encoding for the drive ID is as follows: - built-in controller and MVME327 SCSI controller: 'yy' is ten times the device ID. - MVME328 SCSI controller: - 'yy' is eight times the devic ID, written in hexadecimal + 'yy' is eight times the device ID, written in hexadecimal - MVME350 tape controller: 'yy' is always zero, as this controller only supports one tape drive. diff --git a/distrib/notes/mvme88k/install b/distrib/notes/mvme88k/install index 4395743bb4b..279203cf780 100644 --- a/distrib/notes/mvme88k/install +++ b/distrib/notes/mvme88k/install @@ -1,4 +1,4 @@ -dnl $OpenBSD: install,v 1.11 2003/12/30 10:45:45 miod Exp $ +dnl $OpenBSD: install,v 1.12 2004/01/03 22:40:19 miod Exp $ OpenBSDInstallPrelude There are several ways to install OpenBSD onto a disk. The easiest way @@ -56,7 +56,7 @@ The encoding for the drive ID is as follows: - MVME187 built-in controller and MVME327 SCSI controller: 'yy' is ten times the device ID. - MVME328 SCSI controller: - 'yy' is eight times the devic ID, written in hexadecimal + 'yy' is eight times the device ID, written in hexadecimal - MVME350 tape controller: 'yy' is always zero, as this controller only supports one tape drive. |