diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2002-05-19 16:16:06 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2002-05-19 16:16:06 +0000 |
commit | 2317a6737135d0f06d63fa8d380aabf09100e229 (patch) | |
tree | 9ff36599605fedf55b1767e76310901a30eafd12 | |
parent | e64646d3b61ead27d96f8e1f00d619ab620cb008 (diff) |
Do not use `' pairs inside here documents. Errors will occur
if the ` is not individually escaped and the here document as a whole
is not escaped. (i.e. cat << \__EOT).
-rw-r--r-- | distrib/macppc/ramdisk/install.md | 4 | ||||
-rw-r--r-- | distrib/mvme68k/ramdisk/install.md | 6 | ||||
-rw-r--r-- | distrib/mvme88k/ramdisk/install.md | 6 | ||||
-rw-r--r-- | distrib/mvmeppc/ramdisk/install.md | 4 |
4 files changed, 10 insertions, 10 deletions
diff --git a/distrib/macppc/ramdisk/install.md b/distrib/macppc/ramdisk/install.md index f09e01c0d4d..1ac086e4dbb 100644 --- a/distrib/macppc/ramdisk/install.md +++ b/distrib/macppc/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.13 2002/05/18 17:56:03 krw Exp $ +# $OpenBSD: install.md,v 1.14 2002/05/19 16:16:05 krw Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -302,7 +302,7 @@ md_prep_disklabel() Disk partition sizes and offsets are in sector (most likely 512 bytes) units. You may set these size/offset pairs on cylinder boundaries (the number of sector per cylinder is given in ) - (the `sectors/cylinder' entry, which is not shown here) + (the 'sectors/cylinder' entry, which is not shown here) Also, you *must* make sure that the 'i' partition points at the MSDOS partition that will be used for booting. The 'c' partition shall start at offset 0 and include the entire disk. This is most likely correct when diff --git a/distrib/mvme68k/ramdisk/install.md b/distrib/mvme68k/ramdisk/install.md index 505f7b9aaa3..54a73e23fc4 100644 --- a/distrib/mvme68k/ramdisk/install.md +++ b/distrib/mvme68k/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.20 2002/05/18 17:56:03 krw Exp $ +# $OpenBSD: install.md,v 1.21 2002/05/19 16:16:05 krw Exp $ # Copyright (c) 1996 The NetBSD Foundation, Inc. # All rights reserved. # @@ -102,10 +102,10 @@ Here is an example of what the partition information will look like once you have entered the disklabel editor. Disk partition sizes and offsets are in sector (most likely 512 bytes) units. Make sure these size/offset pairs are on cylinder boundaries (the number of sector per cylinder is -given in the `sectors/cylinder' entry, which is not shown here). +given in the 'sectors/cylinder' entry, which is not shown here). Do not change any parameters except the partition layout and the label name. -It's probably also wisest not to touch the `16 partitions:' line, even +It's probably also wisest not to touch the '16 partitions:' line, even in case you have defined less than sixteen partitions. [Example] diff --git a/distrib/mvme88k/ramdisk/install.md b/distrib/mvme88k/ramdisk/install.md index abf5ba13a4b..2d109931177 100644 --- a/distrib/mvme88k/ramdisk/install.md +++ b/distrib/mvme88k/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.15 2002/05/18 17:56:03 krw Exp $ +# $OpenBSD: install.md,v 1.16 2002/05/19 16:16:05 krw Exp $ # Copyright (c) 1996 The NetBSD Foundation, Inc. # All rights reserved. # @@ -126,10 +126,10 @@ Here is an example of what the partition information will look like once you have entered the disklabel editor. Disk partition sizes and offsets are in sector (most likely 512 bytes) units. Make sure these size/offset pairs are on cylinder boundaries (the number of sector per cylinder is -given in the `sectors/cylinder' entry, which is not shown here). +given in the 'sectors/cylinder' entry, which is not shown here). Do not change any parameters except the partition layout and the label name. -It's probably also wisest not to touch the `16 partitions:' line, even +It's probably also wisest not to touch the '16 partitions:' line, even in case you have defined less than sixteen partitions. [Example] diff --git a/distrib/mvmeppc/ramdisk/install.md b/distrib/mvmeppc/ramdisk/install.md index 004d248efa5..b69256ca24b 100644 --- a/distrib/mvmeppc/ramdisk/install.md +++ b/distrib/mvmeppc/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.12 2002/05/18 17:56:03 krw Exp $ +# $OpenBSD: install.md,v 1.13 2002/05/19 16:16:05 krw Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -282,7 +282,7 @@ md_prep_disklabel() Disk partition sizes and offsets are in sector (most likely 512 bytes) units. You may set these size/offset pairs on cylinder boundaries (the number of sector per cylinder is given in ) - (the `sectors/cylinder' entry, which is not shown here) + (the 'sectors/cylinder' entry, which is not shown here) Also, you *must* make sure that the 'i' partition points at the MSDOS partition that will be used for booting. The 'c' partition shall start at offset 0 and include the entire disk. This is most likely correct when |