diff options
author | ru <ru@FreeBSD.org> | 2004-07-03 00:24:45 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-07-03 00:24:45 +0000 |
commit | ee5b7e52fa7d4baa499ee27a6be5d6d650a644f0 (patch) | |
tree | 76412bcb6a02dd46cf8013e9d05c34972eee83cf /usr.bin/lorder | |
parent | d9e4eb9285216e2e83144e97e45c2bf123d17c9f (diff) | |
download | FreeBSD-src-ee5b7e52fa7d4baa499ee27a6be5d6d650a644f0.zip FreeBSD-src-ee5b7e52fa7d4baa499ee27a6be5d6d650a644f0.tar.gz |
Deal with double whitespace.
Diffstat (limited to 'usr.bin/lorder')
-rw-r--r-- | usr.bin/lorder/lorder.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/lorder/lorder.1 b/usr.bin/lorder/lorder.1 index e0bbaa5..6cced8f 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. |