Repository : ssh://git@open-mesh.org/doc
On branches: batman-adv-doc,master
commit e95ed36496bc0964251ed59940411b598d1ec47c Author: Sven Eckelmann sven.eckelmann@gmx.de Date: Sun Feb 22 15:11:37 2009 +0100
Correct /bin/ls test in README:Troubleshooting
e95ed36496bc0964251ed59940411b598d1ec47c README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README b/README index 7d0f9179..8f4ff7dc 100644 --- a/README +++ b/README @@ -20,7 +20,7 @@ Supported build targets =======================
$ make batman_doc -build complete documentation with all chapters +build complete documentation with all chapters (default when running `make`)
$ make batman_iv_only_doc build only chapter about B.A.T.M.A.N. algorithm @@ -28,7 +28,7 @@ build only chapter about B.A.T.M.A.N. algorithm
Troubleshooting =============== - * libjli.so: cannot open shared object file: No such file or directory - Make sure that /proc is mounted and `ls -l /bin/ls -l /proc/self/exe` prints + * "libjli.so: cannot open shared object file: No such file or directory" + Make sure that /proc is mounted and `/bin/ls -l /proc/self/exe` prints [...] /proc/self/exe -> /bin/ls See http://bugs.debian.org/435293 for more informations