Date: Tue, 2 Oct 2001 22:19:48 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string wmemchr.3 Message-ID: <200110030519.f935Jmp02392@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2001/10/02 22:19:48 PDT
Modified files:
lib/libc/string wmemchr.3
Log:
Fixed syntax errors in synopsis. The restrict keyword doesn't exist yet.
The corresponding bugs in <wchar.h> have no effect because the function
prototypes there don't have args so the __restrict "keyword" is
misinterpreted as an arg.
Revision Changes Path
1.5 +6 -6 src/lib/libc/string/wmemchr.3
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110030519.f935Jmp02392>
