diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-09-26 21:29:10 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-09-26 21:29:10 +0000 |
commit | ea396d5bfa2a536966805ea5062a16103e20f8dd (patch) | |
tree | f0a18d3c33bfb9c4f92016d8769dc2b4893326a5 /sbin/mdconfig | |
parent | 3c275c19c40b005e7e93b4c4e18544f3b6a5406e (diff) | |
download | src-ea396d5bfa2a536966805ea5062a16103e20f8dd.tar.gz src-ea396d5bfa2a536966805ea5062a16103e20f8dd.zip |
Don't show disklabel in the examples, it is not necessary.
Notes
Notes:
svn path=/head/; revision=104018
Diffstat (limited to 'sbin/mdconfig')
-rw-r--r-- | sbin/mdconfig/mdconfig.8 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sbin/mdconfig/mdconfig.8 b/sbin/mdconfig/mdconfig.8 index 30ec7cab4e64..3b3583e986be 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 |