diff options
Diffstat (limited to 'usr.bin/su/su.1')
-rw-r--r-- | usr.bin/su/su.1 | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/usr.bin/su/su.1 b/usr.bin/su/su.1 index 53b0492..e44d639 100644 --- a/usr.bin/su/su.1 +++ b/usr.bin/su/su.1 @@ -158,20 +158,6 @@ By default (unless the prompt is reset by a startup file) the super-user prompt is set to .Dq Sy \&# to remind one of its awesome power. -.Sh FILES -.Bl -tag -width ".Pa /etc/pam.d/su" -compact -.It Pa /etc/pam.d/su -PAM configuration for -.Nm . -.El -.Sh SEE ALSO -.Xr csh 1 , -.Xr sh 1 , -.Xr group 5 , -.Xr login.conf 5 , -.Xr passwd 5 , -.Xr environ 7 , -.Xr pam 8 .Sh ENVIRONMENT Environment variables used by .Nm : @@ -189,6 +175,12 @@ The user ID is always the effective ID (the target user ID) after an .Nm unless the user ID is 0 (root). .El +.Sh FILES +.Bl -tag -width ".Pa /etc/pam.d/su" -compact +.It Pa /etc/pam.d/su +PAM configuration for +.Nm . +.El .Sh EXAMPLES .Bl -tag -width 5n -compact .It Li "su man -c catman" @@ -221,6 +213,14 @@ Same as above. .It Li "su -" Simulate a login for root. .El +.Sh SEE ALSO +.Xr csh 1 , +.Xr sh 1 , +.Xr group 5 , +.Xr login.conf 5 , +.Xr passwd 5 , +.Xr environ 7 , +.Xr pam 8 .Sh HISTORY A .Nm |