aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/su
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-07-15 08:06:20 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-07-15 08:06:20 +0000
commitf247324df75b7f55b48b92acb3b42a5ae2deac8a (patch)
tree62f210bf3aee25e49335dc77030fff6e97fbe447 /usr.bin/su
parent7ebcc426efefea9cd16ac6f565e72030c608f7a4 (diff)
Notes
Diffstat (limited to 'usr.bin/su')
-rw-r--r--usr.bin/su/su.110
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/su/su.1 b/usr.bin/su/su.1
index f6f0e5a63a09..cb9db05697d0 100644
--- a/usr.bin/su/su.1
+++ b/usr.bin/su/su.1
@@ -42,7 +42,7 @@
.Nm
.Op Fl
.Op Fl flm
-.Op Fl c Ar class
+.Op Fl c Ar class
.Op Ar login Op Ar args
.Sh DESCRIPTION
.Nm Su
@@ -189,16 +189,16 @@ as user
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
-single word and hence is quoted for use with the
+single word and hence is quoted for use with the
.Fl c
option being passed to the shell. (Most shells expect the argument to
.Fl c
to be a single word).
.It Li "su -c staff man -c 'catman /usr/share/man /usr/local/man /usr/X11R6/man'"
-Same as above, but the target command is run with the resource limits of
-the login class
+Same as above, but the target command is run with the resource limits of
+the login class
.Dq staff .
-Note: in this example, the first
+Note: in this example, the first
.Fl c
option applies to
.Nm