Author: luks
Date: 2006-09-05 08:46:28 +0000 (Tue, 05 Sep 2006)
New Revision: 8465
Modified:
libdiscid/trunk/include/discid/discid.h
Log:
Small documentation fix.
Modified: libdiscid/trunk/include/discid/discid.h
===================================================================
--- libdiscid/trunk/include/discid/discid.h 2006-09-05 08:45:18 UTC (rev
8464)
+++ libdiscid/trunk/include/discid/discid.h 2006-09-05 08:46:28 UTC (rev
8465)
@@ -63,7 +63,7 @@
* libdiscid provides a pkg-config script that returns the necessary compiler
and linker flags, as well as the
* version number. To build a small sample program one would use:
*
- * <tt>gcc libdiscid-test.c `pkg-config --cflags --libs` -o libdiscid-test</tt>
+ * <tt>gcc libdiscid-test.c `pkg-config libdiscid --cflags --libs` -o
libdiscid-test</tt>
*
* \section Contact
*
|