Mercurial > hg > octave-nkf
comparison src/syscalls.cc @ 11152:39ae406df598
Improve docstrings for functions found in undocumented list.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Sun, 24 Oct 2010 07:33:34 -0700 |
parents | aca961a3f387 |
children | 1a7b41db5432 |
comparison
equal
deleted
inserted
replaced
11151:0c38b45ab49c | 11152:39ae406df598 |
---|---|
1707 DEFUNX ("O_APPEND", FO_APPEND, args, , | 1707 DEFUNX ("O_APPEND", FO_APPEND, args, , |
1708 "-*- texinfo -*-\n\ | 1708 "-*- texinfo -*-\n\ |
1709 @deftypefn {Built-in Function} {} O_APPEND ()\n\ | 1709 @deftypefn {Built-in Function} {} O_APPEND ()\n\ |
1710 Return the numerical value of the file status flag that may be\n\ | 1710 Return the numerical value of the file status flag that may be\n\ |
1711 returned by @code{fcntl} to indicate each write operation appends,\n\ | 1711 returned by @code{fcntl} to indicate each write operation appends,\n\ |
1712 or that may be passed to @code{fcntl} to set the write mode to append.\\n\ | 1712 or that may be passed to @code{fcntl} to set the write mode to append.\n\ |
1713 @seealso{fcntl, O_ASYNC, O_CREAT, O_EXCL, O_NONBLOCK, O_RDONLY, O_RDWR, O_SYNC, O_TRUNC, O_WRONLY}\n\ | 1713 @seealso{fcntl, O_ASYNC, O_CREAT, O_EXCL, O_NONBLOCK, O_RDONLY, O_RDWR, O_SYNC, O_TRUNC, O_WRONLY}\n\ |
1714 @end deftypefn") | 1714 @end deftypefn") |
1715 { | 1715 { |
1716 return const_value (args, O_APPEND); | 1716 return const_value (args, O_APPEND); |
1717 } | 1717 } |