From 3609f24c61b46b79aca94e5b328b94512a7230e2 Mon Sep 17 00:00:00 2001 From: Gabor Kovesdan Date: Mon, 28 Jan 2008 00:48:02 +0000 Subject: [PATCH] - Document __FreeBSD__ versions 800010, 800011 and 800012 Requested by: attilio --- .../books/porters-handbook/book.sgml | 21 +++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/en_US.ISO8859-1/books/porters-handbook/book.sgml b/en_US.ISO8859-1/books/porters-handbook/book.sgml index e479aa3b87..29e93e18e7 100644 --- a/en_US.ISO8859-1/books/porters-handbook/book.sgml +++ b/en_US.ISO8859-1/books/porters-handbook/book.sgml @@ -11674,10 +11674,27 @@ Reference: <http://www.freebsd.org/ports/portaudit/74a9541d-5d6c-11d8-80e3-00 800008 - 8.0-CURRENT after introduction of the - lockmgr_disown() function. + 8.0-CURRENT after introduction of + &man.lockmgr.disown.9; 800009 + + 8.0-CURRENT after the &man.vn.lock.9; prototype + change. + 800010 + + + 8.0-CURRENT after the &man.VOP.LOCK.9; and + &man.VOP.UNLOCK.9; prototype changes. + 800011 + + + 8.0-CURRENT after introduction of + &man.lockmgr.recursed.9;, &man.BUF.RECURSED.9; and + &man.BUF.ISLOCKED.9; and the removal of + BUF_REFCNT(). + 800012 + 8.0-CURRENT after introduction of the "ASCII" encoding.