diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-10-05 20:53:12 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-10-05 20:53:12 +0000 |
commit | cd8f494c4d396c6413e86b08949f6b96cb7a6bbc (patch) | |
tree | c8f3570286f8e0ad52a6134ed80ee4c7a6b1174f /share/man/man4/man4.atari/ms.4 | |
parent | da7386e356c0b9dc426070fb1e230bfed9abc6eb (diff) |
The .Bl -tag flag expects a -width argument.
Diffstat (limited to 'share/man/man4/man4.atari/ms.4')
-rw-r--r-- | share/man/man4/man4.atari/ms.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/man4.atari/ms.4 b/share/man/man4/man4.atari/ms.4 index 971282165a3..b97f91b17f7 100644 --- a/share/man/man4/man4.atari/ms.4 +++ b/share/man/man4/man4.atari/ms.4 @@ -47,7 +47,7 @@ of the second joystick port. To accomodate X11 users with a standard mouse, the driver is able to emulate the middle button. See the section on ioctls for more info. .Pp -.Bl -tag +.Bl -tag -width xx .It Sy Supported ioctls .Bl -tag -width MIOCG3B_EMUL -compact .It MIOCS3B_EMUL @@ -60,7 +60,7 @@ Note that the emulation status is retained across multiple open/close calls. This ioctl allows you to get the actual status of the emulation mode. .El .El -.Bl -tag +.Bl -tag -width xx .It Sy Interface description The Atari mouse interface works on a minimal emulation of Sun's Firm_event structures. The primary reason for this is easy interfacing with X11. |