semantic: 0.192 other: 0.141 PID: 0.101 graphic: 0.085 device: 0.085 permissions: 0.060 performance: 0.056 vnc: 0.054 files: 0.052 debug: 0.047 network: 0.040 socket: 0.033 boot: 0.028 KVM: 0.027 other: 0.177 files: 0.161 network: 0.116 semantic: 0.089 PID: 0.080 device: 0.061 debug: 0.055 KVM: 0.054 socket: 0.048 performance: 0.037 boot: 0.034 graphic: 0.032 vnc: 0.029 permissions: 0.028 Qemu-5.1.0 build from source man entry not found Hello together, i build qemu-5.1.0 from source on centos 8 withe the following command: ../configure --prefix=/usr --target-list=x86_64-softmmu,x86_64-linux-user make -j4 make install The build and the installation finished successfully. But when i try the command man qemu-system-x86_64 i got the message "No manual entry found". What i do wrong ? Best regards Damian You probably don't have the necessary dependencies to build the manual pages. Since 5.0 we have required Sphinx to be installed to build the docs (see https://wiki.qemu.org/ChangeLog/5.0#Build_Dependencies). Pass --enable-docs to configure if you want to force the docs to be built (and then configure will stop with an error if Sphinx or another required tool is missing); otherwise configure will default to "build docs if possible, skip if required tools are missing". There is only one shared man-page for all qemu-system-xxx binaries ... have you tried to simply run "man qemu" ? Hello together, build with enable-docs and install the required packages now it works with man qemu. Many thanks for you help Problem resolved :-) Best regards Damian