diff src/dirfns.cc @ 12211:11faa69c4eaa

Add S_ISBLK and family of functions to documentation. Improve docstrings for functions in System Utilities::File Utilities.
author Rik <octave@nomad.inbox5.com>
date Sat, 29 Jan 2011 21:28:38 -0800
parents 7d6d8c1e471f
children f96b9b9f141b
line wrap: on
line diff
--- a/src/dirfns.cc
+++ b/src/dirfns.cc
@@ -157,7 +157,7 @@
 If successful, @var{err} is 0 and @var{msg} is an empty string.\n\
 Otherwise, @var{err} is nonzero and @var{msg} contains a\n\
 system-dependent error message.\n\
-@seealso{dir, glob}\n\
+@seealso{ls, dir, glob}\n\
 @end deftypefn")
 {
   octave_value_list retval;
@@ -584,7 +584,7 @@
           [2,1] = file2\n\
         @}\n\
 @end example\n\
-@seealso{dir, ls, stat, readdir, regexp}\n\
+@seealso{ls, dir, readdir}\n\
 @end deftypefn")
 {
   octave_value retval;
@@ -684,11 +684,11 @@
 @deftypefnx {Built-in Function} {} filesep ('all')\n\
 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\
+If 'all' is given, the function returns all valid file separators in\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\
+It is @samp{/} (forward slash) under UNIX or Mac OS X, @samp{/} and @samp{\\}\n\
+(forward and backward slashes) under Windows.\n\
+@seealso{pathsep}\n\
 @end deftypefn")
 {
   octave_value retval;
@@ -719,9 +719,8 @@
     "-*- texinfo -*-\n\
 @deftypefn  {Built-in Function} {@var{val} =} pathsep ()\n\
 @deftypefnx {Built-in Function} {@var{old_val} =} pathsep (@var{new_val})\n\
-Query or set the character used to separate directories in\n\
-a path.\n\
-@seealso{filesep, dir, ls}\n\
+Query or set the character used to separate directories in a path.\n\
+@seealso{filesep}\n\
 @end deftypefn")
 {
   octave_value retval;