Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Feb 2014 09:17:17 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r261742 - head/gnu/usr.bin/groff/tmac
Message-ID:  <201402110917.s1B9HHck003859@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help

Author: pjd
Date: Tue Feb 11 09:17:17 2014
New Revision: 261742
URL: http://svnweb.freebsd.org/changeset/base/261742

Log:
  Add missing libraries here as well, so a warning is not printed when one
  tries to view their manual pages.
  
  Reported by:	rwatson
  Explained by:	pluknet

Modified:
  head/gnu/usr.bin/groff/tmac/mdoc.local

Modified: head/gnu/usr.bin/groff/tmac/mdoc.local
==============================================================================
--- head/gnu/usr.bin/groff/tmac/mdoc.local	Tue Feb 11 08:20:45 2014	(r261741)
+++ head/gnu/usr.bin/groff/tmac/mdoc.local	Tue Feb 11 09:17:17 2014	(r261742)
@@ -34,11 +34,13 @@
 .\" FreeBSD .Lb values
 .ds doc-str-Lb-libarchive  Streaming Archive Library (libarchive, \-larchive)
 .ds doc-str-Lb-libbluetooth Bluetooth User Library (libbluetooth, \-lbluetooth)
+.ds doc-str-Lb-libcapsicum Capsicum Library (libcapsicum, \-lcapsicum)
 .ds doc-str-Lb-libedit     Line Editor and History Library (libedit, \-ledit)
 .ds doc-str-Lb-libefi      EFI Runtime Services Library (libefi, \-lefi)
 .ds doc-str-Lb-libelf      ELF Parsing Library (libelf, \-lelf)
 .ds doc-str-Lb-libexecinfo Backtrace Access Library (libexecinfo, \-lexecinfo)
 .ds doc-str-Lb-libfetch    File Transfer Library (libfetch, \-lfetch)
+.ds doc-str-Lb-libnv       Name/value pairs library (libnv, \-lnv)
 .ds doc-str-Lb-libpmc      Performance Monitoring Counters Interface Library (libpmc, \-lpmc)
 .ds doc-str-Lb-libproc     Processor Monitoring and Analysis Library (libproc, \-lproc)
 .ds doc-str-Lb-libprocstat Process and Files Information Retrieval (libprocstat, \-lprocstat)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402110917.s1B9HHck003859>