Mercurial > hg > octave-lyh
diff src/DLD-FUNCTIONS/getpwent.cc @ 9064:7c02ec148a3c
Check grammar on all .cc files
Same check as previously done on .m files
Attempt to enforce some conformity in documentation text for rules
such as two spaces after a period, commas around latin abbreviations, etc.
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Sat, 28 Mar 2009 13:57:22 -0700 |
parents | eb63fbe60fab |
children | 40dfc0c99116 |
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/getpwent.cc +++ b/src/DLD-FUNCTIONS/getpwent.cc @@ -72,7 +72,7 @@ "-*- texinfo -*-\n\ @deftypefn {Loadable Function} {@var{pw_struct} =} getpwent ()\n\ Return a structure containing an entry from the password database,\n\ -opening it if necessary. Once the end of the data has been reached,\n\ +opening it if necessary. Once the end of the data has been reached,\n\ @code{getpwent} returns 0.\n\ @end deftypefn") {