Skip to content

Commit 054939c

Browse files
collinalexbellmillert
authored andcommitted
configure.ac: fix documentation about lecture
1 parent bd24a32 commit 054939c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

config.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,7 @@
10381038
/* Define to 1 if you want sudo to free up memory before exiting. */
10391039
#undef NO_LEAKS
10401040

1041-
/* Define to 1 if you don't want users to get the lecture the first they user
1041+
/* Define to 1 if you don't want users to get the lecture the first time they use
10421042
sudo. */
10431043
#undef NO_LECTURE
10441044

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4843,7 +4843,7 @@ AH_TEMPLATE(LOGGING, [Define to SLOG_SYSLOG, SLOG_FILE, or SLOG_BOTH.])
48434843
AH_TEMPLATE(LONG_OTP_PROMPT, [Define to 1 if you want a two line OTP (S/Key or OPIE) prompt.])
48444844
AH_TEMPLATE(NO_AUTHENTICATION, [Define to 1 if you don't want sudo to prompt for a password by default.])
48454845
AH_TEMPLATE(NO_LEAKS, [Define to 1 if you want sudo to free up memory before exiting.])
4846-
AH_TEMPLATE(NO_LECTURE, [Define to 1 if you don't want users to get the lecture the first they user sudo.])
4846+
AH_TEMPLATE(NO_LECTURE, [Define to 1 if you don't want users to get the lecture the first time they use sudo.])
48474847
AH_TEMPLATE(NO_PAM_SESSION, [Define to 1 if you don't want to use sudo's PAM session support.])
48484848
AH_TEMPLATE(NO_ROOT_MAILER, [Define to avoid running the mailer as root.])
48494849
AH_TEMPLATE(NO_ROOT_SUDO, [Define to 1 if root should not be allowed to use sudo.])

0 commit comments

Comments
 (0)