|
Revision 8fd5e917a23b6ba2d1bf9128be3524ca8cf8ab34, 1.5 KB
(checked in by H. Peter Anvin <hpa@…>, 4 years ago)
|
|
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.
|
-
Property mode set to
100644
|
| Line | |
|---|
| 1 | .TH SYSLINUX2ANSI 1 |
|---|
| 2 | .SH NAME |
|---|
| 3 | syslinux2ansi \- converts a syslinux-format screen to pc-ansi |
|---|
| 4 | .SH SYNOPSIS |
|---|
| 5 | .B syslinux2ansi |
|---|
| 6 | < filename.input > filename.output |
|---|
| 7 | .SH DESCRIPTION |
|---|
| 8 | .I Syslinux2ansi |
|---|
| 9 | is a filter which converts a screen formatted for syslinux to one |
|---|
| 10 | compatible with PC ANSI. It will only read from standard in, and has |
|---|
| 11 | no command line options. |
|---|
| 12 | .SH BUGS |
|---|
| 13 | Help and version command line options would be useful. |
|---|
| 14 | .PP |
|---|
| 15 | The ability to put input and output filenames on the command line might |
|---|
| 16 | be good as well. |
|---|
| 17 | .SS Bug reports |
|---|
| 18 | I would appreciate hearing of any problems you have with SYSLINUX. I |
|---|
| 19 | would also like to hear from you if you have successfully used SYSLINUX, |
|---|
| 20 | especially if you are using it for a distribution. |
|---|
| 21 | .PP |
|---|
| 22 | If you are reporting problems, please include all possible information |
|---|
| 23 | about your system and your BIOS; the vast majority of all problems |
|---|
| 24 | reported turn out to be BIOD or hardware bugs, and I need as much |
|---|
| 25 | information as possible in order to diagnose the problems. |
|---|
| 26 | .PP |
|---|
| 27 | There is a mailing list for discussion among SYSLINUX users and for |
|---|
| 28 | announcements of new and test versions. To join, send a message to |
|---|
| 29 | majordomo@linux.kernel.org with the line: |
|---|
| 30 | .PP |
|---|
| 31 | .B subscribe syslinux |
|---|
| 32 | .PP |
|---|
| 33 | in the body of the message. The submission address is |
|---|
| 34 | syslinux@linux.kernel.org. |
|---|
| 35 | .SH "SEE ALSO" |
|---|
| 36 | .BR syslinux(1), |
|---|
| 37 | .BR perl(1) |
|---|
| 38 | .SH AUTHOR |
|---|
| 39 | This manual page is a quick write-up for Debian done by Kevin Kreamer |
|---|
| 40 | <kkreamer@etherhogz.org>, by looking over the 1 screenful of Perl that is |
|---|
| 41 | .B syslinux2ansi. |
|---|