Penguin

Differences between version 35 and predecessor to the previous major change of CommonErrors.

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

Newer page: version 35 Last edited on Thursday, September 9, 2004 4:19:59 pm by JohnMcPherson Revert
Older page: version 30 Last edited on Thursday, June 10, 2004 6:40:03 pm by JohnMcPherson Revert
@@ -13,9 +13,9 @@
 If it is some kind of script, it might point to an interpreter that doesn't exist on your system. For example, it used to be common to see perl scripts whose first line was: 
  #!/usr/local/bin/perl 
 But if you had perl installed as /bin/perl or /usr/bin/perl you would get this message. 
  
-Another possibility is that the script was editted on windows, or another 
+Another possibility is that the script was edited on windows, or another 
 editor that added windows' style line endings (carriage-return + linefeed). 
 Try using "dos2unix" or "tr -d '\r'" to go back to normal newline (linefeed 
 only) line endings. 
  
@@ -126,12 +126,5 @@
  memoryLimit: 50M 
 to either something much bigger, or set it to 0 (for no limit). 
  
 ---- 
-!!Kernel/libc Error Messages  
-See ErrorMessages  
-  
-!! Error Messages for specific Applications  
-See ApplicationErrorMessages  
-  
-!!Humorous Error Messages  
-FunnyApplicationErrorMessages  
+For more errors see: CategoryErrors