Skip to content
Snippets Groups Projects
Commit b6061a0d authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Update help text for loadable modules

parent 76cb3733
No related branches found
No related tags found
No related merge requests found
......@@ -2911,18 +2911,18 @@ void sys_cfg(void)
"operations. Command-line arguments may be included for all.\n"
"\n"
"`Login` Required module for interactive terminal logins (answer)\n"
"`Logon` Terminal logon procedure\n"
"`Sync` Terminal node is periodically synchronized\n"
"`Logoff` Terminal logoff procedure (interactive)\n"
"`Logout` Terminal logout procedure (off-line)\n"
"`New User` End of new terminal user creation process\n"
"`Logon` Terminal logon procedure (post login/authentication)\n"
"`Sync` Node is periodically synchronized (comm/disk I/O flush)\n"
"`Logoff` Terminal logoff procedure (potentially user-interactive)\n"
"`Logout` Terminal logout procedure (off-line, post-logoff)\n"
"`New User` End of new terminal user registration/creation process\n"
"`User Config` User (e.g. terminal) settings configuration menu\n"
"`Expired User` User account expires (off-line)\n"
"`Auto Message` User chooses to re-read or edit the auto-message\n"
"`Send Feedback` User sending email to a sysop (return error to cancel)\n"
"`Chat Section` User enters chat section/menu\n"
"`Text Section` Handle general text file (viewing) section\n"
"`Xtrn Section` Handle external programs (doors) section\n"
"`Text Section` General text file (add/remove/viewing) section\n"
"`Xtrn Section` External programs (doors) section\n"
"`Pre Xtrn` Executed before external programs (doors) run\n"
"`Post Xtrn` Executed after external programs (doors) run\n"
"`Read Mail` User reads email/netmail\n"
......@@ -2932,8 +2932,8 @@ void sys_cfg(void)
"`List Logons` User lists logons ('-y' for yesterday)\n"
"`List Users` User lists the users of the system\n"
"`List Nodes` User lists all nodes\n"
"`Who's Online` User lists the nodes in-use (e.g. `^U`)\n"
"`Private Msg` User sends a private node msg (e.g. `^P`)\n"
"`Who's Online` User lists the nodes in-use (e.g. `^U` key-press)\n"
"`Private Msg` User sends a private node msg (e.g. `^P` key-press)\n"
"`Scan Dirs` User scans one or more directories for files\n"
"`List Files` User lists files within a file directory\n"
"`View File Info` User views detailed information on files in a directory\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment