-
Notifications
You must be signed in to change notification settings - Fork 80
Home
Aitjcize edited this page Sep 14, 2010
·
14 revisions
manpages-cpp contains a program called ‘cppman’, here is the manual.
CPPMAN(1) User Manuals CPPMAN(1)
bc.
bc.
bc.
bc. NAME
bc. cppman - C++ manual page viewer / fetcher
bc.
bc. SYNOPSIS
bc. cppman [ OPTIONS... ] PAGE...
bc.
bc. DESCRIPTION
bc. cppman is part of the package manpages-cpp. cppman generates C++ man‐
bc. ual pages from cplusplus.com and provide a man-like interface to view
bc. man pages.
bc.
bc. By default, cppman fetches man pages on demand, but by running the com‐
bc. mand 'cppman -c', all available manpages are cached, making offline
bc. browsing possible.
bc.
bc. Browsing man pages
bc. cppman uses Vi Improved as a pager.
bc. Press 'q' to leave pager. Press 'K' on an entry like 'vec‐
bc. tor::insert(3)' links you to the manual page of vector::insert, like a
bc. hyperlink.
bc.
bc. OPTIONS
bc. -c, --cache-all
bc. cache all available man pages from cplusplus.com to enable off‐
bc. line browsing
bc.
bc. -C, --clear-cache
bc. clear all cached files
bc.
bc. -f KEYWORD, --find-page=KEYWORD
bc. find man page
bc.
bc. -o, --force-update
bc. force cppman to update existing cache when '--cache-all' or
bc. browsing man pages that were already cached
bc.
bc. -r, --rebuild-index
bc. rebuild index database from cplusplus.com
bc.
bc. -v, --version
bc. show version information
bc.
bc. -h, --help
bc. show this help message and exit
bc.
bc. NOTE
bc. All contents should be cached by the user, manpages-cpp does not con‐
bc. tain any pre-cached contents.
bc.
bc. Do not distribute the cached man pages without the permision of cplus‐
bc. plus.com.
bc.
bc. BUGS
bc. Although I spend a lot of time checking the format, there are still
bc. pages that won't display correctly.
bc. Feel free to report the bug at:
bc.
bc. http://github.com/Aitjcize/gettube/issues or
bc. mail://[email protected].
bc.
bc. Please include the page name in the bug report.
bc.
bc. AUTHOR
bc. Wei-Ning Huang (AZ) <[email protected]>
bc.
bc.
bc.
bc. Linux MAY 2010 CPPMAN(1)