From 67ebbac0be7ad917e794ca5ea0496d0a1ead83b8 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 6 May 2025 04:10:06 -0400 Subject: much work (options, rc script, make install, etc etc). --- marsond.rst | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 marsond.rst (limited to 'marsond.rst') diff --git a/marsond.rst b/marsond.rst new file mode 100644 index 0000000..4dfee82 --- /dev/null +++ b/marsond.rst @@ -0,0 +1,90 @@ + +.. |version| replace:: 0.1 +.. |date| date:: + +======= +marsond +======= + +------------------------------------------------- +Fix Enter key on Marson/USBLinux/MT606-1 adaptors +------------------------------------------------- + +:Manual section: 1 +:Manual group: SlackBuilds.org +:Date: |date| +:Version: |version| + +SYNOPSIS +======== + +marsond [**-d** *delay-ms**] [**-k** *keyboard-device*] [**-v**] | [**--help**] | [**--version**] | [**-V**] + +DESCRIPTION +=========== + +OPTIONS +======= + +-d delay-ms + Amount of time in milliseconds to delay the Enter key release events. + Default: 30. + + .. delay time for Enter key relase (default 30). + +-k keyboard-device + Input device for the keyboard adaptor. Default: + /dev/input/by-id/usb-Marson_Marson_Keyboard_and_Mouse_Link_Ver:ps2120L-event-kbd + +.. keyboard device (usually under /dev/input/by-id/). + +-v + Verbose debugging mode. Prints copious trace information to **stderr**, and + does not run in the background. + +.. verbose debugging, foreground operation. + +-h, --help + Shows built-in usage message and exits. + +.. this help text. + +-V, --version + Shows version number and exits. + +.. show version number. + +.. other sections we might want, uncomment as needed. + +.. FILES +.. ===== + +.. ENVIRONMENT +.. =========== + +.. EXIT STATUS +.. =========== + +.. BUGS +.. ==== + +.. EXAMPLES +.. ======== + +COPYRIGHT +========= + +See the file /usr/doc/PRGNAM-|version|/COPYING for license information. + +AUTHORS +======= + +PRGNAM was written by WHOEVER. + +This man page written for the SlackBuilds.org project +by B. Watson, and is licensed under the WTFPL. + +SEE ALSO +======== + +The PRGNAM homepage: http://www.PRGNAM.org/ -- cgit v1.2.3