Mercurial > hg > octave-nkf
diff src/load-path.cc @ 11572:7d6d8c1e471f
Grammarcheck Texinfo for files in src directory.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Wed, 19 Jan 2011 17:51:22 -0800 |
parents | fd0a3ac60b0e |
children | 06cfda4c07e5 |
line wrap: on
line diff
--- a/src/load-path.cc +++ b/src/load-path.cc @@ -1931,11 +1931,11 @@ DEFUN (genpath, args, , "-*- texinfo -*-\n\ -@deftypefn {Built-in Function} {} genpath (@var{dir})\n\ +@deftypefn {Built-in Function} {} genpath (@var{dir})\n\ @deftypefnx {Built-in Function} {} genpath (@var{dir}, @var{skip}, @dots{})\n\ Return a path constructed from @var{dir} and all its subdirectories.\n\ If additional string parameters are given, the resulting path will \n\ -exclude directories with those names.\ +exclude directories with those names.\n\ @end deftypefn") { octave_value retval; @@ -2106,7 +2106,7 @@ Directories added to the path must exist.\n\ \n\ In addition to accepting individual directory arguments, lists of\n\ -directory names separated by @code{pathsep} are also accepted. For example,\n\ +directory names separated by @code{pathsep} are also accepted. For example:\n\ \n\ @example\n\ addpath (\"dir1:/dir2:~/dir3\");\n\ @@ -2217,7 +2217,7 @@ Remove @var{dir1}, @dots{} from the current function search path.\n\ \n\ In addition to accepting individual directory arguments, lists of\n\ -directory names separated by @code{pathsep} are also accepted. For example,\n\ +directory names separated by @code{pathsep} are also accepted. For example:\n\ \n\ @example\n\ rmpath (\"dir1:/dir2:~/dir3\");\n\