Diff for /embedaddon/sudo/doc/sudoreplay.man.in between versions 1.1.1.3 and 1.1.1.5

version 1.1.1.3, 2012/10/09 09:29:52 version 1.1.1.5, 2013/10/14 07:56:34
Line 1 Line 1
 .\" 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-2012 Todd C. Miller <Todd.Miller@courtesan.com>.\" Copyright (c) 2009-2013 Todd C. Miller <Todd.Miller@courtesan.com>
 .\"  .\"
 .\" 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
Line 16 Line 16
 .\" 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" "@mansectsu@" "July 12, 2012" "Sudo @PACKAGE_VERSION@" "System Manager's Manual".TH "SUDOREPLAY" "@mansectsu@" "September 11, 2013" "Sudo @PACKAGE_VERSION@" "System Manager's Manual"
 .nh  .nh
 .if n .ad l  .if n .ad l
 .SH "NAME"  .SH "NAME"
Line 26 Line 26
 .HP 11n  .HP 11n
 \fBsudoreplay\fR  \fBsudoreplay\fR
 [\fB\-h\fR]  [\fB\-h\fR]
[\fB\-d\fR\ \fIdirectory\fR][\fB\-d\fR\ \fIdir\fR]
 [\fB\-f\fR\ \fIfilter\fR]  [\fB\-f\fR\ \fIfilter\fR]
[\fB\-m\fR\ \fImax_wait\fR][\fB\-m\fR\ \fInum\fR]
[\fB\-s\fR\ \fIspeed_factor\fR][\fB\-s\fR\ \fInum\fR]
 ID  ID
 .HP 11n  .HP 11n
 \fBsudoreplay\fR  \fBsudoreplay\fR
 [\fB\-h\fR]  [\fB\-h\fR]
[\fB\-d\fR\ \fIdirectory\fR][\fB\-d\fR\ \fIdir\fR]
 \fB\-l\fR  \fB\-l\fR
 [search expression]  [search expression]
 .SH "DESCRIPTION"  .SH "DESCRIPTION"
Line 92  Reduce the playback speed by one half. Line 92  Reduce the playback speed by one half.
 Double the playback speed.  Double the playback speed.
 .PP  .PP
 The options are as follows:  The options are as follows:
.TP 14n.TP 12n
\fB\-d\fR \fIdirectory\fR\fB\-d\fR \fIdir\fR, \fB\--directory\fR=\fIdir\fR
.brStore session logs in
Use\fIdir\fR
\fIdirectory\fRinstead of the default,
to for the session logs instead of the default, 
 \fI@iolog_dir@\fR.  \fI@iolog_dir@\fR.
.TP 14n.TP 12n
\fB\-f\fR \fIfilter\fR\fB\-f\fR \fIfilter\fR, \fB\--filter\fR=\fIfilter\fR
 Select which I/O type(s) to display.
 By default,  By default,
 \fBsudoreplay\fR  \fBsudoreplay\fR
will play back the command's standard output, standard error and tty output.will display the command's standard output, standard error and tty output.
 The  The
 \fB\-f\fR  
 option can be used to select which of these to output.  
 The  
 \fIfilter\fR  \fIfilter\fR
 argument is a comma-separated list, consisting of one or more of following:  argument is a comma-separated list, consisting of one or more of following:
 \fIstdout\fR,  \fIstdout\fR,
 \fIstderr\fR,  \fIstderr\fR,
 and  and
 \fIttyout\fR.  \fIttyout\fR.
.TP 14n.TP 12n
\fB\-h\fR\fB\-h\fR, \fB\--help\fR
TheDisplay a short help message to the standard output and exit.
\fB\-h\fR (\fIhelp\fR).TP 12n
option causes\fB\-l\fR, \fB\--list\fR [\fIsearch expression\fR]
\fBsudoreplay\fR 
to print a short help message to the standard output and exit. 
.TP 14n 
\fB\-l\fR [\fIsearch expression\fR] 
 Enable  Enable
 ``list mode''.  ``list mode''.
 In this mode,  In this mode,
