From 57a37f8a76582910c3255d13f3376e254b852a8c Mon Sep 17 00:00:00 2001 From: Izaya Date: Sat, 14 Oct 2017 07:20:49 +1100 Subject: [PATCH] removed some stuff that shouldn't be in the kernel any more --- docs/api.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/api.md b/docs/api.md index 8432c6d..915724f 100644 --- a/docs/api.md +++ b/docs/api.md @@ -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.*