removed some stuff that shouldn't be in the kernel any more

This commit is contained in:
Izaya 2017-10-14 07:20:49 +11:00
parent 829f423dc2
commit 57a37f8a76
1 changed files with 0 additions and 10 deletions

View File

@ -171,13 +171,3 @@ Displays a login screen allowing for changing user.
Runs a program that will repeatedly display a login screen and spawn a shell on login.
### lush(*sI*)
Spawns a lush instance for session *sI*
### skex(*fname*)
Launches an instance of the skex text editor, optionally reading *fname* at startup.
May actually spawn skex2.
### skex2(*fname*)
Launches an instance of the skex2 text editor, optionally reading *fname* at startup.
### nsh(*host*, *port*)
Spawns the network shell client and attempts to connect to *host* on *port* for a remote login session.
ctrl-shift-c to exit.
### nshd(*port*)
Spawns a networh shell server listening on *port.*