Mercurial > hg > octave-nkf
diff src/syscalls.cc @ 12514:e5e66c389597
Add gethostname to documentation.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Thu, 17 Mar 2011 20:53:32 -0700 |
parents | 7a5aacf65f81 |
children | f96b9b9f141b |
line wrap: on
line diff
--- a/src/syscalls.cc +++ b/src/syscalls.cc @@ -1182,8 +1182,8 @@ DEFUN (gethostname, args, , "-*- texinfo -*-\n\ -@deftypefn {Built-in Function} {[@var{uts}, @var{err}, @var{msg}] =} uname ()\n\ -Return the hostname of the system on which Octave is running\n\ +@deftypefn {Built-in Function} {} gethostname ()\n\ +Return the hostname of the system where Octave is running.\n\ @end deftypefn") { octave_value retval;