Aucbvax.5402 net.2bsd-bugs utzoo!decvax!ucbvax!dist2 Sun Dec 6 03:28:19 1981 FIXED: a documentation bug in doc/kernel.ms One of the system modifications referred to in the paper ``Introduction to the Berkeley Kernel Modifications'' is misspelled. The option, incorrectly referred to as UCB_STICKY in the paper, is correctly called UCB_STICKYDIR in the system source. This may cause problems on systems which have modified their preprocessors to distinguish between identifiers with more than eight characters. The required change is: diff doc/kernel.ms.old doc/kernel.ms 516c516 < UCB_STICKY \- Can't rm file from sticky dir unless owned --- > UCB_STICKYDIR \- Can't rm file from sticky dir unless owned The change should be made on all tapes written before 12/6/81. Carl