From 7471253e6c9078d29f3726f23fa9a0614d8ed479 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 18 Jan 2004 22:22:01 +0000 Subject: [PATCH] Add a missing @runas_default@ substitution. --- sudoers.man.in | 6 +++--- sudoers.pod | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sudoers.man.in b/sudoers.man.in index 350059bb7..5ef63f7b3 100644 --- a/sudoers.man.in +++ b/sudoers.man.in @@ -167,7 +167,7 @@ .\" ======================================================================== .\" .IX Title "SUDOERS @mansectform@" -.TH SUDOERS @mansectform@ "January 17, 2004" "1.6.8" "MAINTENANCE COMMANDS" +.TH SUDOERS @mansectform@ "January 18, 2004" "1.6.8" "MAINTENANCE COMMANDS" .SH "NAME" sudoers \- list of which users may execute what .SH "DESCRIPTION" @@ -546,8 +546,8 @@ of the invoking user. This flag is \fIoff\fR by default. .IP "runaspw" 12 .IX Item "runaspw" If set, \fBsudo\fR will prompt for the password of the user defined by the -\&\fIrunas_default\fR option (defaults to \f(CW\*(C`root\*(C'\fR) instead of the password -of the invoking user. This flag is \fIoff\fR by default. +\&\fIrunas_default\fR option (defaults to \f(CW\*(C`@runas_default@\*(C'\fR) instead of the +password of the invoking user. This flag is \fIoff\fR by default. .IP "targetpw" 12 .IX Item "targetpw" If set, \fBsudo\fR will prompt for the password of the user specified by diff --git a/sudoers.pod b/sudoers.pod index 303119d96..c0426dd73 100644 --- a/sudoers.pod +++ b/sudoers.pod @@ -407,8 +407,8 @@ of the invoking user. This flag is I by default. =item runaspw If set, B will prompt for the password of the user defined by the -I option (defaults to C) instead of the password -of the invoking user. This flag is I by default. +I option (defaults to C<@runas_default@>) instead of the +password of the invoking user. This flag is I by default. =item targetpw -- 2.50.1