diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 1998-07-05 07:05:14 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 1998-07-05 07:05:14 +0000 |
commit | 2c86f57d74a737c2a6de2f017ca3a9196befe8be (patch) | |
tree | 5b222eb6c91c99124b6c90703f2c2b5356ed98bb /distrib/notes/powerpc | |
parent | ac09caf2bff1ed3a50b7e8f0a9c4d846c8a1d84b (diff) |
s/2\.3/OSREV/g
Please note that in distrib/notes and per sys.mk in Makefiles globally,
OSrev=23
OSREV=2.3
In m4, if you are needing this to be in the middle of the word, such as
for 'floppy23.fs' use: 'floppy{:--:}OSrev.fs' .. as I changed the quotes
to '{:-' and '-:}' respectively to avoid double quoting in the distrib/notes
documents.
Diffstat (limited to 'distrib/notes/powerpc')
-rw-r--r-- | distrib/notes/powerpc/xfer | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/notes/powerpc/xfer b/distrib/notes/powerpc/xfer index f1807d35f60..453c93b80ce 100644 --- a/distrib/notes/powerpc/xfer +++ b/distrib/notes/powerpc/xfer @@ -13,14 +13,14 @@ a floppy disk (1.44Mb required). If you are using a UN*X-like system to write the floppy image to disk, you should use the "dd" command to copy the file system image -(floppy.fs) directly to the raw floppy disks. It is suggested that +(floppy{:--:}OSrev.fs) directly to the raw floppy disks. It is suggested that you read the dd(1) manual page or ask your system administrator to determine the correct set of arguments to use; it will be slightly different from system to system, and a comprehensive list of the possibilities is beyond the scope of this document. If you are using DOS to write the floppy image to disk, you should -use the "rawrite" utility, provided in the "2.3/tools" directory of +use the "rawrite" utility, provided in the "OSREV/tools" directory of the OpenBSD distribution. It will write the file system image (floppy.fs) to a disk. |