diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2010-09-14 06:20:56 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2010-09-14 06:20:56 +0000 |
commit | f9bcd59a38f356868b91c9411fd9bbdec6d82b35 (patch) | |
tree | 25660ad3470083cee75ab5aacbbb07887440968f /app/xtsscale/xtsscale.1 | |
parent | 2c13224b044f8d6d9c9bba4f4941bc6ea8990975 (diff) |
- no need for root prompt here, user prompt will do
- .Xr the other touchscreen driver we have (uhts)
ok matthieu@
Diffstat (limited to 'app/xtsscale/xtsscale.1')
-rw-r--r-- | app/xtsscale/xtsscale.1 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app/xtsscale/xtsscale.1 b/app/xtsscale/xtsscale.1 index 57abb36f8..c61c8e838 100644 --- a/app/xtsscale/xtsscale.1 +++ b/app/xtsscale/xtsscale.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: xtsscale.1,v 1.9 2010/03/23 20:27:42 matthieu Exp $ +.\" $OpenBSD: xtsscale.1,v 1.10 2010/09/14 06:20:55 jasper 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: March 23 2010 $ +.Dd $Mdocdate: September 14 2010 $ .Dt XTSSCALE 1 .Os .Sh NAME @@ -49,7 +49,7 @@ defines the name or numerical identifier of the X Input extension device to calibrate. Use .Pp -.Dl # xinput --list +.Dl $ xinput --list .Pp to figure out the actual name for the X configuration. .Ar device @@ -62,7 +62,7 @@ will use all heads in multi-head configurations, which is probably not what is expected. Use .Pp -.Dl # xrandr +.Dl $ xrandr .Pp to figure out the names of the outputs. .It Fl v @@ -103,6 +103,7 @@ that is not the first device. ( .Sh SEE ALSO .Xr xinput 1 , .Xr xrandr 1 , +.Xr uhts 4 , .Xr uts 4 , .Xr wscons 4 , .Xr ws 4 , |