diff options
author | 2003-11-10 22:11:35 +0000 | |
---|---|---|
committer | 2003-11-10 22:11:35 +0000 | |
commit | a2fabae3b60b23a621d38a84689a3f446a8fb686 (patch) | |
tree | 89f51ede6f7fd5097cc68dc974efa880ec885b87 | |
parent | If "from fd" == "to fd" don't call dup2() or close "from fd". (diff) | |
download | wireguard-openbsd-a2fabae3b60b23a621d38a84689a3f446a8fb686.tar.xz wireguard-openbsd-a2fabae3b60b23a621d38a84689a3f446a8fb686.zip |
typos are my friend.
-rw-r--r-- | distrib/notes/i386/upgrade | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/notes/i386/upgrade b/distrib/notes/i386/upgrade index 378c4506341..89c6e0b6ecd 100644 --- a/distrib/notes/i386/upgrade +++ b/distrib/notes/i386/upgrade @@ -1,4 +1,4 @@ -dnl $OpenBSD: upgrade,v 1.21 2003/11/10 21:23:20 miod Exp $ +dnl $OpenBSD: upgrade,v 1.22 2003/11/10 22:11:35 espie Exp $ dnl OpenBSDUpgrade({:-the CD-ROM or an installation floppy as you would do for dnl a new installation-:}) Due to the change from a.out to ELF binary format in OpenBSD OSREV, @@ -65,10 +65,10 @@ made to the system will still run: ATTENTION! Several configuration files under /etc, such as /etc/login.conf, -will refer to existinng a.out binaries. DO NOT UPGRADE YOUR SYSTEM UNLESS +will refer to existing a.out binaries. DO NOT UPGRADE YOUR SYSTEM UNLESS YOU HAVE ENABLED A.OUT EMULATION FIRST! After you merge configuration files changes and replace or remove your existing a.out binaries, it will be -possible do disable a.out emulation. +possible to disable a.out emulation. The upgrade is now possible. Boot from the CD-ROM or an installation |