aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/lorder
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-07-03 00:24:45 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-07-03 00:24:45 +0000
commit557b7fa1488f8937156051e061ac3512330bcb7e (patch)
tree76412bcb6a02dd46cf8013e9d05c34972eee83cf /usr.bin/lorder
parentbac7835b60cdcb2c9da2ead06274d95b6563fc3d (diff)
downloadsrc-557b7fa1488f8937156051e061ac3512330bcb7e.tar.gz
src-557b7fa1488f8937156051e061ac3512330bcb7e.zip
Deal with double whitespace.
Notes
Notes: svn path=/head/; revision=131507
Diffstat (limited to 'usr.bin/lorder')
-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 e0bbaa559a33..6cced8f8de2c 100644
--- a/usr.bin/lorder/lorder.1
+++ b/usr.bin/lorder/lorder.1
@@ -54,7 +54,7 @@ utility outputs a list of file names where the first file contains a symbol
which is defined by the second file.
.Pp
The output is normally used with
-.Xr tsort 1
+.Xr tsort 1
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.