Module Name:    src
Committed By:   uwe
Date:           Tue Jul  4 23:52:44 UTC 2023

Modified Files:
        src/external/gpl2/groff/tmac: mdoc.local

Log Message:
mdoc.local: fix libbsdmalloc string name


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/gpl2/groff/tmac/mdoc.local

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl2/groff/tmac/mdoc.local
diff -u src/external/gpl2/groff/tmac/mdoc.local:1.10 src/external/gpl2/groff/tmac/mdoc.local:1.11
--- src/external/gpl2/groff/tmac/mdoc.local:1.10	Tue Jul  4 16:23:15 2023
+++ src/external/gpl2/groff/tmac/mdoc.local	Tue Jul  4 23:52:44 2023
@@ -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)

Reply via email to