[Midnightbsd-cvs] src: usr.bin/ldd: Expand documentation of -f option.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue May 13 01:16:43 EDT 2008


Log Message:
-----------
Expand documentation of -f option.  (from freebsd)

Add $MidnightBSD$

Modified Files:
--------------
    src/usr.bin/ldd:
        Makefile (r1.1.1.1 -> r1.2)
        extern.h (r1.1.1.1 -> r1.2)
        ldd.1 (r1.1.1.1 -> r1.2)
        ldd.c (r1.1.1.1 -> r1.2)
        sods.c (r1.1.1.1 -> r1.2)

-------------- next part --------------
Index: extern.h
===================================================================
RCS file: /home/cvs/src/usr.bin/ldd/extern.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -L usr.bin/ldd/extern.h -L usr.bin/ldd/extern.h -u -r1.1.1.1 -r1.2
--- usr.bin/ldd/extern.h
+++ usr.bin/ldd/extern.h
@@ -22,6 +22,7 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
+ * $MidnightBSD$
  * $FreeBSD: src/usr.bin/ldd/extern.h,v 1.1 2002/04/28 12:55:35 markm Exp $
  */
 
Index: sods.c
===================================================================
RCS file: /home/cvs/src/usr.bin/ldd/sods.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -L usr.bin/ldd/sods.c -L usr.bin/ldd/sods.c -u -r1.1.1.1 -r1.2
--- usr.bin/ldd/sods.c
+++ usr.bin/ldd/sods.c
@@ -24,7 +24,8 @@
  */
 
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/usr.bin/ldd/sods.c,v 1.17 2004/06/29 21:13:15 dwmalone Exp $");
+/* $FreeBSD: src/usr.bin/ldd/sods.c,v 1.17 2004/06/29 21:13:15 dwmalone Exp $ */
+__MBSDID("$MidnightBSD$");
 
 #include <sys/types.h>
 #include <sys/mman.h>
Index: ldd.c
===================================================================
RCS file: /home/cvs/src/usr.bin/ldd/ldd.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -L usr.bin/ldd/ldd.c -L usr.bin/ldd/ldd.c -u -r1.1.1.1 -r1.2
--- usr.bin/ldd/ldd.c
+++ usr.bin/ldd/ldd.c
@@ -29,7 +29,8 @@
  */
 
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/usr.bin/ldd/ldd.c,v 1.33 2002/10/19 10:18:29 sobomax Exp $");
+/* $FreeBSD: src/usr.bin/ldd/ldd.c,v 1.33 2002/10/19 10:18:29 sobomax Exp $ */
+__MBSDID("$MidnightBSD$");
 
 #include <sys/wait.h>
 
Index: ldd.1
===================================================================
RCS file: /home/cvs/src/usr.bin/ldd/ldd.1,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -L usr.bin/ldd/ldd.1 -L usr.bin/ldd/ldd.1 -u -r1.1.1.1 -r1.2
--- usr.bin/ldd/ldd.1
+++ usr.bin/ldd/ldd.1
@@ -1,4 +1,5 @@
-.\" $FreeBSD: src/usr.bin/ldd/ldd.1,v 1.23 2002/12/30 21:18:11 schweikh Exp $
+.\" $FreeBSD: src/usr.bin/ldd/ldd.1,v 1.23.12.1 2007/05/19 11:14:56 pav Exp $
+.\" $MidnightBSD$
 .\"
 .Dd October 22, 1993
 .Dt LDD 1
@@ -32,9 +33,16 @@
 and allows customization of
 .Nm Ns 's
 output.
+If one is given, it sets
+.Ev LD_TRACE_LOADED_OBJECTS_FMT1 .
+If two are given, they set
+.Ev LD_TRACE_LOADED_OBJECTS_FMT1
+and
+.Ev LD_TRACE_LOADED_OBJECTS_FMT2 ,
+respectively.
 See
 .Xr rtld 1
-for a list of recognized conversion characters.
+for details, including a list of recognized conversion characters.
 .Pp
 The
 .Fl a
Index: Makefile
===================================================================
RCS file: /home/cvs/src/usr.bin/ldd/Makefile,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -L usr.bin/ldd/Makefile -L usr.bin/ldd/Makefile -u -r1.1.1.1 -r1.2
--- usr.bin/ldd/Makefile
+++ usr.bin/ldd/Makefile
@@ -1,3 +1,4 @@
+# $MidnightBSD$
 # $FreeBSD: src/usr.bin/ldd/Makefile,v 1.13 2004/06/29 21:13:15 dwmalone Exp $
 
 PROG=		ldd


More information about the Midnightbsd-cvs mailing list