diff options
Diffstat (limited to 'usr.bin/lorder/lorder.1')
-rw-r--r-- | usr.bin/lorder/lorder.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/lorder/lorder.1 b/usr.bin/lorder/lorder.1 index 26b42132c15..285b822cec3 100644 --- a/usr.bin/lorder/lorder.1 +++ b/usr.bin/lorder/lorder.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lorder.1,v 1.4 2000/03/10 19:07:20 aaron Exp $ +.\" $OpenBSD: lorder.1,v 1.5 2000/11/10 05:10:32 aaron Exp $ .\" $NetBSD: lorder.1,v 1.5 1995/08/31 22:42:44 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -45,12 +45,12 @@ .Ar file Op Ar ... .Sh DESCRIPTION The -.Nm lorder +.Nm utility uses .Xr nm 1 to determine interdependencies in the list of object files specified on the command line. -.Nm lorder +.Nm outputs a list of file names where the first file contains a symbol which is defined by the second file. .Pp @@ -60,7 +60,7 @@ when a library is created to determine the optimum ordering of the object modules so that all references may be resolved in a single pass of the loader. .Sh EXAMPLES -.Bd -literal -offset indent +.Bd -literal ar cr library.a `lorder ${OBJS} | tsort` .Ed .Sh SEE ALSO @@ -71,6 +71,6 @@ ar cr library.a `lorder ${OBJS} | tsort` .Xr tsort 1 .Sh HISTORY An -.Nm lorder +.Nm utility appeared in .At v7 . |