diff options
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 |