Mercurial > hg > octave-lyh
diff 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 |
line wrap: on
line diff
--- a/src/dirfns.cc +++ b/src/dirfns.cc @@ -641,7 +641,7 @@ Return the system-dependent character used to separate directory names.\n\ \n\ If 'all' is given, the function return all valid file separators in\n\ -the form of a string. The list of file separators is system-dependent.\n\ +the form of a string. The list of file separators is system-dependent.\n\ It is / (forward slash) under UNIX or Mac OS X, / and \\ (forward and\n\ backward slashes) under Windows.\n\ @seealso{pathsep, dir, ls}\n\