Module Name: src
Committed By: wiz
Date: Tue Feb 8 09:51:17 UTC 2011
Modified Files:
src/sbin/dmctl: dmctl.8
Log Message:
Improve a bit.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sbin/dmctl/dmctl.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/dmctl/dmctl.8
diff -u src/sbin/dmctl/dmctl.8:1.1 src/sbin/dmctl/dmctl.8:1.2
--- src/sbin/dmctl/dmctl.8:1.1 Tue Feb 8 03:20:15 2011
+++ src/sbin/dmctl/dmctl.8 Tue Feb 8 09:51:17 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: dmctl.8,v 1.1 2011/02/08 03:20:15 haad Exp $
+.\" $NetBSD: dmctl.8,v 1.2 2011/02/08 09:51:17 wiz Exp $
.\"
.\" Copyright (c) 2004,2009 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -26,18 +26,18 @@
.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
-.Dd Januar 23, 2011
+.Dd January 23, 2011
.Dt DMCTL 8
.Os
.Sh NAME
.Nm dmctl
-.Nd "Manipulate device-mapper driver command"
+.Nd manipulate device-mapper driver command
.Sh SYNOPSIS
.Nm
.Sh DESCRIPTION
.Nm
-work with device-mapper kernel driver it can send/receive information and
-commands from dm driver.
+works with the device-mapper kernel driver.
+It can send and receive information and commands from the dm driver.
.Bl -column -offset indent "suspend" "Switch active and passive tables for"
.Ii Li version Ta Print driver and lib version.
.It Li targets Ta List available kernel targets.
@@ -54,12 +54,14 @@
.It Li table Ta Print active table for device with [dm device name].
.El
.Sh SEE ALSO
-.Xr dm 4 ,
-.Xr libdm 3
+.Xr dm 3 ,
+.Xr dm 4
.Sh HISTORY
The
.Nm
was written and contributed to
.Nx
-by Adam Hamsik and first appeared in
+by
+.An Adam Hamsik
+and first appeared in
.Nx 6.0 .