From 10b5529a0b58cbb59869cc7b53746b9f13100efa Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 12 Jul 2019 08:24:07 -0600 Subject: [PATCH] Clarify that ttyin contains raw terminal input. --- doc/sudoers.man.in | 4 ++-- doc/sudoers.mdoc.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/sudoers.man.in b/doc/sudoers.man.in index 4e421d3d7..3af9cc3fd 100644 --- a/doc/sudoers.man.in +++ b/doc/sudoers.man.in @@ -25,7 +25,7 @@ .nr BA @BAMAN@ .nr LC @LCMAN@ .nr PS @PSMAN@ -.TH "SUDOERS" "@mansectform@" "July 11, 2019" "Sudo @PACKAGE_VERSION@" "File Formats Manual" +.TH "SUDOERS" "@mansectform@" "July 12, 2019" "Sudo @PACKAGE_VERSION@" "File Formats Manual" .nh .if n .ad l .SH "NAME" @@ -4881,7 +4881,7 @@ command suspend or resume, signal number received .PD .TP 10n \fIttyin\fR -Input from the user's tty, exactly as the user typed it. +Raw input from the user's terminal, exactly as it was received. No post-processing is performed. For manual viewing, you may wish to convert carriage return characters in the log to line feeds. diff --git a/doc/sudoers.mdoc.in b/doc/sudoers.mdoc.in index bfda1a208..8cb4470a4 100644 --- a/doc/sudoers.mdoc.in +++ b/doc/sudoers.mdoc.in @@ -24,7 +24,7 @@ .nr BA @BAMAN@ .nr LC @LCMAN@ .nr PS @PSMAN@ -.Dd July 11, 2019 +.Dd July 12, 2019 .Dt SUDOERS @mansectform@ .Os Sudo @PACKAGE_VERSION@ .Sh NAME @@ -4542,7 +4542,7 @@ bug compatibility for command suspend or resume, signal number received .El .It Pa ttyin -Input from the user's tty, exactly as the user typed it. +Raw input from the user's terminal, exactly as it was received. No post-processing is performed. For manual viewing, you may wish to convert carriage return characters in the log to line feeds. -- 2.40.0