Sort sections, sort SEE ALSO, use .Pp instead of empty lines.
This commit is contained in:
parent
6740a50653
commit
3e5626e0f8
|
@ -30,7 +30,7 @@
|
||||||
.\" SUCH DAMAGE.
|
.\" SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" from: @(#)su.1 8.2 (Berkeley) 4/18/94
|
.\" from: @(#)su.1 8.2 (Berkeley) 4/18/94
|
||||||
.\" $NetBSD: su.1,v 1.22 2001/04/04 09:44:35 wiz Exp $
|
.\" $NetBSD: su.1,v 1.23 2001/12/08 19:17:03 wiz Exp $
|
||||||
.\"
|
.\"
|
||||||
.Dd March 7, 2001
|
.Dd March 7, 2001
|
||||||
.Dt SU 1
|
.Dt SU 1
|
||||||
|
@ -187,34 +187,6 @@ By default (unless the prompt is reset by a startup file) the super-user
|
||||||
prompt is set to
|
prompt is set to
|
||||||
.Dq Sy \&#
|
.Dq Sy \&#
|
||||||
to remind one of its awesome power.
|
to remind one of its awesome power.
|
||||||
.Sh EXAMPLES
|
|
||||||
To become user username and use the same environment as in original shell, execute:
|
|
||||||
.Bd -literal -offset indent
|
|
||||||
su username
|
|
||||||
.Ed
|
|
||||||
|
|
||||||
To become user username and use environment as if full login would be performed,
|
|
||||||
execute:
|
|
||||||
.Bd -literal -offset indent
|
|
||||||
su -l username
|
|
||||||
.Ed
|
|
||||||
|
|
||||||
To execute arbitrary command with privileges of user username, execute:
|
|
||||||
.Bd -literal -offset indent
|
|
||||||
su username -c "command args"
|
|
||||||
.Ed
|
|
||||||
.Sh SEE ALSO
|
|
||||||
.Xr csh 1 ,
|
|
||||||
.Xr kinit 1 ,
|
|
||||||
.Xr login 1 ,
|
|
||||||
.Xr sh 1 ,
|
|
||||||
.Xr skey 1 ,
|
|
||||||
.Xr setusercontext 3 ,
|
|
||||||
.Xr login.conf 5 ,
|
|
||||||
.Xr passwd 5 ,
|
|
||||||
.Xr group 5 ,
|
|
||||||
.Xr environ 7 ,
|
|
||||||
.Xr kerberos 8
|
|
||||||
.Sh ENVIRONMENT
|
.Sh ENVIRONMENT
|
||||||
Environment variables used by
|
Environment variables used by
|
||||||
.Nm "" :
|
.Nm "" :
|
||||||
|
@ -232,6 +204,34 @@ The user ID is always the effective ID (the target user ID) after an
|
||||||
.Nm
|
.Nm
|
||||||
unless the user ID is 0 (root).
|
unless the user ID is 0 (root).
|
||||||
.El
|
.El
|
||||||
|
.Sh EXAMPLES
|
||||||
|
To become user username and use the same environment as in original shell, execute:
|
||||||
|
.Bd -literal -offset indent
|
||||||
|
su username
|
||||||
|
.Ed
|
||||||
|
.Pp
|
||||||
|
To become user username and use environment as if full login would be performed,
|
||||||
|
execute:
|
||||||
|
.Bd -literal -offset indent
|
||||||
|
su -l username
|
||||||
|
.Ed
|
||||||
|
.Pp
|
||||||
|
To execute arbitrary command with privileges of user username, execute:
|
||||||
|
.Bd -literal -offset indent
|
||||||
|
su username -c "command args"
|
||||||
|
.Ed
|
||||||
|
.Sh SEE ALSO
|
||||||
|
.Xr csh 1 ,
|
||||||
|
.Xr kinit 1 ,
|
||||||
|
.Xr login 1 ,
|
||||||
|
.Xr sh 1 ,
|
||||||
|
.Xr skey 1 ,
|
||||||
|
.Xr setusercontext 3 ,
|
||||||
|
.Xr group 5 ,
|
||||||
|
.Xr login.conf 5 ,
|
||||||
|
.Xr passwd 5 ,
|
||||||
|
.Xr environ 7 ,
|
||||||
|
.Xr kerberos 8
|
||||||
.Sh HISTORY
|
.Sh HISTORY
|
||||||
A
|
A
|
||||||
.Nm
|
.Nm
|
||||||
|
|
Loading…
Reference in New Issue