From b8492c6de792297f1174b6b68f96979361124640 Mon Sep 17 00:00:00 2001 From: phk Date: Thu, 26 Sep 2002 21:29:10 +0000 Subject: Don't show disklabel in the examples, it is not necessary. --- sbin/mdconfig/mdconfig.8 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sbin') diff --git a/sbin/mdconfig/mdconfig.8 b/sbin/mdconfig/mdconfig.8 index 30ec7ca..3b3583e 100644 --- a/sbin/mdconfig/mdconfig.8 +++ b/sbin/mdconfig/mdconfig.8 @@ -157,9 +157,8 @@ To create and mount a 128MByte swap backed file system on .Pa /tmp : .Bd -literal -offset indent mdconfig -a -t swap -s 128M -u 10 -disklabel -r -w md10 auto -newfs -U /dev/md10c -mount /dev/md10c /tmp +newfs -U /dev/md10 +mount /dev/md10 /tmp chmod 1777 /tmp .Ed .Sh SEE ALSO -- cgit v1.1