Updated commands comment

This commit is contained in:
Eduardo Quezada 2023-02-22 15:09:47 -03:00
parent 5808e82434
commit e3ed114754

View File

@ -10,9 +10,9 @@
* N: Sets the test name to the remainder of the line. * N: Sets the test name to the remainder of the line.
* R: Sets the result to the remainder of the line, and flushes any * R: Sets the result to the remainder of the line, and flushes any
* output buffered since the previous R. * output buffered since the previous R.
* * P/K/F/A: Sets the result to the remaining of the line, flushes any
* //Missing P, F and K documentation, please tell me what to put here lol * output since the previous P/K/F/A and increment the number of
* * passes/known fails/assumption fails/fails.
*/ */
#include <fcntl.h> #include <fcntl.h>
#include <poll.h> #include <poll.h>