Penguin

Differences between version 4 and previous revision of MakeWhatIs.

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

Newer page: version 4 Last edited on Monday, April 7, 2003 10:53:53 pm by JohnMcPherson Revert
Older page: version 3 Last edited on Monday, April 7, 2003 5:52:48 pm by GlynWebster Revert
@@ -16,6 +16,7 @@
 __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  
 ---- 
 [1] This where Mandrake and RedHat keep __makewhatis__. [YMMV].