comparison 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
comparison
equal deleted inserted replaced
9063:a6cf0ad87eee 9064:7c02ec148a3c
70 70
71 DEFUN_DLD (getpwent, args, , 71 DEFUN_DLD (getpwent, args, ,
72 "-*- texinfo -*-\n\ 72 "-*- texinfo -*-\n\
73 @deftypefn {Loadable Function} {@var{pw_struct} =} getpwent ()\n\ 73 @deftypefn {Loadable Function} {@var{pw_struct} =} getpwent ()\n\
74 Return a structure containing an entry from the password database,\n\ 74 Return a structure containing an entry from the password database,\n\
75 opening it if necessary. Once the end of the data has been reached,\n\ 75 opening it if necessary. Once the end of the data has been reached,\n\
76 @code{getpwent} returns 0.\n\ 76 @code{getpwent} returns 0.\n\
77 @end deftypefn") 77 @end deftypefn")
78 { 78 {
79 octave_value_list retval; 79 octave_value_list retval;
80 80