From 800cd5fda48e0fd70d2260957812eccf290a8698 Mon Sep 17 00:00:00 2001 From: "mazocomp@125cb8d34e6d7cae380bf8564194dad8935888ba" Date: Mon, 8 Jan 2018 02:36:02 +0000 Subject: [PATCH] Forgot to replace disklabel64 with disklabel --- docs/handbook/UnixBasics/index.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/handbook/UnixBasics/index.mdwn b/docs/handbook/UnixBasics/index.mdwn index 6ceb4f7e..afd6313a 100644 --- a/docs/handbook/UnixBasics/index.mdwn +++ b/docs/handbook/UnixBasics/index.mdwn @@ -536,11 +536,11 @@ In this example, we chose [gpt(8)](http://leaf.dragonflybsd.org/cgi/web-man?comm In the above example, we first create the GPT and then add two slices. The first slice added is `da6s0`, which is made a dummy slice of size 1 sector. The reason for this is backwards compatibility: veteran users may remember that `s0` has special meaning in MBR slice schemes, but this is not true in GPT slices. The second slice, `da6s1`, will cover the rest of the disk: - # disklabel64 -rw da6s1 auto + # disklabel -rw da6s1 auto Edit label to add partitions as needed: - # disklabel64 -e da6s1 + # disklabel -e da6s1 -- 2.41.0