From 6f6554cb81cade474ccb1e5399a8717a2e123015 Mon Sep 17 00:00:00 2001 From: robert Date: Tue, 22 May 2007 09:43:22 +0000 Subject: [PATCH] more information about passing scale values to wsconsctl(8) --- app/xtsscale/xtsscale.1 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/xtsscale/xtsscale.1 b/app/xtsscale/xtsscale.1 index 80efe54d3..7e19182c4 100644 --- a/app/xtsscale/xtsscale.1 +++ b/app/xtsscale/xtsscale.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: xtsscale.1,v 1.1 2007/05/20 14:43:12 robert Exp $ +.\" $OpenBSD: xtsscale.1,v 1.2 2007/05/22 09:43:22 robert Exp $ .\" .\" Copyright (c) 2007 Robert Nagy .\" @@ -46,6 +46,11 @@ will exit and provide on standard output a result like the following: .Pp .Dl mouse.scale=200,3400,312,3672,1,1024,768 .Pp +This result should be placed into +.Pa /etc/wsconsctl.conf +for further use, or can be immediately applied using: +.Pp +.Dl # wsconsctl mouse.scale=200,3400,312,3672,1,1024,768 .Sh SEE ALSO .Xr ioctl 2 , .Xr uts 4 ,