cvs commit: src/lib/libmemstat Makefile libmemstat.3 memstat.c
memstat.h
Robert Watson
rwatson at FreeBSD.org
Sun Jul 24 01:41:48 GMT 2005
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
More information about the cvs-src
mailing list