comparison src/dirfns.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 1d3b91166b9c
comparison
equal deleted inserted replaced
9063:a6cf0ad87eee 9064:7c02ec148a3c
639 @deftypefn {Built-in Function} {} filesep ()\n\ 639 @deftypefn {Built-in Function} {} filesep ()\n\
640 @deftypefnx {Built-in Function} {} filesep ('all')\n\ 640 @deftypefnx {Built-in Function} {} filesep ('all')\n\
641 Return the system-dependent character used to separate directory names.\n\ 641 Return the system-dependent character used to separate directory names.\n\
642 \n\ 642 \n\
643 If 'all' is given, the function return all valid file separators in\n\ 643 If 'all' is given, the function return all valid file separators in\n\
644 the form of a string. The list of file separators is system-dependent.\n\ 644 the form of a string. The list of file separators is system-dependent.\n\
645 It is / (forward slash) under UNIX or Mac OS X, / and \\ (forward and\n\ 645 It is / (forward slash) under UNIX or Mac OS X, / and \\ (forward and\n\
646 backward slashes) under Windows.\n\ 646 backward slashes) under Windows.\n\
647 @seealso{pathsep, dir, ls}\n\ 647 @seealso{pathsep, dir, ls}\n\
648 @end deftypefn") 648 @end deftypefn")
649 { 649 {