diff options
author | John-Mark Gurney <jmg@FreeBSD.org> | 1997-08-30 12:22:49 +0000 |
---|---|---|
committer | John-Mark Gurney <jmg@FreeBSD.org> | 1997-08-30 12:22:49 +0000 |
commit | 46657c7e778fc9f3178a1de26864b9ca566a5bef (patch) | |
tree | 7ba2fea8d39bc6d7b5729b2a45d7d918f82a6a49 /usr.bin/ldd | |
parent | 3931afc2d0781ef7ee17b50231aa9d619af47d19 (diff) | |
download | src-46657c7e778fc9f3178a1de26864b9ca566a5bef.tar.gz src-46657c7e778fc9f3178a1de26864b9ca566a5bef.zip |
fix a few spelling changes
Submitted by: Josh Gilliam
Closes PR's: 4429, 4431-4438
PS: He has agreed to submit all contrib fixes back to the original author.
Notes
Notes:
svn path=/head/; revision=28935
Diffstat (limited to 'usr.bin/ldd')
-rw-r--r-- | usr.bin/ldd/ldd.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ldd/ldd.1 b/usr.bin/ldd/ldd.1 index 4b499fe2fc9f..6ca8b2874a11 100644 --- a/usr.bin/ldd/ldd.1 +++ b/usr.bin/ldd/ldd.1 @@ -14,7 +14,7 @@ displays all shared objects that are needed to run the given program. Contrary to nm(1), the list includes .Dq indirect -depedencies that are the result of needed shared objects which themselves +dependencies that are the result of needed shared objects which themselves depend on yet other shared objects. .Pp Zero, one or two |