all repos — xrxs @ e4f18ca87b78e48ab9208fac4448e5385504d268

experimental networked application/game server with 9p

fix README formatting
Iris Lightshard nilix@nilfm.cc
PGP Signature
-----BEGIN PGP SIGNATURE-----

iQIyBAABCAAdFiEEkFh6dA+k/6CXFXU4O3+8IhROY5gFAmFstVsACgkQO3+8IhRO
Y5gu9Q/4wefkea+h6NXglavguabh4Y0rYMD6qxlsAIS49insSvoFl/jGd5rLXPT9
SjkX4yX8qv2ntJvUD2Vj481RFTqXvgm5tiYOqH2fyqdtlg5Q8iX7uifPoXsYqYIe
3sNg7Refwm1G9Lra9b71ICr+fxI41+38juXYyXTCN6hSd3U26vipLQ6akI73e6KU
ngH0s1OopZOzL+1jzgdbZZf4/kla0F9WInjM06adSl3rixCdWutZJN5CZaFj7D6C
BIc6e17gpmAYkVtcR0/s/7698gSkRKC5jcgwKcO3JAuPrejaWiTs9GL0AFrzsfqr
XSGt0J+BZTLihgUqA0jNvFY+homcyIwOoFin8UvRvVux27jFKue9drkR0tCY3TJ/
bXG6OspuYTqDRUKubcp/hj37O/cggGXOflmpbXaFd3bCIpyMouaWpu1dc/rxjFKT
peKwdmU6J3XlJ75RANNqnyLFqOF7Kntn0UT4LyiKpgy1RcnHLT60q4bU+c5sxkCk
/XK40vXST+LDRiCF2H8NNSJqOuFKQQbYE00NHmEkLTQ474YvlNC5sZK5C5PSpyhS
jlcjwrV8E6OGl9f46L2hYGfod43isCgWomPtlEts3dUZizAxGZw9OdZay8H01TGF
WOlpdo+e1Pwd2NHYxlyXXNxkXLAqw4xCHIILMqvW9N9s/iv5Eg==
=lpx+
-----END PGP SIGNATURE-----
commit

e4f18ca87b78e48ab9208fac4448e5385504d268

parent

ca2e5b8e133a144cae0534f7e3f413376edcb55f

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M README.mdREADME.md

@@ -8,7 +8,7 @@ ## design

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.