summaryrefslogtreecommitdiff
path: root/usr.bin/learn/lib/C
diff options
context:
space:
mode:
authorIan Darwin <ian@cvs.openbsd.org>1998-09-30 14:27:42 +0000
committerIan Darwin <ian@cvs.openbsd.org>1998-09-30 14:27:42 +0000
commit972baa742243ab99e060859f07282a831f3b1eaa (patch)
tree1f599bd9432c8d95ad8cd4d845ed963a6c67ff23 /usr.bin/learn/lib/C
parent0d005e8d29b28bb2ebdbd096a307fdd6b48c72fc (diff)
Put in WARNINGS that the lessons are not up-to-date, plus
references to newer technology in a few lessons.
Diffstat (limited to 'usr.bin/learn/lib/C')
-rw-r--r--usr.bin/learn/lib/C/L0.1a4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/learn/lib/C/L0.1a b/usr.bin/learn/lib/C/L0.1a
index 6082ae50f2d..fc11c29ce9c 100644
--- a/usr.bin/learn/lib/C/L0.1a
+++ b/usr.bin/learn/lib/C/L0.1a
@@ -1,4 +1,8 @@
#print
+WARNING: This course was written for C as it was in 1979, not 1999,
+and has not yet been updated. Some details may be way out of date!
+In particular, there is not yet any updating for ANSI C.
+
This script is loosely based on the material in
"The C Programming Language", by Brian Kernighan
and Dennis Ritchie (Prentice-Hall, 1978).