diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2012-10-26 15:56:28 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2012-10-26 15:56:28 +0000 |
| commit | 6cff4e07c15477db7747f98dc7ecbedfe7563d40 (patch) | |
| tree | 0c077eb46e3e65b6f28b4758078bff9a38cf132b /usr.bin/script/script.1 | |
| parent | 93665dfffbf60248d989a125f1465f54c6bdc4d3 (diff) | |
Notes
Diffstat (limited to 'usr.bin/script/script.1')
| -rw-r--r-- | usr.bin/script/script.1 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/usr.bin/script/script.1 b/usr.bin/script/script.1 index 1595e690895e4..df5ed2448bc54 100644 --- a/usr.bin/script/script.1 +++ b/usr.bin/script/script.1 @@ -28,7 +28,7 @@ .\" @(#)script.1 8.1 (Berkeley) 6/6/93 .\" $FreeBSD$ .\" -.Dd July 30, 2012 +.Dd Oct 27, 2012 .Dt SCRIPT 1 .Os .Sh NAME @@ -36,7 +36,7 @@ .Nd make typescript of terminal session .Sh SYNOPSIS .Nm -.Op Fl adkpqr +.Op Fl adfkpqr .Op Fl t Ar time .Op Ar file Op Ar command ... .Sh DESCRIPTION @@ -76,6 +76,13 @@ retaining the prior contents. When playing back a session with the .Fl p flag, do not sleep between records when playing back a timestamped session. +.It Fl f +Create +.Ar file.filemon +or +.Pa typescript.filemon +using +.Xr filemon 4 . .It Fl k Log keys sent to the program as well as output. .It Fl p @@ -151,6 +158,7 @@ is assumed. .El .Sh SEE ALSO .Xr csh 1 +.Xr filemon 4 .Po for the .Em history |
