Skip to content

Commit b0d97ce

Browse files
committed
The option is "ignore_logfile_errors" not "ignore_log_errors".
1 parent 584d4ab commit b0d97ce

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/sudoers.man.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
.nr BA @BAMAN@
2727
.nr LC @LCMAN@
2828
.nr PS @PSMAN@
29-
.TH "SUDOERS" "@mansectform@" "June 7, 2025" "Sudo @PACKAGE_VERSION@" "File Formats Manual"
29+
.TH "SUDOERS" "@mansectform@" "September 26, 2025" "Sudo @PACKAGE_VERSION@" "File Formats Manual"
3030
.nh
3131
.if n .ad l
3232
.SH "NAME"
@@ -3279,7 +3279,7 @@ If the server does not respond to a message, the connection will
32793279
be closed and the running command will be terminated unless the
32803280
\fIignore_iolog_errors\fR
32813281
flag (I/O logging enabled) or the
3282-
\fIignore_log_errors\fR
3282+
\fIignore_logfile_errors\fR
32833283
flag (I/O logging disabled) is set.
32843284
This flag is
32853285
\fIon\fR
@@ -5985,14 +5985,14 @@ If no log servers are available, the user will not be able to run
59855985
a command unless either the
59865986
\fIignore_iolog_errors\fR
59875987
flag (I/O logging enabled) or the
5988-
\fIignore_log_errors\fR
5988+
\fIignore_logfile_errors\fR
59895989
flag (I/O logging disabled) is set.
59905990
Likewise, if the connection to the log server is interrupted while
59915991
\fBsudo\fR
59925992
is running, the command will be terminated unless the
59935993
\fIignore_iolog_errors\fR
59945994
flag (I/O logging enabled) or the
5995-
\fIignore_log_errors\fR
5995+
\fIignore_logfile_errors\fR
59965996
flag (I/O logging disabled) is set.
59975997
.sp
59985998
This setting is only supported by version 1.9.0 or higher.

docs/sudoers.mdoc.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
.nr BA @BAMAN@
2626
.nr LC @LCMAN@
2727
.nr PS @PSMAN@
28-
.Dd June 7, 2025
28+
.Dd September 26, 2025
2929
.Dt SUDOERS @mansectform@
3030
.Os Sudo @PACKAGE_VERSION@
3131
.Sh NAME
@@ -3095,7 +3095,7 @@ If the server does not respond to a message, the connection will
30953095
be closed and the running command will be terminated unless the
30963096
.Em ignore_iolog_errors
30973097
flag (I/O logging enabled) or the
3098-
.Em ignore_log_errors
3098+
.Em ignore_logfile_errors
30993099
flag (I/O logging disabled) is set.
31003100
This flag is
31013101
.Em on
@@ -5590,14 +5590,14 @@ If no log servers are available, the user will not be able to run
55905590
a command unless either the
55915591
.Em ignore_iolog_errors
55925592
flag (I/O logging enabled) or the
5593-
.Em ignore_log_errors
5593+
.Em ignore_logfile_errors
55945594
flag (I/O logging disabled) is set.
55955595
Likewise, if the connection to the log server is interrupted while
55965596
.Nm sudo
55975597
is running, the command will be terminated unless the
55985598
.Em ignore_iolog_errors
55995599
flag (I/O logging enabled) or the
5600-
.Em ignore_log_errors
5600+
.Em ignore_logfile_errors
56015601
flag (I/O logging disabled) is set.
56025602
.Pp
56035603
This setting is only supported by version 1.9.0 or higher.

0 commit comments

Comments
 (0)