Date: Sun, 24 Jul 2005 01:41:47 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libmemstat Makefile libmemstat.3 memstat.c memstat.h Message-ID: <200507240141.j6O1flX0064018@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2005-07-24 01:41:47 UTC
FreeBSD src repository
Modified files:
lib/libmemstat Makefile libmemstat.3 memstat.c memstat.h
Log:
Having decided not to provide a libmemstat(3) error number to text
conversion routine, now change my mind and add one, memstat_strerror(3),
which returns a const char * pointer to a string describing the error,
to be used on the results of memstat_mtl_geterror().
While here, also correct a minor typo in the HISTORY man page.
Pointers on improving ease of internationalization would be
appreciated.
MFC after: 1 day
Revision Changes Path
1.3 +1 -0 src/lib/libmemstat/Makefile
1.6 +11 -3 src/lib/libmemstat/libmemstat.3
1.5 +21 -0 src/lib/libmemstat/memstat.c
1.7 +5 -0 src/lib/libmemstat/memstat.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507240141.j6O1flX0064018>
