From bug-octave-request at bevo dot che dot wisc dot edu Mon Nov 8 14:05:01 1999 Subject: mkfifo doc problem From: Ben Sapp To: bug-octave at bevo dot che dot wisc dot edu Date: Mon, 08 Nov 1999 13:04:58 -0700 Hello I noticed that mkfifo was not formatted correctly in octave-2.1.20. Here is the patch to make it properly recognize that it is texinfo formatted. Index: syscalls.cc =================================================================== RCS file: /cvs/octave/src/syscalls.cc,v retrieving revision 1.31 diff -c -r1.31 syscalls.cc *** syscalls.cc 1999/10/20 04:10:52 1.31 --- syscalls.cc 1999/11/08 19:57:32 *************** *** 521,527 **** DEFUN (mkfifo, args, , ! " at deftypefn {Built-in Function} {[@var{err}, @var{msg}] =} mkfifo ( at var{name})\n\ Create a at var{fifo} special file named @var{name} with file mode at var{mode}\n\\n\ \n\ If successful, at var{err} is 0 and @var{msg} is an empty string.\n\ --- 521,528 ---- DEFUN (mkfifo, args, , ! "-*- texinfo -*-\n\ ! at deftypefn {Built-in Function} {[@var{err}, @var{msg}] =} mkfifo ( at var{name})\n\ Create a at var{fifo} special file named @var{name} with file mode at var{mode}\n\\n\ \n\ If successful, at var{err} is 0 and @var{msg} is an empty string.\n\ -- Ben Sapp Los Alamos National Laboratory email: Phone: (505)667-3277 Fax: (505)665-7920 URL: http://www.neutrino.lanl.gov/ -- --------------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. To ensure that development continues, see www.che.wisc.edu/octave/giftform.html Instructions for unsubscribing: www.che.wisc.edu/octave/archive.html ---------------------------------------------------------------------