Penguin

Differences between version 9 and predecessor to the previous major change of ManNotes.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 9 Last edited on Friday, May 11, 2007 8:47:38 am by BenStaz Revert
Older page: version 8 Last edited on Tuesday, April 17, 2007 4:55:47 pm by PerryLorier Revert
@@ -74,6 +74,24 @@
 sfdisk (8) - Partition table manipulator for Linux 
 </verbatim> 
  
 With a bit of luck you will find the name of the application you are after :) 
+  
+!Manual pages about using GNU/Linux for development  
+  
+Forgotten the syntax for that c function? Not to worry!  
+  
+*sudo aptitude install manpages-dev  
+  
+Now you can do something like:  
+  
+*man 3 printf  
+  
+and receive a man page providing comprehensive information about how to use the printf function.  
+  
+Note : man section 3 = Library calls (functions within program libraries)  
+  
+  
+  
+  
 ---- 
 CategoryNotes