Fix SGML typo from last commit.

This commit is contained in:
Wolfram Schneider 1999-01-08 16:31:16 +00:00
parent 2794f3a855
commit 86f5d66e4f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=4032

View file

@ -1,10 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA "../.."> <!ENTITY base CDATA "../..">
<!ENTITY date "$Date: 1999-01-07 04:01:57 $"> <!ENTITY date "$Date: 1999-01-08 16:31:16 $">
<!ENTITY title "FreeBSD 2.2.8 Errata Notes"> <!ENTITY title "FreeBSD 2.2.8 Errata Notes">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]> ]>
<!-- $Id: errata.sgml,v 1.6 1999-01-07 04:01:57 jkh Exp $ --> <!-- $Id: errata.sgml,v 1.7 1999-01-08 16:31:16 wosch Exp $ -->
<html> <html>
&header; &header;
@ -58,7 +58,7 @@ Fix: If passed a string longer than the maximum allowed for a user name,
initial characters in the string up to the maximum length allowed for a initial characters in the string up to the maximum length allowed for a
user name. To correct this behaviour, libc needs to be patched and user name. To correct this behaviour, libc needs to be patched and
recompiled. The appropriate patch can be obtained from: recompiled. The appropriate patch can be obtained from:
http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libc/gen/getpwent.c.diff?r1=1.35.2.2&r2=1.35.2.3 http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libc/gen/getpwent.c.diff?r1=1.35.2.2&amp;r2=1.35.2.3
</pre> </pre>