Don't show disklabel in the examples, it is not necessary.

This commit is contained in:
Poul-Henning Kamp 2002-09-26 21:29:10 +00:00
parent 3c275c19c4
commit ea396d5bfa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=104018

View File

@ -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