From f78fc3f72f4f09094cbddd22621a6548bd02a730 Mon Sep 17 00:00:00 2001 From: Clay Smith Date: Tue, 21 Feb 2023 04:07:42 -0600 Subject: FF REMAINING --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a577ecf..ab5928f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A Linux specific program to aid students learning how to code by giving them variadic input that fluctuates and is imperfect. -## USAGE +### USAGE ``` ./devout ./devout 12 @@ -11,6 +11,6 @@ A Linux specific program to aid students learning how to code by giving them var The first line will print the available devices and events the user can have printed to the terminal. The second line prints /dev/input/event12 to standard out. -THe third line prints /dev/input/event2, /dev/input/event5, and /dev/input/event25 to standard out. +The third line prints /dev/input/event2, /dev/input/event5, and /dev/input/event25 to standard out. -The output is always 5 colomns where the first column is an integer representing the event number passed in by the user. The second is the time since the beginning of the program. The third Number is the type associated with the event. The fourth number is the code associated with the event. In the fifth and final column is the current value. +The output is always 5 columns where the first column is an integer representing the event number passed in by the user. The second is the time since the beginning of the program. The third number is the type associated with the event. The fourth number is the code associated with the event. In the fifth and final column is the current value. -- cgit v1.2.1