Penguin

Differences between current version and predecessor to the previous major change of MakeWhatIs.

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

Newer page: version 7 Last edited on Sunday, July 10, 2005 5:34:16 pm by PeterHewett
Older page: version 4 Last edited on Monday, April 7, 2003 10:53:53 pm by JohnMcPherson Revert
@@ -12,11 +12,16 @@
  
 --GlynWebster 
  
 ---- 
-__alias apropos='apropos | grep -v "(3)"'__ does the same job, and is a little easier to undo when you happen to be programming and want those entries back.. --zcat(1) 
+  
+ __alias apropos='apropos | grep -v "(3)"'__ does the same job, and is a little easier to undo when you happen to be programming and want those entries back.. --[ zcat(1)]  
  
 True, but does ''anyone'' use man(1) to look up programming documention? --GlynWebster 
  
 All the time! Whenever I'm programming in [C] or [C++] (or occasionally [Python] and [Perl], if calling libc functions from there). What better way to refresh your memory of the correct order of arguments for memset(3), or to find out which header files you need to #include if you want to call the inet_addr(3) function? Sure beats getting out of the chair and finding a reference book :) --JohnMcPherson 
+  
+Er, I'd be lost without man 2,3,4, 7 and 8! Hence why I'm constantly touching up their wiki pages (as I'm starting to try and use the wiki instead of man for these) -- Isomer  
+  
 ---- 
-[1] This where Mandrake and RedHat keep __makewhatis__. [YMMV]. 
+  
+ [1] This where [Mandriva] and RedHat keep __makewhatis__. [YMMV].