From e56f21ed2eb1300b915258f364d281bc509918e3 Mon Sep 17 00:00:00 2001 From: Eric Melville Date: Tue, 1 Oct 2002 01:49:36 +0000 Subject: [PATCH] Document the addition of getopt_long(3) to libc, and add a short description for the last previously undocumented change. --- en_US.ISO8859-1/books/porters-handbook/book.sgml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/en_US.ISO8859-1/books/porters-handbook/book.sgml b/en_US.ISO8859-1/books/porters-handbook/book.sgml index 3c7b7ea207..785a5b7493 100644 --- a/en_US.ISO8859-1/books/porters-handbook/book.sgml +++ b/en_US.ISO8859-1/books/porters-handbook/book.sgml @@ -4862,6 +4862,17 @@ PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION} 500039 + + 5.0-CURRENT after various changes to disk functions + were made in the name of removing dependancy on disklabel + structure internals. + 500040 + + + 5.0-CURRENT after the addition of getopt_long(3) + to libc. + 500041 +