fix README formatting
This commit is contained in:
parent
ca2e5b8e13
commit
e4f18ca87b
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ The client is a specialized [uxn](https://wiki.xxiivv.com/site/uxn.html) ROM tha
|
|||
|
||||
This is the working structure of the 9p filesystem:
|
||||
|
||||
* `/ctl`: Read/write control file for inputing system commands. Reading the file shows the status of the last input command: 1 for success, 0 for failure; `logout` is a special case, and the status code will be -1 if it was succesful. the following are valid command syntax:
|
||||
* `/ctl`: Read/write control file for inputing system commands. Reading the file shows the status of the last input command: 1 for success, 0 for failure; `logout` is a special case, and the status code will be -1 if it was succesful. the following are valid command syntax:
|
||||
* `login PW`: Authenticate with `xrxs` -- password is hashed against realm password hash.
|
||||
* `logout`: Gracefully remove yourself from the users table.
|
||||
* `load CART`: Load a cartridge.
|
||||
|
|
Loading…
Reference in a new issue