From ed6a721c81aba672d3617890d1d0ccbcf2efdc69 Mon Sep 17 00:00:00 2001 From: pjd Date: Sat, 4 Mar 2006 12:09:50 +0000 Subject: Fix evil examples - first partition should start at offset 16. MFC after: 3 days --- sbin/bsdlabel/bsdlabel.8 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sbin/bsdlabel') diff --git a/sbin/bsdlabel/bsdlabel.8 b/sbin/bsdlabel/bsdlabel.8 index 46b1bdc..1d2dc2c 100644 --- a/sbin/bsdlabel/bsdlabel.8 +++ b/sbin/bsdlabel/bsdlabel.8 @@ -202,8 +202,8 @@ The format is: 8 partitions: # size offset fstype [fsize bsize bps/cpg] - a: 81920 0 4.2BSD 1024 8192 16 - b: 160000 81920 swap + a: 81920 16 4.2BSD 1024 8192 16 + b: 160000 81936 swap c: 1173930 0 unused 0 0 # "raw" part, don't edit .Ed .Pp @@ -232,8 +232,8 @@ drivedata: 0 8 partitions: # size offset fstype [fsize bsize bps/cpg] - a: 81920 0 4.2BSD 1024 8192 16 - b: 160000 81920 swap + a: 81920 16 4.2BSD 1024 8192 16 + b: 160000 81936 swap c: 1173930 0 unused 0 0 # "raw" part, don't edit .Ed .Pp @@ -468,7 +468,7 @@ which could be used as a source file for 8 partitions: # size offset fstype [fsize bsize bps/cpg] - a: 400M 0 4.2BSD 4096 16384 75 # (Cyl. 0 - 812*) + a: 400M 16 4.2BSD 4096 16384 75 # (Cyl. 0 - 812*) b: 1G * swap c: * * unused e: 204800 * 4.2BSD -- cgit v1.1