Mercurial > hg > octave-nkf
diff src/syscalls.cc @ 10840:89f4d7e294cc
Grammarcheck .cc files
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Sat, 31 Jul 2010 11:18:11 -0700 |
parents | 3140cb7a05a1 |
children | aca961a3f387 |
line wrap: on
line diff
--- a/src/syscalls.cc +++ b/src/syscalls.cc @@ -113,7 +113,7 @@ Duplicate a file descriptor.\n\ \n\ If successful, @var{fid} is greater than zero and contains the new file\n\ -ID. Otherwise, @var{fid} is negative and @var{msg} contains a\n\ +ID@. Otherwise, @var{fid} is negative and @var{msg} contains a\n\ system-dependent error message.\n\ @end deftypefn") { @@ -248,7 +248,7 @@ contains the process ID of the subprocess. Otherwise, @var{pid} is\n\ @minus{}1.\n\ \n\ -For example,\n\ +For example:\n\ \n\ @example\n\ [in, out, pid] = popen2 (\"sort\", \"-r\");\n\ @@ -876,7 +876,7 @@ DEFUNX ("stat", Fstat, args, , "-*- texinfo -*-\n\ -@deftypefn {Built-in Function} {[@var{info}, @var{err}, @var{msg}] =} stat (@var{file})\n\ +@deftypefn {Built-in Function} {[@var{info}, @var{err}, @var{msg}] =} stat (@var{file})\n\ @deftypefnx {Built-in Function} {[@var{info}, @var{err}, @var{msg}] =} lstat (@var{file})\n\ Return a structure @var{s} containing the following information about\n\ @var{file}.\n\ @@ -941,7 +941,7 @@ about the actual file that is referenced by the link. Use @code{lstat}\n\ if you want information about the symbolic link itself.\n\ \n\ -For example,\n\ +For example:\n\ \n\ @example\n\ [s, err, msg] = stat (\"/vmlinuz\")\n\ @@ -1176,7 +1176,7 @@ DEFUN (uname, args, , "-*- texinfo -*-\n\ @deftypefn {Built-in Function} {[@var{uts}, @var{err}, @var{msg}] =} uname ()\n\ -Return system information in the structure. For example,\n\ +Return system information in the structure. For example:\n\ \n\ @example\n\ @group\n\