aboutsummaryrefslogtreecommitdiffstats
path: root/unstickpixels.1
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-12-10 19:54:51 +0100
committerMattias Andrée <maandree@kth.se>2017-12-10 19:54:57 +0100
commit0a007bb2804137ae53790cf9b56bdfd587082e23 (patch)
tree6e0b44777cc77d89b27718d3381a0ed138af725a /unstickpixels.1
parentremove dist (diff)
downloadunstickpixels-0a007bb2804137ae53790cf9b56bdfd587082e23.tar.gz
unstickpixels-0a007bb2804137ae53790cf9b56bdfd587082e23.tar.bz2
unstickpixels-0a007bb2804137ae53790cf9b56bdfd587082e23.tar.xz
Use simple make file, remove info manual, and other crap, change style, use arg.h instead of getopt, and change license3
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--unstickpixels.1 (renamed from doc/man/unstickpixels.1)29
1 files changed, 5 insertions, 24 deletions
diff --git a/doc/man/unstickpixels.1 b/unstickpixels.1
index 3092545..f34c46d 100644
--- a/doc/man/unstickpixels.1
+++ b/unstickpixels.1
@@ -3,14 +3,15 @@
unstickpixels \- Screen loop to try to unstick stuck dots
.SH SYNOPSIS
.B unstickpixels
-.RI [ OPTION ]...\ [\fB--\fP]
-.RI [ INTERVAL ]
+[-v]
+.RI [ interval ]
.SH DESCRIPTION
.B unstickpixels
shall cycle the colours on the screen between
sRGB(100 %, 0, 0), sRGB(0, 100 %, 0), and sRGB(0, 0, 100 %),
-as fast as possible, or sleep INTERVAL milliseconds between
-each switch.
+as fast as possible, or sleep
+.I interval
+milliseconds between each switch.
.PP
You should disable powersaving on your monitors and disable
the screensaver whilst running this program, or otherwise
@@ -92,23 +93,3 @@ file a bug if you know any.
.TP
There are some similar works in form of videos available
on the Internet.
-.PP
-Full documentation available locally via: info \(aq(unstickpixels)\(aq
-.SH LICENSE
-Copyright \(co 2013, 2015 Mattias Andrée
-.br
-License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
-.br
-This is free software: you are free to change and redistribute it.
-.br
-There is NO WARRANTY, to the extent permitted by law.
-.SH
-.PP
-Copying and distribution of this manual, with or without modification,
-are permitted in any medium without royalty provided the copyright
-notice and this notice are preserved. This file is offered as-is,
-without any warranty.
-.SH BUGS
-Please report bugs to <https://github.com/maandree/unstickpixels/issues>
-or to <maandree@member.fsf.org>.
-