diff --git a/usr.bin/lorder/lorder.1 b/usr.bin/lorder/lorder.1 index b5bfd574ed5f..c99e61164b41 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 ,