diff options
author | Ian Darwin <ian@cvs.openbsd.org> | 1998-09-28 15:45:48 +0000 |
---|---|---|
committer | Ian Darwin <ian@cvs.openbsd.org> | 1998-09-28 15:45:48 +0000 |
commit | 0436a5b6c19a613da918536b89a49cbcb38a2e4e (patch) | |
tree | a67948a0b07dbb07c82a2f45e028b99f0e42356a /usr.bin/learn/README | |
parent | 85f240539c462832ad5363a277a61928b0d90a2a (diff) |
import BTL learn(1)
Diffstat (limited to 'usr.bin/learn/README')
-rw-r--r-- | usr.bin/learn/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/usr.bin/learn/README b/usr.bin/learn/README new file mode 100644 index 00000000000..c5ff5282d02 --- /dev/null +++ b/usr.bin/learn/README @@ -0,0 +1,13 @@ +Learn was originally written by Mike Lesk with some contributions +from Brian Kernighan. The paper in this directory dates from the +second version of learn, around 1979. + +This version of learn has been resurrected from the original V7 +source and edited enough that the source compiles and the +lessons can be executed. We have made no attempt to update the +lessons, nor to fix some of the glaring problems with the code. +Think of it as a historical document, not a polished system. + +cd src +make +learn |