From 034b417e134b290ff2dfde470dcb57ae29cbcb41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Mon, 8 Nov 2004 17:34:00 +0000 Subject: [PATCH] Forgot to commit this some years ago: minor update :) git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9867 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- docs/user/support/support_intro.dox | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/user/support/support_intro.dox b/docs/user/support/support_intro.dox index 6c5ec71191..8a959bc85e 100644 --- a/docs/user/support/support_intro.dox +++ b/docs/user/support/support_intro.dox @@ -1,10 +1,12 @@ /** \page support The Support Kit The Support Kit provides a handy set of functions and classes that you can -use in your applications. It is part of libbe.so. +use in your applications. It is part of both, libbe.so and libroot.so - a +clear distinction of where you'll find what is still to be written/created. Documentation is avaible for the following parts: - \ref parsedate.h Date parsing functions + - \ref syslog.h system logging capabilities */