diff options
Diffstat (limited to 'usr.bin/learn/lib')
-rw-r--r-- | usr.bin/learn/lib/Linfo | 6 | ||||
-rw-r--r-- | usr.bin/learn/lib/Xinfo | 19 |
2 files changed, 25 insertions, 0 deletions
diff --git a/usr.bin/learn/lib/Linfo b/usr.bin/learn/lib/Linfo new file mode 100644 index 00000000000..b27813c92b4 --- /dev/null +++ b/usr.bin/learn/lib/Linfo @@ -0,0 +1,6 @@ + files + editor + morefiles + macros + eqn + C diff --git a/usr.bin/learn/lib/Xinfo b/usr.bin/learn/lib/Xinfo new file mode 100644 index 00000000000..8ff69f526ed --- /dev/null +++ b/usr.bin/learn/lib/Xinfo @@ -0,0 +1,19 @@ +files - basic file handling commands +editor - text editor; must know about files first. +morefiles - more on file manipulations and other useful stuff +macros - "-ms" macros for BTL memos & papers; must know editor +eqn - typing mathematics; must know editor +C - writing programs in the C language; must know editor + +This is probably the proper order, but after you +have the "files" course and know the basics of "editor", +try anything you like. + +You can always leave learn by typing "bye" (and a RETURN). +You can stop it from typing by pushing interrupt +(or break or rubout or delete, depending on your terminal). + +If it won't accept your answer, and you know____ you're +right, answer "no" when it asks whether you +want to try again, and it will go on to the next lesson. +Please report troubles to your local guru. |