diff src/DLD-FUNCTIONS/getpwent.cc @ 11553:01f703952eff

Improve docstrings for functions in DLD-FUNCTIONS directory. Use same variable names in error() strings and in documentation.
author Rik <octave@nomad.inbox5.com>
date Sun, 16 Jan 2011 22:13:23 -0800
parents fd0a3ac60b0e
children de90542b7afc
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/getpwent.cc
+++ b/src/DLD-FUNCTIONS/getpwent.cc
@@ -124,7 +124,7 @@
               retval(1) = msg;
             }
           else
-            error ("getpwuid: argument must be an integer");
+            error ("getpwuid: UID must be an integer");
         }
     }
   else