Penguin

Differences between current version and revision by previous author of ManNotes.

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

Newer page: version 10 Last edited on Tuesday, June 19, 2007 5:34:04 pm by BenStaz
Older page: version 8 Last edited on Tuesday, April 17, 2007 4:55:47 pm by PerryLorier Revert
@@ -74,6 +74,31 @@
 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)  
+  
+! MANSECT Environment Variable  
+  
+Its value is a colon-delimited list of sections and it is used to determine which manual sections to search and in what order.  
+  
+For example :  
+  
+*export MANSECT="3:1:5:2:4:8:9:7:6"  
+  
+  
+  
 ---- 
 CategoryNotes