CVSROOT: /cvs Module name: src Changes by: l...@cvs.openbsd.org 2015/01/30 20:06:25
Modified files: share/man/man9 : mbuf.9 Log message: Document MSIZE, MCLSHIFT, MCLBYTES, MCLOFSET, and MAXMCLBYTES which have been moved from sys/param.h to sys/mbuf.h (MAXMCLBYTES was moved two years ago; the rest were done recently). Remove references to sys/param.h accordingly. ok deraadt@