On 5-Feb-2009, Petr Mikulik wrote: | There is a small bug here: | | octave> version | ans = 3.1.51+ | | octave> news | | ** Block comments | error: printf: invalid format specified | error: called from: | error: /opt/octave/octave-hg/share/octave/3.1.51+/m/miscellaneous/news.m | at line 32, column 7 Fixed by using puts (line) instead of printf (line). Thanks, jwe