mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-28 12:57:50 +00:00
Fix underlining of "root" in -u option descriptions. Bug #699
This commit is contained in:
parent
7107ce4d1d
commit
db8aae12e8
@ -275,7 +275,7 @@ DDEESSCCRRIIPPTTIIOONN
|
|||||||
|
|
||||||
--uu _u_s_e_r, ----uusseerr=_u_s_e_r
|
--uu _u_s_e_r, ----uusseerr=_u_s_e_r
|
||||||
Run the command as a user other than the default target user
|
Run the command as a user other than the default target user
|
||||||
(usually _r_o_o_t _)_. The _u_s_e_r may be either a user name or a
|
(usually _r_o_o_t). The _u_s_e_r may be either a user name or a
|
||||||
numeric user ID (UID) prefixed with the `#' character (e.g.
|
numeric user ID (UID) prefixed with the `#' character (e.g.
|
||||||
#0 for UID 0). When running commands as a UID, many shells
|
#0 for UID 0). When running commands as a UID, many shells
|
||||||
require that the `#' be escaped with a backslash (`\'). Some
|
require that the `#' be escaped with a backslash (`\'). Some
|
||||||
@ -582,4 +582,4 @@ DDIISSCCLLAAIIMMEERR
|
|||||||
file distributed with ssuuddoo or http://www.sudo.ws/license.html for
|
file distributed with ssuuddoo or http://www.sudo.ws/license.html for
|
||||||
complete details.
|
complete details.
|
||||||
|
|
||||||
Sudo 1.8.14 December 4, 2014 Sudo 1.8.14
|
Sudo 1.8.14 June 8, 2015 Sudo 1.8.14
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
.\" Agency (DARPA) and Air Force Research Laboratory, Air Force
|
.\" Agency (DARPA) and Air Force Research Laboratory, Air Force
|
||||||
.\" Materiel Command, USAF, under agreement number F39502-99-1-0512.
|
.\" Materiel Command, USAF, under agreement number F39502-99-1-0512.
|
||||||
.\"
|
.\"
|
||||||
.TH "SUDO" "8" "December 4, 2014" "Sudo @PACKAGE_VERSION@" "System Manager's Manual"
|
.TH "SUDO" "8" "June 8, 2015" "Sudo @PACKAGE_VERSION@" "System Manager's Manual"
|
||||||
.nh
|
.nh
|
||||||
.if n .ad l
|
.if n .ad l
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
@ -544,7 +544,7 @@ privilege on the current host to use this option.
|
|||||||
\fB\-u\fR \fIuser\fR, \fB\--user\fR=\fIuser\fR
|
\fB\-u\fR \fIuser\fR, \fB\--user\fR=\fIuser\fR
|
||||||
Run the command as a user other than the default target user
|
Run the command as a user other than the default target user
|
||||||
(usually
|
(usually
|
||||||
\fIroot ).\fR
|
\fIroot\fR).
|
||||||
The
|
The
|
||||||
\fIuser\fR
|
\fIuser\fR
|
||||||
may be either a user name or a numeric user ID
|
may be either a user name or a numeric user ID
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
.\" Agency (DARPA) and Air Force Research Laboratory, Air Force
|
.\" Agency (DARPA) and Air Force Research Laboratory, Air Force
|
||||||
.\" Materiel Command, USAF, under agreement number F39502-99-1-0512.
|
.\" Materiel Command, USAF, under agreement number F39502-99-1-0512.
|
||||||
.\"
|
.\"
|
||||||
.Dd December 4, 2014
|
.Dd June 8, 2015
|
||||||
.Dt SUDO @mansectsu@
|
.Dt SUDO @mansectsu@
|
||||||
.Os Sudo @PACKAGE_VERSION@
|
.Os Sudo @PACKAGE_VERSION@
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -490,7 +490,7 @@ privilege on the current host to use this option.
|
|||||||
.It Fl u Ar user , Fl -user Ns = Ns Ar user
|
.It Fl u Ar user , Fl -user Ns = Ns Ar user
|
||||||
Run the command as a user other than the default target user
|
Run the command as a user other than the default target user
|
||||||
(usually
|
(usually
|
||||||
.Em root ).
|
.Em root ) .
|
||||||
The
|
The
|
||||||
.Ar user
|
.Ar user
|
||||||
may be either a user name or a numeric user ID
|
may be either a user name or a numeric user ID
|
||||||
|
Loading…
x
Reference in New Issue
Block a user