From dc15257b81b3691dbd84a0e32d112055ddfd2ec4 Mon Sep 17 00:00:00 2001 From: Jean-Marc Zucconi Date: Sat, 9 Dec 1995 17:31:08 +0000 Subject: [PATCH] ioctl() args are JOY_SETTIMEOUT and JOY_GETTIMEOUT (only 1 underscore) --- share/man/man4/joy.4 | 4 ++-- share/man/man4/man4.i386/joy.4 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/share/man/man4/joy.4 b/share/man/man4/joy.4 index 2ed006ec18a5..3f57ef7f371a 100644 --- a/share/man/man4/joy.4 +++ b/share/man/man4/joy.4 @@ -33,13 +33,13 @@ perl -e 'open(JOY,"/dev/joy0")||die;while(1) Several ioctl() calls are also available. They take an argument of type int * .Bl -tag -width JOY_SET_X_OFFSET -.It Dv JOY_SET_TIMEOUT Fa int *limit +.It Dv JOY_SETTIMEOUT Fa int *limit Set the time limit (in microseconds) for reading the joystick status. Setting a value too small may prevent to get correct values for the positions (which are then set to -2147483648), however this can be useful if one is only interested by the buttons status. -.It Dv JOY_GET_TIMEOUT Fa int *limit +.It Dv JOY_GETTIMEOUT Fa int *limit Get the time limit (in microseconds) used for reading the joystick status. .It Dv JOY_SET_X_OFFSET Fa int *offset diff --git a/share/man/man4/man4.i386/joy.4 b/share/man/man4/man4.i386/joy.4 index 2ed006ec18a5..3f57ef7f371a 100644 --- a/share/man/man4/man4.i386/joy.4 +++ b/share/man/man4/man4.i386/joy.4 @@ -33,13 +33,13 @@ perl -e 'open(JOY,"/dev/joy0")||die;while(1) Several ioctl() calls are also available. They take an argument of type int * .Bl -tag -width JOY_SET_X_OFFSET -.It Dv JOY_SET_TIMEOUT Fa int *limit +.It Dv JOY_SETTIMEOUT Fa int *limit Set the time limit (in microseconds) for reading the joystick status. Setting a value too small may prevent to get correct values for the positions (which are then set to -2147483648), however this can be useful if one is only interested by the buttons status. -.It Dv JOY_GET_TIMEOUT Fa int *limit +.It Dv JOY_GETTIMEOUT Fa int *limit Get the time limit (in microseconds) used for reading the joystick status. .It Dv JOY_SET_X_OFFSET Fa int *offset