Mercurial > hg > octave-nkf
comparison src/DLD-FUNCTIONS/nproc.cc @ 14366:b76f0740940e
doc: Periodic grammar check of documentation.
* accumarray.m, repmat.m, imshow.m, strread.m, edit.m, mkoctfile.m,
warning_ids.m, glpk.m, lsqnonneg.m, optimset.m, pqpnonneg.m, figure.m, print.m,
__print_parse_opts__.m, gmres.m, zscore.m, __init_fltk__.cc, cellfun.cc,
nproc.cc, regexp.cc, spparms.cc, dirfns.cc, file-io.cc, load-save.cc,
ov-null-mat.cc, ov-usr-fcn.cc, variables.cc: Periodic grammar check of
documentation.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Wed, 15 Feb 2012 13:31:31 -0800 |
parents | 72c96de7a403 |
children | 60e5cf354d80 |
comparison
equal
deleted
inserted
replaced
14365:a598273c9c3d | 14366:b76f0740940e |
---|---|
33 @deftypefnx {Loadable Function} {} nproc (@var{query})\n\ | 33 @deftypefnx {Loadable Function} {} nproc (@var{query})\n\ |
34 Return the current number of available processors.\n\ | 34 Return the current number of available processors.\n\ |
35 \n\ | 35 \n\ |
36 If called with the optional argument @var{query}, modify how processors\n\ | 36 If called with the optional argument @var{query}, modify how processors\n\ |
37 are counted as follows:\n\ | 37 are counted as follows:\n\ |
38 \n\ | |
38 @table @code\n\ | 39 @table @code\n\ |
39 @item all\n\ | 40 @item all\n\ |
40 total number of processors.\n\ | 41 total number of processors.\n\ |
41 \n\ | 42 \n\ |
42 @item current\n\ | 43 @item current\n\ |