2
0
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:
Todd C. Miller 2015-06-08 16:49:09 -06:00
parent 7107ce4d1d
commit db8aae12e8
3 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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