Mercurial > hg > octave-lyh
changeset 15544:6a4e79110857 stable
doc: Replace 'on-line' with modern 'online' in documentation and messages.
* basics.txi, errors.txi, octave.texi, package.txi, doc.m,
__additional_help_message__.m: Replace 'on-line' with 'online'.
author | Rik <rik@octave.org> |
---|---|
date | Fri, 19 Oct 2012 08:46:06 -0700 |
parents | 57dd92260f09 |
children | 0272bb60408a 3649a6012eaa |
files | doc/interpreter/basics.txi doc/interpreter/errors.txi doc/interpreter/octave.texi doc/interpreter/package.txi scripts/help/doc.m scripts/help/private/__additional_help_message__.m |
diffstat | 6 files changed, 8 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/interpreter/basics.txi +++ b/doc/interpreter/basics.txi @@ -353,8 +353,8 @@ @node Getting Help @section Commands for Getting Help -@cindex on-line help -@cindex help, on-line +@cindex online help +@cindex help, online The entire text of this manual is available from the Octave prompt via the command @kbd{doc}. In addition, the documentation for
--- a/doc/interpreter/errors.txi +++ b/doc/interpreter/errors.txi @@ -115,7 +115,7 @@ @print{} @print{} @print{} Additional help for built-in functions and operators is -@print{} available in the on-line version of the manual. Use the command +@print{} available in the online version of the manual. Use the command @print{} `doc <topic>' to search the manual index. @print{} @print{} Help and information about Octave is also available on the WWW
--- a/doc/interpreter/octave.texi +++ b/doc/interpreter/octave.texi @@ -19,7 +19,7 @@ \input texinfo @setfilename octave.info -@c The following macro is used for the on-line help system, but we don't +@c The following macro is used for the online help system, but we don't @c want lots of 'See also: foo, bar, and baz' strings cluttering the @c printed manual (that information should be in the supporting text for @c each group of functions and variables).
--- a/doc/interpreter/package.txi +++ b/doc/interpreter/package.txi @@ -24,7 +24,7 @@ installation of extra packages. The `Octave-Forge' project is a community-maintained set of packages that can be downloaded and installed in Octave. At the time of writing the `Octave-Forge' project -can be found on-line at @uref{http://octave.sourceforge.net}, but +can be found online at @uref{http://octave.sourceforge.net}, but since the Internet is an ever-changing place this may not be true at the time of reading. Therefore it is recommended to see the Octave website for an updated reference.
--- a/scripts/help/doc.m +++ b/scripts/help/doc.m @@ -19,12 +19,12 @@ ## -*- texinfo -*- ## @deftypefn {Command} {} doc @var{function_name} ## Display documentation for the function @var{function_name} -## directly from an on-line version of +## directly from an online version of ## the printed manual, using the GNU Info browser. If invoked without ## any arguments, the manual is shown from the beginning. ## ## For example, the command @kbd{doc rand} starts the GNU Info browser -## at the @code{rand} node in the on-line version of the manual. +## at the @code{rand} node in the online version of the manual. ## ## Once the GNU Info browser is running, help for using it is available ## using the command @kbd{C-h}.
--- a/scripts/help/private/__additional_help_message__.m +++ b/scripts/help/private/__additional_help_message__.m @@ -28,7 +28,7 @@ else msg = "\ Additional help for built-in functions and operators is\n\ -available in the on-line version of the manual. Use the command\n\ +available in the online version of the manual. Use the command\n\ 'doc <topic>' to search the manual index.\n\ \n\ Help and information about Octave is also available on the WWW\n\