Mercurial > hg > octave-lyh
comparison scripts/miscellaneous/fileattrib.m @ 17178:d6499c14021c
doc: Periodic grammarcheck of documentation.
* doc/interpreter/basics.txi, doc/interpreter/expr.txi,
doc/interpreter/install.txi, doc/interpreter/java.txi,
doc/interpreter/plot.txi, doc/interpreter/sparse.txi,
doc/interpreter/vectorize.txi, libinterp/corefcn/cellfun.cc,
libinterp/corefcn/debug.cc, libinterp/corefcn/file-io.cc,
libinterp/corefcn/load-save.cc, libinterp/corefcn/matrix_type.cc,
libinterp/corefcn/pr-output.cc, libinterp/parse-tree/oct-parse.in.yy,
liboctave/numeric/LSODE-opts.in, scripts/image/imformats.m,
scripts/image/imread.m, scripts/image/imwrite.m,
scripts/miscellaneous/error_ids.m, scripts/miscellaneous/fileattrib.m,
scripts/miscellaneous/mex.m, scripts/miscellaneous/mkoctfile.m,
scripts/miscellaneous/warning_ids.m, scripts/prefs/prefdir.m,
scripts/prefs/preferences.m, scripts/signal/fftfilt.m,
scripts/strings/isstrprop.m, scripts/testfun/assert.m:
Periodic grammarcheck of documentation.
author | Rik <rik@octave.org> |
---|---|
date | Sun, 04 Aug 2013 13:08:39 -0700 |
parents | 8f0e3c5bfa5f |
children | 1c89599167a6 |
comparison
equal
deleted
inserted
replaced
17177:9ba57ed05207 | 17178:d6499c14021c |
---|---|
37 ## True if @var{file} is a hidden file (Windows). | 37 ## True if @var{file} is a hidden file (Windows). |
38 ## | 38 ## |
39 ## @item directory | 39 ## @item directory |
40 ## True if @var{file} is a directory. | 40 ## True if @var{file} is a directory. |
41 ## | 41 ## |
42 ## @item UserRead | 42 ## @item UserRead |
43 ## @itemx GroupRead | 43 ## @itemx GroupRead |
44 ## @itemx OtherRead | 44 ## @itemx OtherRead |
45 ## True if the user (group; other users) has read permission for | 45 ## True if the user (group; other users) has read permission for |
46 ## @var{file}. | 46 ## @var{file}. |
47 ## | 47 ## |
48 ## @item UserWrite | 48 ## @item UserWrite |
49 ## @itemx GroupWrite | 49 ## @itemx GroupWrite |
50 ## @itemx OtherWrite | 50 ## @itemx OtherWrite |
51 ## True if the user (group; other users) has write permission for | 51 ## True if the user (group; other users) has write permission for |
52 ## @var{file}. | 52 ## @var{file}. |
53 ## | 53 ## |
54 ## @item UserExecute | 54 ## @item UserExecute |
55 ## @itemx GroupExecute | 55 ## @itemx GroupExecute |
56 ## @itemx OtherExecute | 56 ## @itemx OtherExecute |
57 ## True if the user (group; other users) has execute permission for | 57 ## True if the user (group; other users) has execute permission for |
58 ## @var{file}. | 58 ## @var{file}. |
59 ## @end table | 59 ## @end table |