diff options
| author | haad <haad@NetBSD.org> | 2011-02-28 23:23:08 +0000 |
|---|---|---|
| committer | haad <haad@NetBSD.org> | 2011-02-28 23:23:08 +0000 |
| commit | b412e71fcbefa9e6bd40dee932e2659ff1303368 (patch) | |
| tree | 41bdf7ceb57775c3e84e9d83af95b45655ecd921 /gnu | |
| parent | e098e050a283990d8526d561c4fe2248ee6384ac (diff) | |
Fix problems in libdm manual page pointed by njoly@ thanks for help.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/groff/tmac/mdoc.local | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/groff/tmac/mdoc.local b/gnu/usr.bin/groff/tmac/mdoc.local index c3688122b54..575f97cda0e 100644 --- a/gnu/usr.bin/groff/tmac/mdoc.local +++ b/gnu/usr.bin/groff/tmac/mdoc.local @@ -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) |
