From db8aae12e8ef6e84eb9f1ed97834c12b2a737006 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 8 Jun 2015 16:49:09 -0600 Subject: [PATCH] Fix underlining of "root" in -u option descriptions. Bug #699 --- doc/sudo.cat | 4 ++-- doc/sudo.man.in | 4 ++-- doc/sudo.mdoc.in | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/sudo.cat b/doc/sudo.cat index f5cb32f28..2dfd5f9d9 100644 --- a/doc/sudo.cat +++ b/doc/sudo.cat @@ -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 diff --git a/doc/sudo.man.in b/doc/sudo.man.in index 538ea8edb..52e8d6c88 100644 --- a/doc/sudo.man.in +++ b/doc/sudo.man.in @@ -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 diff --git a/doc/sudo.mdoc.in b/doc/sudo.mdoc.in index e2727e00e..13f7b252c 100644 --- a/doc/sudo.mdoc.in +++ b/doc/sudo.mdoc.in @@ -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 @@ -490,7 +490,7 @@ privilege on the current host to use this option. .It Fl u Ar user , Fl -user Ns = Ns Ar user Run the command as a user other than the default target user (usually -.Em root ). +.Em root ) . The .Ar user may be either a user name or a numeric user ID -- 2.50.1