diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-10 09:12:14 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-10 09:12:14 +0000 |
commit | 954f7917cd61e2c4e87fa97f77b5d16372fced8d (patch) | |
tree | 871a313e9494c2e181e8b7547436ca52ed2b21b5 /usr.bin/su/su.1 | |
parent | 7da7265de4dc122cf4762c2707b245904c8acdd7 (diff) |
- section reorder
- COMPATIBILITY merge
- macro cleanup
- kill whitespace at EOL
- new sentence, new line
ssh pages ok markus@
Diffstat (limited to 'usr.bin/su/su.1')
-rw-r--r-- | usr.bin/su/su.1 | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/usr.bin/su/su.1 b/usr.bin/su/su.1 index c410ddecd07..2023a89b4f2 100644 --- a/usr.bin/su/su.1 +++ b/usr.bin/su/su.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: su.1,v 1.18 2003/06/03 02:56:17 millert Exp $ +.\" $OpenBSD: su.1,v 1.19 2003/06/10 09:12:12 jmc Exp $ .\" .\" Copyright (c) 1988, 1990 The Regents of the University of California. .\" All rights reserved. @@ -90,7 +90,7 @@ If not using and the target login has a user ID of 0 then the .Ev PATH variable and umask value -(see +(see .Xr umask 2 ) are always set according to the .Pa /etc/login.conf @@ -212,6 +212,24 @@ By default (unless the prompt is reset by a startup file) the superuser prompt is set to .Dq Sy \&# to remind one of its awesome power. +.Sh ENVIRONMENT +.Bl -tag -width LOGNAME +.It Ev HOME +Default home directory of real user ID unless modified as +specified above. +.It Ev LOGNAME +The user ID is always the effective ID (the target user ID) after an +.Nm +unless the user ID is 0 (root). +.It Ev PATH +Default search path of real user ID unless modified as specified above. +.It Ev TERM +Provides terminal type which may be retained for the substituted +user ID. +.It Ev USER +Same as +.Ev LOGNAME . +.El .Sh EXAMPLES .Bl -tag -width 5n -compact .It Li "$ su bin -c makewhatis" @@ -232,24 +250,6 @@ Pretend a login for user .It Li "$ su -a skey -l foo" Same as above, but use S/Key for authentication. .El -.Sh ENVIRONMENT -.Bl -tag -width LOGNAME -.It Ev HOME -Default home directory of real user ID unless modified as -specified above. -.It Ev LOGNAME -The user ID is always the effective ID (the target user ID) after an -.Nm -unless the user ID is 0 (root). -.It Ev PATH -Default search path of real user ID unless modified as specified above. -.It Ev TERM -Provides terminal type which may be retained for the substituted -user ID. -.It Ev USER -Same as -.Ev LOGNAME . -.El .Sh SEE ALSO .Xr csh 1 , .Xr kerberos 1 , |