Fix the path error inside vcl socket_test.sh
[vpp.git] / extras / vcl-ldpreload / README.md
index e9026c1..81c86f6 100644 (file)
@@ -1,10 +1,10 @@
-# vcl-ldpreload a LD_PRELOAD library that uses the VPP Communications Library (VCL).
+# vcl-ldpreload: a LD_PRELOAD library that uses the VPP Communications Library (VCL).  {#vcl_ldpreload_doc}
 
 User can LD_PRELOAD any application that uses POSIX socket API.
 
-NOTE: The sources have been moved to .../vpp/src/vcl and libvcl_ldpreload.so
-      libvcl-ldpreload.so is built with VPP and can be found in
-      .../vpp/build-root/install-vpp[_debug]-native/vpp/lib64
+NOTE: The sources have been moved to .../vpp/src/vcl and
+      libvcl_ldpreload.so is built with VPP and can be found in
+      .../vpp/build-root/install-vpp[_debug]-native/vpp/lib
 
 ## HowTo