diff options
author | jmg <jmg@FreeBSD.org> | 1997-08-30 12:22:49 +0000 |
---|---|---|
committer | jmg <jmg@FreeBSD.org> | 1997-08-30 12:22:49 +0000 |
commit | 416e9a71f9a0613ed5a3d8a8ab6b87e40fb1f409 (patch) | |
tree | f5547081c03c585ecffbec7a9a6fd3002e92ca56 /usr.bin | |
parent | d8a9aa8f8beea02e8a40aac2d94b623c9ad994a7 (diff) | |
download | FreeBSD-src-416e9a71f9a0613ed5a3d8a8ab6b87e40fb1f409.zip FreeBSD-src-416e9a71f9a0613ed5a3d8a8ab6b87e40fb1f409.tar.gz |
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.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ldd/ldd.1 | 2 | ||||
-rw-r--r-- | usr.bin/rdist/rdist.1 | 2 | ||||
-rw-r--r-- | usr.bin/su/su.1 | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/ldd/ldd.1 b/usr.bin/ldd/ldd.1 index 4b499fe..6ca8b28 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 diff --git a/usr.bin/rdist/rdist.1 b/usr.bin/rdist/rdist.1 index aec461f..c8d7a29 100644 --- a/usr.bin/rdist/rdist.1 +++ b/usr.bin/rdist/rdist.1 @@ -125,7 +125,7 @@ Alternative program to provide .Xr rsh 1 -like transport to the remote server. It must provide a binary-transparent path to the remote server, and must have a command argument syntax that is -compatable with +compatible with .Xr rsh 1 . .It Fl d Ar var=value Define diff --git a/usr.bin/su/su.1 b/usr.bin/su/su.1 index 530faf1..17d2ae3 100644 --- a/usr.bin/su/su.1 +++ b/usr.bin/su/su.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)su.1 8.2 (Berkeley) 4/18/94 -.\" $Id: su.1,v 1.8 1997/02/24 20:32:23 guido Exp $ +.\" $Id: su.1,v 1.9 1997/08/12 06:45:43 charnier Exp $ .\" .\" this is for hilit19's braindeadness: " .Dd April 18, 1994 @@ -112,7 +112,7 @@ is set to .Dq Pa /bin:/usr/bin . .Ev TERM is imported from your current environment. -Envronment variables may be set or overridden from the login class +Environment variables may be set or overridden from the login class capabilities database according to the class of the target login. The invoked shell is the target login's, and .Nm |