kdocbug 2 in split format
| record=2status=opendescription="""kernel doesn't make man It appears to only producedocumentation for about 4000 of the possible 20,000 man pages itshould. | record=2status=opendescription="""kernel doesn't make man It appears to only producedocumentation for about 4000 of the possible 20,000 man pages itshould. |
| If a kernel file is not listed in a .tmpl file, no man pages arecreated for those functions | If a kernel file is not listed in a .tmpl file, no man pages arecreated for those functions |
| Try the following command to see the list of possible items: find . -name "*.[ch]" | xargs grep -A 1 "^/\*\*" | grep -v -- -- | Try the following command to see the list of possible items: find . -name "*.[ch]" | xargs grep -A 1 "^/\*\*" | grep -v -- -- |
| """summary=kernel doesn't make man pages for all functions and structs | """summary=kernel doesn't make man pages for all functions and structs |