diff options
author | keramida <keramida@FreeBSD.org> | 2002-03-30 11:47:18 +0000 |
---|---|---|
committer | keramida <keramida@FreeBSD.org> | 2002-03-30 11:47:18 +0000 |
commit | ef538de24ea069ff6846f7363f8a329a92cf1aa1 (patch) | |
tree | 3dce9a7b53bccfced105df915372d6b3d354ed04 | |
parent | cbfb12da8c498e05d25ffe36f4df641de6165324 (diff) | |
download | FreeBSD-src-ef538de24ea069ff6846f7363f8a329a92cf1aa1.zip FreeBSD-src-ef538de24ea069ff6846f7363f8a329a92cf1aa1.tar.gz |
Fix a few typos.
as a user ID -> has a user ID
command constitutes of -> command consists of
PR: misc/36523
Submitted by: Chris Pepper <pepper@mail.rockefeller.edu>
MFC after: 3 days
-rw-r--r-- | usr.bin/su/su.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/su/su.1 b/usr.bin/su/su.1 index 7e09e3f..6eb2882 100644 --- a/usr.bin/su/su.1 +++ b/usr.bin/su/su.1 @@ -71,7 +71,7 @@ This is the traditional behavior of Resource limits and session priority applicable to the original user's login class (See .Xr login.conf 5 ) -are also normally retained unless the target login as a user ID of 0. +are also normally retained unless the target login has a user ID of 0. .Pp The options are as follows: .Bl -tag -width Ds @@ -187,7 +187,7 @@ as user .Li man . You will be asked for man's password unless your real UID is 0. .It Li "su man -c 'catman /usr/share/man /usr/local/man /usr/X11R6/man'" -Same as above, but the target command constitutes of more than a +Same as above, but the target command consists of more than a single word and hence is quoted for use with the .Fl c option being passed to the shell. (Most shells expect the argument to |