summaryrefslogtreecommitdiff
path: root/usr.bin/lorder
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1998-09-26 19:55:11 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1998-09-26 19:55:11 +0000
commit35b8c5441dbdbf9465562df82c9de11047696692 (patch)
tree81689a62c3e6e7a060ba61bd33d269c76f555339 /usr.bin/lorder
parent20a6de4b72bedf5f37091105647ba765e6cc5b5f (diff)
usr.bin/ man page fixes, f-m.
Diffstat (limited to 'usr.bin/lorder')
-rw-r--r--usr.bin/lorder/lorder.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/lorder/lorder.1 b/usr.bin/lorder/lorder.1
index a38ba24010c..6f43b7aa291 100644
--- a/usr.bin/lorder/lorder.1
+++ b/usr.bin/lorder/lorder.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: lorder.1,v 1.2 1996/06/26 05:36:08 deraadt Exp $
+.\" $OpenBSD: lorder.1,v 1.3 1998/09/26 19:55:02 aaron Exp $
.\" $NetBSD: lorder.1,v 1.5 1995/08/31 22:42:44 jtc Exp $
.\"
.\" Copyright (c) 1990, 1993
@@ -42,7 +42,7 @@
.Nd list dependencies for object files
.Sh SYNOPSIS
.Nm lorder
-.Ar
+.Ar file Op Ar ...
.Sh DESCRIPTION
The
.Nm lorder
@@ -50,7 +50,7 @@ utility uses
.Xr nm 1
to determine interdependencies in the list of object files
specified on the command line.
-.Nm Lorder
+.Nm lorder
outputs a list of file names where the first file contains a symbol
which is defined by the second file.
.Pp