LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   LinuxQuestions.org Member Success Stories (https://www.linuxquestions.org/questions/linuxquestions-org-member-success-stories-23/)
-   -   C++ man pages (https://www.linuxquestions.org/questions/linuxquestions-org-member-success-stories-23/c-man-pages-4175596155/)

tsester 12-26-2016 10:05 AM

C++ man pages
 
cppreference.com has archives.
in order to install the man pages (git), one can do the following:
Code:

git clone https://github.com/jeaye/stdman.git
cd stdman
./configure
sudo make install

by default, the man pages are now located at
Code:

/usr/local/share/man/man3

tsester 01-24-2017 06:13 AM

In Gentoo Linux, C++ man pages are created if at the time of gcc's compilation, doxygen is installed.

EDIT: tested with gcc-4.9.4

tsester 10-09-2017 05:04 AM

To search in all manpages :
Code:

man -k <search term>


All times are GMT -5. The time now is 03:46 AM.