comparison scripts/miscellaneous/bzip2.m @ 10793:be55736a0783

Grammarcheck the documentation from m-files.
author Rik <octave@nomad.inbox5.com>
date Sun, 18 Jul 2010 20:35:16 -0700
parents 16f53d29049f
children fd0a3ac60b0e
comparison
equal deleted inserted replaced
10792:91342260063e 10793:be55736a0783
16 ## You should have received a copy of the GNU General Public License 16 ## You should have received a copy of the GNU General Public License
17 ## along with Octave; see the file COPYING. If not, see 17 ## along with Octave; see the file COPYING. If not, see
18 ## <http://www.gnu.org/licenses/>. 18 ## <http://www.gnu.org/licenses/>.
19 19
20 ## -*- texinfo -*- 20 ## -*- texinfo -*-
21 ## @deftypefn {Function File} {@var{entries} =} bzip2 (@var{files}) 21 ## @deftypefn {Function File} {@var{entries} =} bzip2 (@var{files})
22 ## @deftypefnx {Function File} {@var{entries} =} bzip2 (@var{files}, @var{outdir}) 22 ## @deftypefnx {Function File} {@var{entries} =} bzip2 (@var{files}, @var{outdir})
23 ## Compress the list of files specified in @var{files}. 23 ## Compress the list of files specified in @var{files}.
24 ## Each file is compressed separately and a new file with a '.bz2' extension 24 ## Each file is compressed separately and a new file with a '.bz2' extension
25 ## is created. The original files are not touched. Existing compressed files 25 ## is created. The original files are not touched. Existing compressed files
26 ## are silently overwritten.If @var{outdir} is defined the compressed versions 26 ## are silently overwritten.If @var{outdir} is defined the compressed versions