svn commit: r203357 - head/gnu/usr.bin/groff/tmac

Joerg Wunsch joerg at FreeBSD.org
Mon Feb 1 20:54:46 UTC 2010


Author: joerg
Date: Mon Feb  1 20:54:45 2010
New Revision: 203357
URL: http://svn.freebsd.org/changeset/base/203357

Log:
  Add a libgpib to the list of known .Lb names.
  
  MFC after:	3 days

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	Mon Feb  1 20:53:55 2010	(r203356)
+++ head/gnu/usr.bin/groff/tmac/mdoc.local	Mon Feb  1 20:54:45 2010	(r203357)
@@ -46,6 +46,7 @@
 .ds doc-str-Lb-libelf      ELF Parsing Library (libelf, \-lelf)
 .ds doc-str-Lb-libfetch    File Transfer Library (libfetch, \-lfetch)
 .ds doc-str-Lb-libgeom     Userland API Library for kernel GEOM subsystem (libgeom, \-lgeom)
+.ds doc-str-Lb-libgpib     General-Purpose Instrument Bus (GPIB) library (libgpib, \-lgpib)
 .ds doc-str-Lb-libipx      IPX Address Conversion Support Library (libipx, \-lipx)
 .ds doc-str-Lb-libjail     Jail Library (libjail, \-ljail)
 .ds doc-str-Lb-libkiconv   Kernel side iconv library (libkiconv, \-lkiconv)


More information about the svn-src-all mailing list