/usr/share/doc/radare2/qnx is in radare2 0.9.6-3.1+deb8u1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | r2 on android
=============
. ./bbndk-env.sh
cd ~/radare2
rm -f plugins.cfg
./configure --with-compiler=qnx --with-ostype=qnx --without-ssl --prefix=/accounts/devuser/radare2 --without-pic --with-nonpic --without-gmp
make -j 4
|