aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1996-06-10 15:55:48 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1996-06-10 15:55:48 +0000
commitf2eff4c0abb73783015932bb06d257e2a161ea7f (patch)
treec2d46a4b833b526f8882b74d051d9361cf0e534e /usr.bin
parent49f94c2dec42a59415c3aff6975bd7789cbf3935 (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/lorder/lorder.12
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/lorder/lorder.1 b/usr.bin/lorder/lorder.1
index b5bfd574ed5f6..c99e61164b410 100644
--- a/usr.bin/lorder/lorder.1
+++ b/usr.bin/lorder/lorder.1
@@ -58,7 +58,7 @@ object modules so that all references may be resolved in a single
pass of the loader.
.Sh EXAMPLES
.Bd -literal -offset indent
-ar cr library.a `lorder ${OBJS} tsort`
+ar cr library.a `lorder ${OBJS} | tsort`
.Ed
.Sh SEE ALSO
.Xr ar 1 ,