comparison doc/interpreter/contrib.txi @ 19152:0f9c5a15c8fa

doc: Periodic grammarcheck of documentation. * doc/interpreter/contrib.txi, doc/interpreter/expr.txi, doc/interpreter/func.txi, doc/interpreter/linalg.txi, doc/interpreter/plot.txi, libinterp/corefcn/data.cc, libinterp/corefcn/debug.cc, libinterp/corefcn/graphics.cc, libinterp/corefcn/help.cc, libinterp/corefcn/load-save.cc, libinterp/corefcn/profiler.cc, libinterp/corefcn/syscalls.cc, libinterp/corefcn/utils.cc, libinterp/corefcn/variables.cc, libinterp/dldfcn/__init_fltk__.cc, scripts/general/deal.m, scripts/help/__gripe_missing_component__.m, scripts/miscellaneous/desktop.m, scripts/pkg/private/default_prefix.m, scripts/plot/appearance/__getlegenddata__.m, scripts/plot/util/pan.m, scripts/plot/util/rotate.m, scripts/plot/util/rotate3d.m, scripts/plot/util/zoom.m, scripts/signal/periodogram.m, scripts/specfun/factor.m, scripts/specfun/primes.m, scripts/statistics/base/lscov.m, scripts/testfun/private/compare_plot_demos.m, scripts/testfun/private/dump_demos.m, scripts/testfun/private/html_compare_plot_demos.m, scripts/testfun/test.m: Periodic grammarcheck of documentation.
author Rik <rik@octave.org>
date Mon, 22 Sep 2014 20:46:54 -0700
parents 9ac2357f19bc
children 4197fc428c7d
comparison
equal deleted inserted replaced
19151:e09318118fd6 19152:0f9c5a15c8fa
196 license, see @url{http://www.gnu.org/licenses/gpl.html}. Therefore, 196 license, see @url{http://www.gnu.org/licenses/gpl.html}. Therefore,
197 whenever you create a new source file, it should have the following 197 whenever you create a new source file, it should have the following
198 comment header (use appropriate year, name and comment marks): 198 comment header (use appropriate year, name and comment marks):
199 199
200 @example 200 @example
201 @group
201 ## Copyright (C) 1996-2013 John W. Eaton <jwe@@octave.org> 202 ## Copyright (C) 1996-2013 John W. Eaton <jwe@@octave.org>
202 ## 203 ##
203 ## This file is part of Octave. 204 ## This file is part of Octave.
204 ## 205 ##
205 ## Octave is free software; you can redistribute it and/or modify it 206 ## Octave is free software; you can redistribute it and/or modify it
213 ## GNU General Public License for more details. 214 ## GNU General Public License for more details.
214 ## 215 ##
215 ## You should have received a copy of the GNU General Public License 216 ## You should have received a copy of the GNU General Public License
216 ## along with Octave; see the file COPYING. If not, 217 ## along with Octave; see the file COPYING. If not,
217 ## see <http://www.gnu.org/licenses/>. 218 ## see <http://www.gnu.org/licenses/>.
219 @end group
218 @end example 220 @end example
219 221
220 Always include commit messages in changesets. After making your source 222 Always include commit messages in changesets. After making your source
221 changes, record and briefly describe the changes in your commit message. 223 changes, record and briefly describe the changes in your commit message.
222 You should have previously configured your @file{.hgrc} (or 224 You should have previously configured your @file{.hgrc} (or