diff options
| author | Kyle Evans <kevans@FreeBSD.org> | 2024-04-26 16:12:00 +0000 |
|---|---|---|
| committer | Kyle Evans <kevans@FreeBSD.org> | 2024-04-29 05:28:45 +0000 |
| commit | f224a2ca04ad8c9322738517a9092bc488256bc8 (patch) | |
| tree | a7be87a9066ee3ce5a4065f9aa0eae9b842c6335 /usr.bin/script/script.1 | |
| parent | 2a2cc22f517b837ee6dbf1f44b99ee3fdca93b12 (diff) | |
Diffstat (limited to 'usr.bin/script/script.1')
| -rw-r--r-- | usr.bin/script/script.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/script/script.1 b/usr.bin/script/script.1 index 318ae4d743d9..bc096c0895c5 100644 --- a/usr.bin/script/script.1 +++ b/usr.bin/script/script.1 @@ -35,7 +35,7 @@ .Nd make typescript of terminal session .Sh SYNOPSIS .Nm -.Op Fl aeFfkqr +.Op Fl aeFfkqrw .Op Fl t Ar time .Op Ar file Op Ar command ... .Nm @@ -133,6 +133,9 @@ characters, it indicates the default format: which is useful for both tools and humans to read, should be used. Note that time-stamps will only be output when different from the previous one. +.It Fl w +Forward terminal size changes on +.Dv SIGWINCH . .El .Pp The script ends when the forked shell (or command) exits (a |
