diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-07 22:08:20 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-07 22:08:20 +0100 |
commit | adba06d65bd63274d0c52bc7c639ac26e824f280 (patch) | |
tree | 67d47ae96d338b0f339e6aa3a24320cb15015285 /doc | |
parent | typo (diff) | |
download | scrotty-adba06d65bd63274d0c52bc7c639ac26e824f280.tar.gz scrotty-adba06d65bd63274d0c52bc7c639ac26e824f280.tar.bz2 scrotty-adba06d65bd63274d0c52bc7c639ac26e824f280.tar.xz |
It is not intented to only support Linux, do not formulate it as such
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/info/scrotty.texinfo | 6 | ||||
-rw-r--r-- | doc/man/scrotty.1 | 10 |
2 files changed, 7 insertions, 9 deletions
diff --git a/doc/info/scrotty.texinfo b/doc/info/scrotty.texinfo index 5422b9d..0d727d9 100644 --- a/doc/info/scrotty.texinfo +++ b/doc/info/scrotty.texinfo @@ -64,9 +64,9 @@ Texts. A copy of the license is included in the section entitled @command{scrotty} is a simple command for taking a screenshot of your framebuffers. It can be used to take a screenshot of -your Linux TTY session, but it cannot take a screenshot of -your X session.@footnote{Unless it is for some reason is -rendered on the framebuffer.} +your TTY session, but it cannot take a screenshot of your X +session.@footnote{Unless it is for some reason is rendered on +the framebuffer.} @command{scrotty} is designed after @command{scrot}, but includes a some improvements. Namely it does not support diff --git a/doc/man/scrotty.1 b/doc/man/scrotty.1 index 0c96aa0..bed4c14 100644 --- a/doc/man/scrotty.1 +++ b/doc/man/scrotty.1 @@ -1,6 +1,6 @@ .TH SCROTTY 1 SCROTTY .SH NAME -scrotty \- Screenshot program for Linux's TTY. +scrotty \- Framebuffer screenshot program .SH SYNOPSIS .B scrotty .RI [ OPTION ]...\ [ FILENAME_PATTERN ] @@ -8,11 +8,9 @@ scrotty \- Screenshot program for Linux's TTY. .IR CONVERT_OPTION ...] .SH DESCRIPTION .B scrotty -is a minimalist screenshoter for the -.BR Linux\ VT . -It takes a screenshot of your framebuffers (multiple are -supported.) -.B X +is a minimalist screenshoter for your framebuffers. +It takes of your TTY session. +.V X is not supported. .PP .B scrotty |