summaryrefslogtreecommitdiff
path: root/usr.bin/lorder/lorder.1
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-11-10 05:10:44 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-11-10 05:10:44 +0000
commit3e222ea23769f7fa61220327392152acedf527bf (patch)
tree9c366baf268cf9c15e9ba6677e9a98d4002eaf8a /usr.bin/lorder/lorder.1
parent4575f892d2c42b7683343fd14cb4e51ce9604ae4 (diff)
- Section shuffling: comply to the section ordering outlined in mdoc(7).
- Some .Nm trimming. - .Sh AUTHOR -> .Sh AUTHORS - Other miscellaneous fixes here and there.
Diffstat (limited to 'usr.bin/lorder/lorder.1')
-rw-r--r--usr.bin/lorder/lorder.110
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 .