diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-03-23 20:27:43 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-03-23 20:27:43 +0000 |
commit | e3fe2a5f2303572e3af4921a27618fe10539fd7b (patch) | |
tree | 1ca378409a1a07e2bde5e51f737f8a3fd4843b56 /app/xtsscale/xtsscale.1 | |
parent | ae8174386f18fd083e6db226e99bc38086b13399 (diff) |
add a -v flag to select verbose mode, to output raw coordinate read
from the device, for debugging.
Diffstat (limited to 'app/xtsscale/xtsscale.1')
-rw-r--r-- | app/xtsscale/xtsscale.1 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/app/xtsscale/xtsscale.1 b/app/xtsscale/xtsscale.1 index 418b367cd..57abb36f8 100644 --- a/app/xtsscale/xtsscale.1 +++ b/app/xtsscale/xtsscale.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: xtsscale.1,v 1.8 2010/01/22 07:47:54 matthieu Exp $ +.\" $OpenBSD: xtsscale.1,v 1.9 2010/03/23 20:27:42 matthieu Exp $ .\" .\" Copyright (c) 2007 Robert Nagy <robert@openbsd.org> .\" Copyright (c) 2009 Matthieu Herrb <matthieu@herrb.eu> @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE .\" OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: January 22 2010 $ +.Dd $Mdocdate: March 23 2010 $ .Dt XTSSCALE 1 .Os .Sh NAME @@ -35,6 +35,7 @@ .Bk -words .Op Fl d Ar device .Op Fl o Ar output +.Op Fl v .Ek .Sh DESCRIPTION .Nm @@ -64,6 +65,11 @@ Use .Dl # xrandr .Pp to figure out the names of the outputs. +.It Fl v +specifies that +.Nm +will be verbose, outputting the raw coordinate values produced, +mostly for debugging purposes. .El .Pp When good deviations are calculated from the selections made at these |