diff options
author | H. Peter Anvin <hpa@zytor.com> | 2007-12-18 15:55:10 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-12-18 15:56:50 -0800 |
commit | 8fd5e917a23b6ba2d1bf9128be3524ca8cf8ab34 (patch) | |
tree | d5046a4ccb5a2637b65a4b3e1ebaaf68bd31999d /man/syslinux2ansi.1 | |
parent | 47b318940041cb713958d469a88b1859e14808b0 (diff) | |
download | syslinux-8fd5e917a23b6ba2d1bf9128be3524ca8cf8ab34.tar.gz syslinux-8fd5e917a23b6ba2d1bf9128be3524ca8cf8ab34.tar.xz syslinux-8fd5e917a23b6ba2d1bf9128be3524ca8cf8ab34.zip |
Move doc files to doc/, and add man pages from Debian
Move all the text documentation to the doc/ directory, add man pages
from the Debian syslinux package, and rename sys2ansi.pl to
syslinux2ansi.pl.
Diffstat (limited to 'man/syslinux2ansi.1')
-rw-r--r-- | man/syslinux2ansi.1 | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/man/syslinux2ansi.1 b/man/syslinux2ansi.1 new file mode 100644 index 00000000..063e357c --- /dev/null +++ b/man/syslinux2ansi.1 @@ -0,0 +1,41 @@ +.TH SYSLINUX2ANSI 1 +.SH NAME +syslinux2ansi \- converts a syslinux-format screen to pc-ansi +.SH SYNOPSIS +.B syslinux2ansi +< filename.input > filename.output +.SH DESCRIPTION +.I Syslinux2ansi +is a filter which converts a screen formatted for syslinux to one +compatible with PC ANSI. It will only read from standard in, and has +no command line options. +.SH BUGS +Help and version command line options would be useful. +.PP +The ability to put input and output filenames on the command line might +be good as well. +.SS Bug reports +I would appreciate hearing of any problems you have with SYSLINUX. I +would also like to hear from you if you have successfully used SYSLINUX, +especially if you are using it for a distribution. +.PP +If you are reporting problems, please include all possible information +about your system and your BIOS; the vast majority of all problems +reported turn out to be BIOD or hardware bugs, and I need as much +information as possible in order to diagnose the problems. +.PP +There is a mailing list for discussion among SYSLINUX users and for +announcements of new and test versions. To join, send a message to +majordomo@linux.kernel.org with the line: +.PP +.B subscribe syslinux +.PP +in the body of the message. The submission address is +syslinux@linux.kernel.org. +.SH "SEE ALSO" +.BR syslinux(1), +.BR perl(1) +.SH AUTHOR +This manual page is a quick write-up for Debian done by Kevin Kreamer +<kkreamer@etherhogz.org>, by looking over the 1 screenful of Perl that is +.B syslinux2ansi. |