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 | |
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>
-rw-r--r-- | COPYING | 3 | ||||
-rw-r--r-- | README | 7 | ||||
-rw-r--r-- | doc/info/scrotty.texinfo | 6 | ||||
-rw-r--r-- | doc/man/scrotty.1 | 10 | ||||
-rw-r--r-- | po/sv.po | 18 | ||||
-rw-r--r-- | src/scrotty.c | 1 |
6 files changed, 22 insertions, 23 deletions
@@ -1,4 +1,5 @@ -scrotty — Screenshot program for Linux's TTY +scrotty — Framebuffer screenshot program + Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org) This program is free software: you can redistribute it and/or modify @@ -1,13 +1,12 @@ NAME - scrotty - Screenshot program for Linux's TTY. + scrotty - Framebuffer screenshot program SYNOPSIS scrotty [OPTION]... [FILENAME_PATTERN] [-- CONVERT_OPTION...] DESCRIPTION - scrotty is a minimalist screenshoter for the Linux VT. It takes - a screenshot of your framebuffers (multiple are supported.) - X is not supported. + scrotty is a minimalist screenshoter for your framebuffers. + It takes of your TTY session. X is not supported. scrotty is designed after scrot(1), but includes a some improvements. Namely it does not support delaying the screenshot, 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 @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: scrotty 1.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-12-07 21:59+0100\n" +"POT-Creation-Date: 2015-12-07 22:07+0100\n" "PO-Revision-Date: 2015-12-07 18:50+0100\n" "Last-Translator: Mattias Andrée <maandree@member.fsf.org>\n" "Language-Team: none\n" @@ -17,12 +17,12 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: src/scrotty.c:604 +#: src/scrotty.c:605 #, c-format msgid "Saved framebuffer %i to %s,\n" msgstr "Bildrutebuffert %i sparad till %s.\n" -#: src/scrotty.c:646 +#: src/scrotty.c:647 #, c-format msgid "" "SYNOPSIS\n" @@ -93,7 +93,7 @@ msgstr "" "\tslutet av strängen, och om ett sådant även förekom direkt framför.\n" "\n" -#: src/scrotty.c:691 +#: src/scrotty.c:692 #, fuzzy, c-format msgid "" "%s\n" @@ -112,7 +112,7 @@ msgstr "" "\n" "Skriven av Mattias Andrée.\n" -#: src/scrotty.c:711 +#: src/scrotty.c:712 #, c-format msgid "" "scrotty -- Screenshot program for Linux's TTY\n" @@ -147,20 +147,20 @@ msgstr "" "Du skall ha fått en kopia av GNU General Public License tillsammans\n" "med det här programmet. Om inte, se <http://www.gnu.org/licenses/>.\n" -#: src/scrotty.c:773 src/scrotty.c:780 +#: src/scrotty.c:774 src/scrotty.c:781 #, c-format msgid "%s: %s. Type '%s --help' for help.\n" msgstr "%s: %s. Kör '%s --help' för hjälp.\n" -#: src/scrotty.c:773 +#: src/scrotty.c:774 msgid "Unrecognised option." msgstr "Val känns inte igen." -#: src/scrotty.c:780 +#: src/scrotty.c:781 msgid "--exec has no argument." msgstr "--exec har inget argument." -#: src/scrotty.c:817 +#: src/scrotty.c:818 #, c-format msgid "%s: %s: %s\n" msgstr "%s: %s: %s\n" diff --git a/src/scrotty.c b/src/scrotty.c index 7b621f4..5e9c1a5 100644 --- a/src/scrotty.c +++ b/src/scrotty.c @@ -1,5 +1,6 @@ /** * scrotty — Screenshot program for Linux's TTY + * * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org) * * This program is free software: you can redistribute it and/or modify |