[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[patch] -mdoc definitions for libelf and libdwarf
From: |
Joseph Koshy |
Subject: |
[patch] -mdoc definitions for libelf and libdwarf |
Date: |
Sun, 21 Aug 2011 14:43:03 +0530 |
The included patch adds definitions to the -mdoc macro package for
`libelf' and `libdwarf'.
These libraries implement access to ELF and DWARF information, and are
currently in use in a number of open-source operating systems.
Regards,
Joseph Koshy
--- The Elftoolchain Project -- http://elftoolchain.sourceforge.net/ ---
Index: tmac/doc-syms
===================================================================
RCS file: /sources/groff/groff/tmac/doc-syms,v
retrieving revision 1.19
diff -u -r1.19 doc-syms
--- tmac/doc-syms 8 Apr 2011 06:10:25 -0000 1.19
+++ tmac/doc-syms 21 Aug 2011 08:31:05 -0000
@@ -762,7 +762,9 @@
.ds doc-str-Lb-libcompat Compatibility Library (libcompat, \-lcompat)
.ds doc-str-Lb-libcrypt Crypt Library (libcrypt, \-lcrypt)
.ds doc-str-Lb-libcurses Curses Library (libcurses, \-lcurses)
+.ds doc-str-Lb-libdwarf DWARF Access Library (libdwarf, \-ldwarf)
.ds doc-str-Lb-libedit Command Line Editor Library (libedit, \-ledit)
+.ds doc-str-Lb-libelf ELF Access Library (libelf, \-lelf)
.ds doc-str-Lb-libevent Event Notification Library (libevent, \-levent)
.ds doc-str-Lb-libform Curses Form Library (libform, \-lform)
.ds doc-str-Lb-libi386 i386 Architecture Library (libi386, \-li386)
Index: tmac/groff_mdoc.man
===================================================================
RCS file: /sources/groff/groff/tmac/groff_mdoc.man,v
retrieving revision 1.53
diff -u -r1.53 groff_mdoc.man
--- tmac/groff_mdoc.man 2 Nov 2010 20:11:04 -0000 1.53
+++ tmac/groff_mdoc.man 21 Aug 2011 08:31:07 -0000
@@ -1688,8 +1688,12 @@
.Lb libcrypt
.It Li libcurses
.Lb libcurses
+.It Li libdwarf
+.Lb libdwarf
.It Li libedit
.Lb libedit
+.It Li libelf
+.Lb libelf
.It Li libevent
.Lb libevent
.It Li libform
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [patch] -mdoc definitions for libelf and libdwarf,
Joseph Koshy <=