diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-03-30 19:33:21 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-03-30 19:33:21 +0000 |
commit | ccc5230836b6e70c0a938040796502a2804a7527 (patch) | |
tree | b1393538cb5b5725543f7b1de83bc66bbe6436f2 | |
parent | 9ef736556f10e5b554693b5a90f71ae769d9c994 (diff) |
Typos du jour.
-rw-r--r-- | distrib/notes/amiga/upgrade | 3 | ||||
-rw-r--r-- | distrib/notes/m4.common | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/distrib/notes/amiga/upgrade b/distrib/notes/amiga/upgrade index 9a0b13c7c45..546e22e8c06 100644 --- a/distrib/notes/amiga/upgrade +++ b/distrib/notes/amiga/upgrade @@ -1,3 +1,4 @@ +dnl $OpenBSD: upgrade,v 1.16 2002/03/30 19:33:20 miod Exp $ To do the upgrade, and if you are using the miniroot installation, you must have the OpenBSD kernel on AmigaDOS and you must transfer the root filesystem miniroot{:--:}OSrev.fs onto the swap partition of the OpenBSD hard disk. @@ -61,6 +62,6 @@ To upgrade your system, follow the following instructions: The upgrade script will ask you for the existing root partition, and will use the existing filesystems defined in /etc/fstab to - installe the new system in, and also preserve files en `/etc' + install the new system in, and also preserve files in `/etc' which you are likely to have customized since a previous installation. diff --git a/distrib/notes/m4.common b/distrib/notes/m4.common index a9c9415a1ed..1506fb5bcc8 100644 --- a/distrib/notes/m4.common +++ b/distrib/notes/m4.common @@ -1,5 +1,5 @@ dnl -dnl $OpenBSD: m4.common,v 1.30 2002/03/28 01:23:44 miod Exp $ +dnl $OpenBSD: m4.common,v 1.31 2002/03/30 19:33:17 miod Exp $ dnl dnl simulate an include path with a macro 'includeit'. define(`includeit',`sinclude('INCLUDE/`$1)sinclude('INCLUDE/../`$1)')dnl @@ -641,7 +641,7 @@ dnl OpenBSDXferBareTape describes how to set up a non-bootable distribution dnl tape, and takes as an optional argument, the list of X11 sets which dnl may be put on the tape. define({:-OpenBSDXferBareTape-:}, -{:-Create an installation tape: +{:-Creating an installation tape: While you won't be able to boot OpenBSD from a tape, you can use one to provide the installation sets. To do so, you need to make @@ -686,7 +686,7 @@ dnl on the tape. Then at least one, and up to three arguments list the first dnl files to be put on the tape to make it bootable. Each filename can be dnl followed by dd(1) arguments (such as conv=sync). define({:-OpenBSDXferBootTape-:}, -{:-Create an (optionally bootable) installation tape: +{:-Creating an (optionally bootable) installation tape: To install OpenBSD from a tape, you need to make a tape that contains the distribution set files, each in "tar" format or in |