mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 09:57:41 +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
|
||||
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.
|
||||
#0 for UID 0). When running commands as a UID, many shells
|
||||
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
|
||||
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
|
||||
.\" 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
|
||||
.if n .ad l
|
||||
.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
|
||||
Run the command as a user other than the default target user
|
||||
(usually
|
||||
\fIroot ).\fR
|
||||
\fIroot\fR).
|
||||
The
|
||||
\fIuser\fR
|
||||
may be either a user name or a numeric user ID
|
||||
|
@ -19,7 +19,7 @@
|
||||
.\" Agency (DARPA) and Air Force Research Laboratory, Air Force
|
||||
.\" Materiel Command, USAF, under agreement number F39502-99-1-0512.
|
||||
.\"
|
||||
.Dd December 4, 2014
|
||||
.Dd June 8, 2015
|
||||
.Dt SUDO @mansectsu@
|
||||
.Os Sudo @PACKAGE_VERSION@
|
||||
.Sh NAME
|
||||
|
Loading…
x
Reference in New Issue
Block a user