summaryrefslogtreecommitdiffstats
path: root/lib/libmemstat/Makefile
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2005-07-24 01:41:47 +0000
committerrwatson <rwatson@FreeBSD.org>2005-07-24 01:41:47 +0000
commit560d460544dfe9f0c7701b09b72a5cb644278eca (patch)
tree4c4accb460ee9ff6aeea1f182a6dd60357adfa68 /lib/libmemstat/Makefile
parentf689e777d1bf190fcd7b2185bd64f3ca6a46c45c (diff)
downloadFreeBSD-src-560d460544dfe9f0c7701b09b72a5cb644278eca.zip
FreeBSD-src-560d460544dfe9f0c7701b09b72a5cb644278eca.tar.gz
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
Diffstat (limited to 'lib/libmemstat/Makefile')
-rw-r--r--lib/libmemstat/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libmemstat/Makefile b/lib/libmemstat/Makefile
index e58f99e..1d3c43d 100644
--- a/lib/libmemstat/Makefile
+++ b/lib/libmemstat/Makefile
@@ -17,6 +17,7 @@ MLINKS+= libmemstat.3 memstat_mtl_next.3
MLINKS+= libmemstat.3 memstat_mtl_find.3
MLINKS+= libmemstat.3 memstat_mtl_free.3
MLINKS+= libmemstat.3 memstat_mtl_geterror.3
+MLINKS+= libmemstat.3 memstat_strerror.3
MLINKS+= libmemstat.3 memstat_sysctl_all.3
MLINKS+= libmemstat.3 memstat_sysctl_malloc.3
MLINKS+= libmemstat.3 memstat_sysctl_uma.3
OpenPOWER on IntegriCloud