From 2317a6737135d0f06d63fa8d380aabf09100e229 Mon Sep 17 00:00:00 2001 From: Kenneth R Westerback Date: Sun, 19 May 2002 16:16:06 +0000 Subject: 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). --- distrib/mvmeppc/ramdisk/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'distrib/mvmeppc/ramdisk') 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 -- cgit v1.2.3