Line 141  Evaluates to true if the command run matches Line 134  Evaluates to true if the command run matches
 \fIpattern\fR.  \fIpattern\fR.
 On systems with POSIX regular expression support, the pattern may  On systems with POSIX regular expression support, the pattern may
 be an extended regular expression.  be an extended regular expression.
On systems without POSIX regular expression support, a simple substringOn systems without POSIX regular expression support, a simple sub-string
 match is performed instead.  match is performed instead.
 .TP 8n  .TP 8n
 cwd \fIdirectory\fR  cwd \fIdirectory\fR
Line 217  unless separated by an Line 210  unless separated by an
 .PP  .PP
 .RE  .RE
 .PD 0  .PD 0
.TP 14n.TP 12n
\fB\-m\fR \fImax_wait\fR\fB\-m\fR, \fB\--max-wait\fR \fImax_wait\fR
 Specify an upper bound on how long to wait between key presses or output data.  Specify an upper bound on how long to wait between key presses or output data.
 By default,  By default,
 \fBsudoreplay\fR  \fBsudoreplay\fR
Line 234  seconds. Line 227  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.
 .PD  .PD
.TP 14n.TP 12n
\fB\-s\fR \fIspeed_factor\fR\fB\-s\fR, \fB\--speed\fR \fIspeed_factor\fR
 This option causes  This option causes
 \fBsudoreplay\fR  \fBsudoreplay\fR
 to adjust the number of seconds it will wait between key presses or  to adjust the number of seconds it will wait between key presses or
Line 250  would make the output twice as fast whereas a Line 243  would make the output twice as fast whereas a
 of  of
 \fI.5\fR  \fI.5\fR
 would make the output twice as slow.  would make the output twice as slow.
.TP 14n.TP 12n
\fB\-V\fR\fB\-V\fR, \fB\--version\fR
ThePrint the
\fB\-V\fR (\fIversion\fR) 
option causes 
 \fBsudoreplay\fR  \fBsudoreplay\fR
to print its version numberversions version number and exit.
and exit. 
 .SS "Date and time format"  .SS "Date and time format"
 The time and date may be specified multiple ways, common formats include:  The time and date may be specified multiple ways, common formats include:
 .TP 8n  .TP 8n
Line 296  yesterday Line 286  yesterday
 2 hours ago.  2 hours ago.
 .TP 8n  .TP 8n
 next Friday  next Friday
The first second of the next Friday.The first second of the Friday in the next (upcoming) week.
 Not to be confused with
 ``this friday''
 which would match the friday of the current week.
 .TP 8n  .TP 8n
this weeklast week
The current time but the first day of the coming week.The current time but 7 days ago.
 This is equivalent to
 ``a week ago''.
 .TP 8n  .TP 8n
 a fortnight ago  a fortnight ago
 The current time but 14 days ago.  The current time but 14 days ago.
Line 318  The current time but 14 days ago. Line 313  The current time but 14 days ago.
 .TP 8n  .TP 8n
 10:01 am Sep 17, 2009  10:01 am Sep 17, 2009
 10:01 am, September 17, 2009.  10:01 am, September 17, 2009.
   .PP
   Note that relative time specifications do not always work as expected.
   For example, the
   ``next''
   qualifier is intended to be used in conjunction with a day such as
   ``next Monday''.
   When used with units of weeks, months, years, etc
   the result will be one more than expected.
   For example,
   ``next week''
   will result in a time exactly two weeks from now, which is probably
   not what was intended.
   This will be addressed in a future version of
   \fBsudoreplay\fR.
 .SH "FILES"  .SH "FILES"
 .TP 26n  .TP 26n
 \fI@iolog_dir@\fR  \fI@iolog_dir@\fR

Removed from v.1.1.1.3  
changed lines
  Added in v.1.1.1.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>