Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Fix problems in libdm manual page pointed by njoly@ thanks f...
details: https://anonhg.NetBSD.org/src/rev/7e5802dcec9a
branches: trunk
changeset: 762795:7e5802dcec9a
user: haad <haad%NetBSD.org@localhost>
date: Mon Feb 28 23:23:08 2011 +0000
description:
Fix problems in libdm manual page pointed by njoly@ thanks for help.
diffstat:
gnu/usr.bin/groff/tmac/mdoc.local | 3 ++-
lib/libdm/dm.3 | 14 ++++++--------
2 files changed, 8 insertions(+), 9 deletions(-)
diffs (62 lines):
diff -r f7abfd28f840 -r 7e5802dcec9a gnu/usr.bin/groff/tmac/mdoc.local
--- a/gnu/usr.bin/groff/tmac/mdoc.local Mon Feb 28 21:24:25 2011 +0000
+++ b/gnu/usr.bin/groff/tmac/mdoc.local Mon Feb 28 23:23:08 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: mdoc.local,v 1.62 2011/02/11 23:47:49 christos Exp $
+.\" $NetBSD: mdoc.local,v 1.63 2011/02/28 23:23:08 haad Exp $
.\"
.\" Copyright (c) 2003, 2004 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -84,6 +84,7 @@
.\" Local libraries not in groff
.ds doc-str-Lb-libarchive Reading and Writing Streaming Archives Library (libarchive, \-larchive)
.ds doc-str-Lb-libbluetooth Bluetooth Library (libbluetooth, \-lbluetooth)
+.ds doc-str-Lb-libdm Device-mapper Library (libdm, \-ldm)
.ds doc-str-Lb-libfetch File Transfer Library for URLs (libfetch, \-lfetch)
.ds doc-str-Lb-libiscsi iSCSI protocol library (libiscsi, \-liscsi)
.ds doc-str-Lb-libisns Internet Storage Name Service Library (libisns, \-lisns)
diff -r f7abfd28f840 -r 7e5802dcec9a lib/libdm/dm.3
--- a/lib/libdm/dm.3 Mon Feb 28 21:24:25 2011 +0000
+++ b/lib/libdm/dm.3 Mon Feb 28 23:23:08 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: dm.3,v 1.3 2011/02/28 09:10:28 njoly Exp $
+.\" $NetBSD: dm.3,v 1.4 2011/02/28 23:23:08 haad Exp $
.\"
.\" Copyright (c) 2004,2009 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -30,7 +30,7 @@
.Dt DM 3
.Os
.Sh NAME
-.Nm libdm
+.Nm dm
.Nd device-mapper access manipulation library
.Sh LIBRARY
.Lb libdm
@@ -107,9 +107,9 @@
.Ft char *
.Fn libdm_table_get_target "libdm_table_t libdm_table"
.Ft int
-.Fn libdm_table_set_params "const char *params" "libdm_table_t libdm_table"
+.Fn libdm_table_set_params "const char *params" "libdm_table_t libdm_table"
.Ft char *
-.Fn libdm_table_get_params "libdm_table_t libdm_table"
+.Fn libdm_table_get_params "libdm_table_t libdm_table"
.Ft int32_t
.Fn libdm_table_get_status "libdm_table_t libdm_table"
.Ft void
@@ -218,12 +218,10 @@
Set/fetch device status flags from the task dictionary.
.Pp
.Fn libdm_task_get_open_num
-Fetch number of opened devices from the kernel and return them as
-.Rt count .
+Fetch number of opened devices from the kernel and return them as count .
.Pp
.Fn libdm_task_get_target_num
-Fetch number of opened devices from the kernel and return them as
-.Rt count .
+Fetch number of opened devices from the kernel and return them as count .
.Pp
.Fn libdm_task_get_cmd_version
Get the version of the dm driver in the kernel as array
Home |
Main Index |
Thread Index |
Old Index