summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-04-28 07:37:26 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-04-28 07:37:26 +0000
commitd31366719cdfbf224494f0065cfbcb1653b8831d (patch)
treefd6da2ef4aaa1eaa55957a98973cc5ea940beda8 /gnu
parentf6197851a07ff6687e15da2b1118015f844c2072 (diff)
use Xr more often
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/ld/ldd/ldd.16
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/usr.bin/ld/ldd/ldd.1 b/gnu/usr.bin/ld/ldd/ldd.1
index bfa05553a7a..6d7ed604fda 100644
--- a/gnu/usr.bin/ld/ldd/ldd.1
+++ b/gnu/usr.bin/ld/ldd/ldd.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ldd.1,v 1.4 1998/03/26 19:46:53 niklas Exp $
+.\" $OpenBSD: ldd.1,v 1.5 1998/04/28 07:37:20 deraadt Exp $
.\" $NetBSD: ldd.1,v 1.2 1995/10/08 23:39:58 pk Exp $
.\"
.\" Copyright (c) 1993 Paul Kranenburg
@@ -42,7 +42,9 @@
.Sh DESCRIPTION
.Nm ldd
displays all shared objects that are needed to run the given program.
-Contrary to nm(1), the list includes
+Contrary to
+.Xr nm 1 ,
+the list includes
.Dq indirect
dependencies that are the result of needed shared objects which themselves
depend on yet other shared objects.