[Remove generated files io.1 and io_static.1 from repo Jonas Eschenburg **20071226221917] { hunk ./debian/io.1 1 -.TH "io" "1" -.SH "NAME" -io \(em Io Programming Language interpreter -.SH "SYNOPSIS" -.PP -\fBio\fR [\-i] [\-e [\fIcommand\fR \&...] | \fIinput file\fR ] -.SH "DESCRIPTION" -.PP -\fBio\fR is the Io Programming Language interpreter. - -.SH "OPTIONS" -.PP -When called without any arguments, the interpreter will enter interactive mode. -.IP "\-i" 10 -Interactive mode. Start an interactive session after processing the given commands or file. -.IP "\-e" 10 -Perform the io commands commands given on the command line. This will cause all succeeding arguments to be treated as Io statements. -.SH "NOTES" -.PP -For more information on the Io language and the Io interpreter, please visit http://www.iolanguage.com/ -.\" created by instant / docbook-to-man, Sat 08 Dec 2007, 23:27 rmfile ./debian/io.1 hunk ./debian/io_static.1 1 -.TH "io_static" "1" -.SH "NAME" -io_static \(em Io Programming Language interpreter -.SH "SYNOPSIS" -.PP -\fBio_static\fR [\-i] [\-e [\fIcommand\fR \&...] | \fIinput file\fR ] -.SH "DESCRIPTION" -.PP -\fBio_static\fR is the Io Programming Language interpreter, statically linked -to the virtual machine. - -.SH "OPTIONS" -.PP -When called without any arguments, the interpreter will enter interactive mode. -.IP "\-i" 10 -Interactive mode. Start an interactive session after processing the given commands or file. -.IP "\-e" 10 -Perform the io commands commands given on the command line. This will cause all succeeding arguments to be treated as Io statements. -.SH "NOTES" -.PP -For more information on the Io language and the Io interpreter, please visit http://www.iolanguage.com/ -.\" created by instant / docbook-to-man, Sat 08 Dec 2007, 23:31 rmfile ./debian/io_static.1 hunk ./debian/io_static.sgml 1 -cjwatson@debian.org, based on a man page template - provided by Tom Christiansen tchrist@jhereg.perl.com - and a DocBook man page example by Craig Small - csmall@debian.org. - --> - - - Jonas"> - Eschenburg"> - - 2007-12-08"> - - 1"> - indyjo@gmx.de"> - io_static"> - -]> - - - - - Bram - Neijt - - - Jonas - Eschenburg - - - - 2007 - Bram Neijt - Jonas Eschenburg - - &mandate; - - - &manucpackage; - - &mansection; - - - &manpackage; - - Io Programming Language interpreter - - - - &manpackage; - -i - - -ecommand - input file - - - - - DESCRIPTION - &manpackage; is the Io Programming Language interpreter, statically linked - to the virtual machine. - - - - OPTIONS - - When called without any arguments, the interpreter will enter interactive mode. - - - -i - Interactive mode. Start an interactive session after processing the given commands or file. - - - -e - Perform the io commands commands given on the command line. This will cause all succeeding arguments to be treated as Io statements. - - - - - - - - NOTES - - For more information on the Io language and the Io interpreter, please visit http://www.iolanguage.com/ - - - - rmfile ./debian/io_static.sgml hunk ./debian/rules 53 - [ -a io.1 ] || ln -s io.1 io_static.1 + [ -a io_static.1 ] || ln -s io.1 io_static.1 hunk ./debian/rules 64 + rm -f io.1 io_static.1 }