From owner-cvs-lib Fri Apr 19 07:02:34 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA06853 for cvs-lib-outgoing; Fri, 19 Apr 1996 07:02:34 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA06811 Fri, 19 Apr 1996 07:02:07 -0700 (PDT) Date: Fri, 19 Apr 1996 07:02:07 -0700 (PDT) From: Bruce Evans Message-Id: <199604191402.HAA06811@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/string strerror.3 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/04/19 07:02:05 Modified: lib/libc/string strerror.3 Log: Added `const' to types of sys_errlist and sys_nerr. Use .Va instead of .Fa to describe these variables. Say a little about inconsistent declarations of sys_errlist in the BUGS section. Revision Changes Path 1.2 +10 -5 src/lib/libc/string/strerror.3