diff options
author | Dima Dorfman <dd@FreeBSD.org> | 2004-11-06 14:03:37 +0000 |
---|---|---|
committer | Dima Dorfman <dd@FreeBSD.org> | 2004-11-06 14:03:37 +0000 |
commit | df5f8fa751cd5f46e10d306e9b6f7d42f60ff27a (patch) | |
tree | efcc2b90377590c7d47f480273bd78974a35deeb /sbin/mdconfig | |
parent | b56bffc41b68c46d3c29ad97bd317865e8dfd1af (diff) | |
download | src-df5f8fa751cd5f46e10d306e9b6f7d42f60ff27a.tar.gz src-df5f8fa751cd5f46e10d306e9b6f7d42f60ff27a.zip |
Bump .Dd, replace missing letter, and prefer to use a verb that
matches the option letter.
Submitted by: ru
Should know better by now: dd
Notes
Notes:
svn path=/head/; revision=137315
Diffstat (limited to 'sbin/mdconfig')
-rw-r--r-- | sbin/mdconfig/mdconfig.8 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sbin/mdconfig/mdconfig.8 b/sbin/mdconfig/mdconfig.8 index 638d68aed4eb..6df97aae1ac3 100644 --- a/sbin/mdconfig/mdconfig.8 +++ b/sbin/mdconfig/mdconfig.8 @@ -41,7 +41,7 @@ .\" .\" $FreeBSD$ .\" -.Dd March 10, 2004 +.Dd November 6, 2004 .Dt MDCONFIG 8 .Os .Sh NAME @@ -98,14 +98,12 @@ A file specified with .Fl f Ar file becomes the backingstore for this memory disk. .It Cm swap -Swap pace is used to back this memory disk. +Swap space is used to back this memory disk. .El .It Fl f Ar file Filename to use for the vnode type memory disk. .It Fl l -Enumerate configured -.Xr md 4 -devices. +List configured devices. If given with .Fl u , display details about that particular device. |