diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 2002-04-20 12:27:18 +0000 |
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 2002-04-20 12:27:18 +0000 |
| commit | 7f94b8deee60475f7d25f04484f36e824d2ce21d (patch) | |
| tree | 7a4469332fc98c3b02f0549c6e419486d82bb24e /usr.sbin/vidcontrol | |
| parent | c720dea0f22dd4b1c1f24d6881f2e529cebdcca1 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/vidcontrol')
| -rw-r--r-- | usr.sbin/vidcontrol/vidcontrol.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/vidcontrol/vidcontrol.1 b/usr.sbin/vidcontrol/vidcontrol.1 index dad94f9e8409..332643cf77f0 100644 --- a/usr.sbin/vidcontrol/vidcontrol.1 +++ b/usr.sbin/vidcontrol/vidcontrol.1 @@ -194,8 +194,9 @@ daemon for text mode cut & paste functionality. .It Fl p Capture the current contents of the video buffer corresponding to the terminal device referred to by standard input. +The .Nm -writes contents of the video buffer to the standard +utility writes contents of the video buffer to the standard output in a raw binary format. For details about that format see @@ -286,8 +287,9 @@ utility uses the .Dv CONS_SCRSHOT .Xr ioctl 2 to capture the current contents of the video buffer. +The .Nm -writes version and additional information to the standard +utility writes version and additional information to the standard output, followed by the contents of the terminal device. .Pp VGA video memory is typically arranged in two byte tuples, |
