diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-03-29 05:02:12 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-03-29 05:02:12 +0000 |
commit | 50d675f7a9fca2f3fba3a23ac41a8ae2c0162e4e (patch) | |
tree | bc9e037fdf2ed91d8f914cfe43bade2553a869c2 /sbin/mdmfs/mdmfs.8 | |
parent | 3dce589cb969648ca460619cfe3f14b200663fbc (diff) | |
download | src-50d675f7a9fca2f3fba3a23ac41a8ae2c0162e4e.tar.gz src-50d675f7a9fca2f3fba3a23ac41a8ae2c0162e4e.zip |
Remove trailing whitespace per mdoc lint warning
Disussed with: gavin
No objection from: doc
Approved by: joel
MFC after: 3 days
Notes
Notes:
svn path=/head/; revision=233648
Diffstat (limited to 'sbin/mdmfs/mdmfs.8')
-rw-r--r-- | sbin/mdmfs/mdmfs.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/mdmfs/mdmfs.8 b/sbin/mdmfs/mdmfs.8 index f2db7da5edf3..ab5e1be8d6a6 100644 --- a/sbin/mdmfs/mdmfs.8 +++ b/sbin/mdmfs/mdmfs.8 @@ -40,7 +40,7 @@ driver .Op Fl a Ar maxcontig .Op Fl b Ar block-size .Op Fl c Ar blocks-per-cylinder-group -.Op Fl d Ar max-extent-size +.Op Fl d Ar max-extent-size .Op Fl E Ar path-mdconfig .Op Fl e Ar maxbpg .Op Fl F Ar file @@ -75,8 +75,8 @@ was specified) using .Xr newfs 8 , and mounts it using .Xr mount 8 . -It can handle -.Xr geom_uzip 4 +It can handle +.Xr geom_uzip 4 compressed disk images, as long as the kernel supports this GEOM class. All the command line options are passed to the appropriate program at the appropriate stage in order to achieve the desired effect. @@ -318,7 +318,7 @@ do not use soft-updates on it and mount it .Pp .Dl "mdmfs -M -S -o async -s 16m md1 /tmp" .Pp -Create and mount a +Create and mount a .Xr geom_uzip 4 based compressed disk image: .Pp |