diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-25 04:51:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-25 04:51:15 +0000 |
commit | 07c4031de656f6efb84460d36a7cd22ff9fe959f (patch) | |
tree | 7d7f94657c05381c228806b7b93ddf241eae7004 /distrib | |
parent | 2115abe7010bb8e1ef8c1f2cc9ae4374ad7db338 (diff) |
indent
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/alpha/ramdisk/install.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/distrib/alpha/ramdisk/install.md b/distrib/alpha/ramdisk/install.md index 7f6fdcfd328..9c3576fd704 100644 --- a/distrib/alpha/ramdisk/install.md +++ b/distrib/alpha/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.13 1997/10/25 04:35:41 deraadt Exp $ +# $OpenBSD: install.md,v 1.14 1997/10/25 04:51:14 deraadt Exp $ # Copyright (c) 1996 The NetBSD Foundation, Inc. # All rights reserved. # @@ -170,11 +170,12 @@ md_prep_disklabel() # display example cat << \__md_prep_disklabel_1 -If you are unsure of how to use multiple partitions -properly (ie. seperating /, /usr, /tmp, /var, /usr/local, and other things) -just split the space into a root and swap partition for now. +If you are unsure of how to use multiple partitions properly +(ie. seperating /, /usr, /tmp, /var, /usr/local, and other things) +just split the space into a root and swap partition for now. __md_prep_disklabel_1 + disklabel -W ${_disk} disklabel -E ${_disk} } |