diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2011-09-20 23:36:24 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2011-09-20 23:36:24 +0000 |
commit | 70987265bc502c45e27be707bfa9a2e5f5981e31 (patch) | |
tree | d2326faa6683f984c814adea0f7ace0f8fbdf510 | |
parent | 8fc4fad7b7d7d55a4795fe5d53b3e37512c6ccc6 (diff) | |
download | mandoc-70987265bc502c45e27be707bfa9a2e5f5981e31.tar.gz |
sync to groff: support .Lb -libdwarf, update .Lb -libelf
after Werner Lemberg committed a patch by Joseph Koshy
-rw-r--r-- | lib.in | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -40,8 +40,9 @@ LINE("libcurses", "Curses Library (libcurses, \\-lcurses)") LINE("libdevinfo", "Device and Resource Information Utility Library (libdevinfo, \\-ldevinfo)") LINE("libdevstat", "Device Statistics Library (libdevstat, \\-ldevstat)") LINE("libdisk", "Interface to Slice and Partition Labels Library (libdisk, \\-ldisk)") +LINE("libdwarf", "DWARF Access Library (libdwarf, \\-ldwarf)") LINE("libedit", "Command Line Editor Library (libedit, \\-ledit)") -LINE("libelf", "ELF Parsing Library (libelf, \\-lelf)") +LINE("libelf", "ELF Access Library (libelf, \\-lelf)") LINE("libevent", "Event Notification Library (libevent, \\-levent)") LINE("libfetch", "File Transfer Library for URLs (libfetch, \\-lfetch)") LINE("libform", "Curses Form Library (libform, \\-lform)") |