diff options
| author | uwe <uwe@NetBSD.org> | 2023-07-04 23:52:44 +0000 |
|---|---|---|
| committer | uwe <uwe@NetBSD.org> | 2023-07-04 23:52:44 +0000 |
| commit | 65f181473371a43b75322ff0cc95f6b33ac845ca (patch) | |
| tree | 01efdadbfc7d78c49e728da72726efe50f0b8779 | |
| parent | aa5cfbe70831bc5c1627c228bb49e4eda376e847 (diff) | |
mdoc.local: fix libbsdmalloc string name
| -rw-r--r-- | external/gpl2/groff/tmac/mdoc.local | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/external/gpl2/groff/tmac/mdoc.local b/external/gpl2/groff/tmac/mdoc.local index ff1e3788de7..c7805ea02ae 100644 --- a/external/gpl2/groff/tmac/mdoc.local +++ b/external/gpl2/groff/tmac/mdoc.local @@ -1,4 +1,4 @@ -.\" $NetBSD: mdoc.local,v 1.10 2023/07/04 16:23:15 riastradh Exp $ +.\" $NetBSD: mdoc.local,v 1.11 2023/07/04 23:52:44 uwe Exp $ .\" .\" Copyright (c) 2003, 2004 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -152,7 +152,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-bsdmalloc Historic BSD allocator (libbsdmalloc, \-lbsdmalloc) +.ds doc-str-Lb-libbsdmalloc Historic BSD allocator (libbsdmalloc, \-lbsdmalloc) .ds doc-str-Lb-libdm Device-mapper Library (libdm, \-ldm) .ds doc-str-Lb-libexecinfo Backtrace Access Library (libexecinfo, \-lexecinfo) .ds doc-str-Lb-libfetch File Transfer Library for URLs (libfetch, \-lfetch) |
