Clarify that ttyin contains raw terminal input.

This commit is contained in:
Todd C. Miller
2019-07-12 08:24:07 -06:00
parent 03ba6426e7
commit 10b5529a0b
2 changed files with 4 additions and 4 deletions

View File

@@ -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.

View File

@@ -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.