Diff for /embedaddon/sudo/doc/sudoreplay.mdoc.in between versions 1.1.1.3 and 1.1.1.4

version 1.1.1.3, 2013/10/14 07:56:34 version 1.1.1.4, 2014/06/15 16:12:54
Line 1 Line 1
 .\"  .\"
.\" Copyright (c) 2009-2013 Todd C. Miller <Todd.Miller@courtesan.com>.\" Copyright (c) 2009-2014 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 14 Line 14
 .\" 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 September 11, 2013.Dd February 15, 2014
 .Dt SUDOREPLAY @mansectsu@  .Dt SUDOREPLAY @mansectsu@
 .Os Sudo @PACKAGE_VERSION@  .Os Sudo @PACKAGE_VERSION@
 .Sh NAME  .Sh NAME
Line 23 Line 23
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm sudoreplay  .Nm sudoreplay
 .Op Fl h  .Op Fl h
 .Bk -words  
 .Op Fl d Ar dir  .Op Fl d Ar dir
 .Ek  
 .Bk -words  
 .Op Fl f Ar filter  .Op Fl f Ar filter
 .Ek  
 .Bk -words  
 .Op Fl m Ar num  .Op Fl m Ar num
 .Ek  
 .Bk -words  
 .Op Fl s Ar num  .Op Fl s Ar num
 .Ek  
 ID  ID
 .Pp  .Pp
 .Nm sudoreplay  .Nm sudoreplay
 .Op Fl h  .Op Fl h
 .Bk -words  
 .Op Fl d Ar dir  .Op Fl d Ar dir
 .Ek  
 .Fl l  .Fl l
 .Op search expression  .Op search expression
 .Sh DESCRIPTION  .Sh DESCRIPTION
Line 77  log file. Line 67  log file.
 The  The
 .Em ID  .Em ID
 may also be determined using  may also be determined using
.Nm sudoreplay Ns No 's.Nm sudoreplay Ns 's
 list mode.  list mode.
 .Pp  .Pp
 In list mode,  In list mode,
Line 89  In replay mode, if the standard output has not been re Line 79  In replay mode, if the standard output has not been re
 .Nm sudoreplay  .Nm sudoreplay
 will act on the following keys:  will act on the following keys:
 .Bl -tag -width 12n  .Bl -tag -width 12n
.It So Li \  Sc No (space).It So Li \en Sc No or So Li \er Sc
 Skip to the next replay event; useful for long pauses.
 .It So Li \  Sc Pq space
 Pause output; press any key to resume.  Pause output; press any key to resume.
 .It Ql <  .It Ql <
 Reduce the playback speed by one half.  Reduce the playback speed by one half.
Line 99  Double the playback speed. Line 91  Double the playback speed.
 .Pp  .Pp
 The options are as follows:  The options are as follows:
 .Bl -tag -width Fl  .Bl -tag -width Fl
.It Fl d Ar dir , Fl -directory Ns No = Ns Ar dir.It Fl d Ar dir , Fl -directory Ns = Ns Ar dir
 Store session logs in  Store session logs in
 .Ar dir  .Ar dir
 instead of the default,  instead of the default,
 .Pa @iolog_dir@ .  .Pa @iolog_dir@ .
.It Fl f Ar filter , Fl -filter Ns No = Ns Ar filter.It Fl f Ar filter , Fl -filter Ns = Ns Ar filter
 Select which I/O type(s) to display.  Select which I/O type(s) to display.
 By default,  By default,
 .Nm sudoreplay  .Nm sudoreplay

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


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