From 5003b21c7955dd35deecc35869874b7623783643 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 5 Feb 1996 21:10:04 +0000 Subject: [PATCH] fixed some formatting --- sudo.pod | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/sudo.pod b/sudo.pod index 6235f6043..c36b65d36 100644 --- a/sudo.pod +++ b/sudo.pod @@ -154,16 +154,16 @@ current_time + 2 * C. =head1 FILES -FS< file of authorized users.> + /etc/sudoers file of authorized users. =head1 ENVIRONMENT VARIABLES -CS< Set to a sane value if SECURE_PATH is set> -CS< Used to determine shell to run with -s option> -CS< Set to the command run by B> -CS< Set to the login of the user who invoked B> -CS< Set to the uid of the user who invoked B> -CS< Set to the gid of the user who invoked B> + PATH Set to a sane value if SECURE_PATH is set + SHELL Used to determine shell to run with -s option + SUDO_COMMAND Set to the command run by sudo + SUDO_USER Set to the login of the user who invoked sudo + SUDO_UID Set to the uid of the user who invoked sudo + SUDO_GID Set to the gid of the user who invoked sudo =head1 AUTHORS -- 2.40.0