From 91f2696d152a41fc3f110a5f4343c0c7aaf98501 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 7 Aug 2007 00:36:13 +0000 Subject: [PATCH] Use a list for the environment instead of an indented literal paragraph. --- visudo.pod | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/visudo.pod b/visudo.pod index 072001903..8ddb0f7ca 100644 --- a/visudo.pod +++ b/visudo.pod @@ -111,8 +111,17 @@ and exit. The following environment variables are used only if B was configured with the I<--with-env-editor> option: - VISUAL Invoked by visudo as the editor to use - EDITOR Used by visudo if VISUAL is not set +=over 16 + +=item C + +Invoked by visudo as the editor to use + +=item C + +Used by visudo if VISUAL is not set + +=back =head1 FILES -- 2.40.0