diff options
author | phk <phk@FreeBSD.org> | 2002-09-26 21:29:10 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2002-09-26 21:29:10 +0000 |
commit | b8492c6de792297f1174b6b68f96979361124640 (patch) | |
tree | f0a18d3c33bfb9c4f92016d8769dc2b4893326a5 /sbin/mdconfig | |
parent | ccb0271ad3aa1952c050d653062c923d971d6778 (diff) | |
download | FreeBSD-src-b8492c6de792297f1174b6b68f96979361124640.zip FreeBSD-src-b8492c6de792297f1174b6b68f96979361124640.tar.gz |
Don't show disklabel in the examples, it is not necessary.
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 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 |