Document that a negative value for -m will elmininate the pauses.
This commit is contained in:
@@ -120,7 +120,8 @@ DDEESSCCRRIIPPTTIIOONN
|
|||||||
session includes long pauses. When the --mm option is
|
session includes long pauses. When the --mm option is
|
||||||
specified, ssuuddoorreeppllaayy will limit these pauses to at most
|
specified, ssuuddoorreeppllaayy will limit these pauses to at most
|
||||||
_m_a_x___w_a_i_t seconds. The value may be specified as a floating
|
_m_a_x___w_a_i_t seconds. The value may be specified as a floating
|
||||||
point number, e.g. _2_._5.
|
point number, e.g. _2_._5. A negative value will eliminate the
|
||||||
|
pauses entirely.
|
||||||
|
|
||||||
--nn, ----nnoonn--iinntteerraaccttiivvee
|
--nn, ----nnoonn--iinntteerraaccttiivvee
|
||||||
Do not prompt for user input or attempt to resize the
|
Do not prompt for user input or attempt to resize the
|
||||||
@@ -293,4 +294,4 @@ DDIISSCCLLAAIIMMEERR
|
|||||||
file distributed with ssuuddoo or https://www.sudo.ws/license.html for
|
file distributed with ssuuddoo or https://www.sudo.ws/license.html for
|
||||||
complete details.
|
complete details.
|
||||||
|
|
||||||
Sudo 1.8.22 July 13, 2017 Sudo 1.8.22
|
Sudo 1.8.23 March 8, 2018 Sudo 1.8.23
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
.\" DO NOT EDIT THIS FILE, IT IS NOT THE MASTER!
|
.\" DO NOT EDIT THIS FILE, IT IS NOT THE MASTER!
|
||||||
.\" IT IS GENERATED AUTOMATICALLY FROM sudoreplay.mdoc.in
|
.\" IT IS GENERATED AUTOMATICALLY FROM sudoreplay.mdoc.in
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2009-2017 Todd C. Miller <Todd.Miller@sudo.ws>
|
.\" Copyright (c) 2009-2018 Todd C. Miller <Todd.Miller@sudo.ws>
|
||||||
.\"
|
.\"
|
||||||
.\" Permission to use, copy, modify, and distribute this software for any
|
.\" Permission to use, copy, modify, and distribute this software for any
|
||||||
.\" purpose with or without fee is hereby granted, provided that the above
|
.\" purpose with or without fee is hereby granted, provided that the above
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.TH "SUDOREPLAY" "8" "July 13, 2017" "Sudo @PACKAGE_VERSION@" "System Manager's Manual"
|
.TH "SUDOREPLAY" "8" "March 8, 2018" "Sudo @PACKAGE_VERSION@" "System Manager's Manual"
|
||||||
.nh
|
.nh
|
||||||
.if n .ad l
|
.if n .ad l
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
@@ -240,6 +240,7 @@ will limit these pauses to at most
|
|||||||
seconds.
|
seconds.
|
||||||
The value may be specified as a floating point number, e.g.\&
|
The value may be specified as a floating point number, e.g.\&
|
||||||
\fI2.5\fR.
|
\fI2.5\fR.
|
||||||
|
A negative value will eliminate the pauses entirely.
|
||||||
.TP 12n
|
.TP 12n
|
||||||
\fB\-n\fR, \fB\--non-interactive\fR
|
\fB\-n\fR, \fB\--non-interactive\fR
|
||||||
Do not prompt for user input or attempt to resize the terminal.
|
Do not prompt for user input or attempt to resize the terminal.
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2009-2017 Todd C. Miller <Todd.Miller@sudo.ws>
|
.\" Copyright (c) 2009-2018 Todd C. Miller <Todd.Miller@sudo.ws>
|
||||||
.\"
|
.\"
|
||||||
.\" Permission to use, copy, modify, and distribute this software for any
|
.\" Permission to use, copy, modify, and distribute this software for any
|
||||||
.\" purpose with or without fee is hereby granted, provided that the above
|
.\" purpose with or without fee is hereby granted, provided that the above
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.Dd July 13, 2017
|
.Dd March 8, 2018
|
||||||
.Dt SUDOREPLAY @mansectsu@
|
.Dt SUDOREPLAY @mansectsu@
|
||||||
.Os Sudo @PACKAGE_VERSION@
|
.Os Sudo @PACKAGE_VERSION@
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@@ -220,6 +220,7 @@ will limit these pauses to at most
|
|||||||
seconds.
|
seconds.
|
||||||
The value may be specified as a floating point number, e.g.\&
|
The value may be specified as a floating point number, e.g.\&
|
||||||
.Em 2.5 .
|
.Em 2.5 .
|
||||||
|
A negative value will eliminate the pauses entirely.
|
||||||
.It Fl n , -non-interactive
|
.It Fl n , -non-interactive
|
||||||
Do not prompt for user input or attempt to resize the terminal.
|
Do not prompt for user input or attempt to resize the terminal.
|
||||||
The session is written to the standard output, not directly to
|
The session is written to the standard output, not directly to
|
||||||
|
Reference in New Issue
Block a user