diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-10-22 03:51:25 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-10-22 03:51:25 +0000 |
commit | cf07362e21920512376eeba8438b696275043a1a (patch) | |
tree | c5068c1da5b972210efa7c83abca60ae815cb6ab /contrib | |
parent | 92619f554a544cb20f4d346ae6251b8c54821024 (diff) | |
download | src-cf07362e21920512376eeba8438b696275043a1a.tar.gz src-cf07362e21920512376eeba8438b696275043a1a.zip |
Remove more disconnected libgpib items missed in r276214.
Sponsored by: EMC / Isilon Storage Division
Notes
Notes:
svn path=/head/; revision=289730
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/groff/tmac/doc-syms | 1 | ||||
-rw-r--r-- | contrib/groff/tmac/groff_mdoc.man | 2 | ||||
-rw-r--r-- | contrib/mdocml/lib.in | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/contrib/groff/tmac/doc-syms b/contrib/groff/tmac/doc-syms index 4e736cb5ac2c..e89b658a2ca9 100644 --- a/contrib/groff/tmac/doc-syms +++ b/contrib/groff/tmac/doc-syms @@ -780,7 +780,6 @@ .ds doc-str-Lb-libfetch File Transfer Library for URLs (libfetch, \-lfetch) .ds doc-str-Lb-libform Curses Form Library (libform, \-lform) .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-libi386 i386 Architecture Library (libi386, \-li386) .ds doc-str-Lb-libintl Internationalized Message Handling Library (libintl, \-lintl) .ds doc-str-Lb-libipsec IPsec Policy Control Library (libipsec, \-lipsec) diff --git a/contrib/groff/tmac/groff_mdoc.man b/contrib/groff/tmac/groff_mdoc.man index c3ad6b4266dd..b9d0c3675154 100644 --- a/contrib/groff/tmac/groff_mdoc.man +++ b/contrib/groff/tmac/groff_mdoc.man @@ -1732,8 +1732,6 @@ and their results are: .Lb libform .It Li libgeom .Lb libgeom -.It Li libgpib -.Lb libgpib .It Li libi386 .Lb libi386 .It Li libintl diff --git a/contrib/mdocml/lib.in b/contrib/mdocml/lib.in index a1ce062f75fc..d69a6542f38d 100644 --- a/contrib/mdocml/lib.in +++ b/contrib/mdocml/lib.in @@ -57,7 +57,6 @@ LINE("libfsid", "Filesystem Identification Library (libfsid, \\-lfsid)") LINE("libftpio", "FTP Connection Management Library (libftpio, \\-lftpio)") LINE("libform", "Curses Form Library (libform, \\-lform)") LINE("libgeom", "Userland API Library for Kernel GEOM subsystem (libgeom, \\-lgeom)") -LINE("libgpib", "General-Purpose Instrument Bus (GPIB) library (libgpib, \\-lgpib)") LINE("libgpio", "General-Purpose Input Output (GPIO) library (libgpio, \\-lgpio)") LINE("libhammer", "HAMMER Filesystem Userland Library (libhammer, \\-lhammer)") LINE("libi386", "i386 Architecture Library (libi386, \\-li386)") |