diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-06-09 04:27:16 +0200 |
---|---|---|
committer | Heiko Carstens <heiko.carstens@de.ibm.com> | 2019-06-11 09:48:14 +0200 |
commit | 8b4a503d659b32cae8266aeb306f7fd6717e6a53 (patch) | |
tree | 4d16b79021d75c7dfe5db7fe13811e1031517a1d /Documentation/s390/text_files.rst | |
parent | docs: Debugging390.txt: convert table to ascii artwork (diff) | |
download | linux-8b4a503d659b32cae8266aeb306f7fd6717e6a53.tar.xz linux-8b4a503d659b32cae8266aeb306f7fd6717e6a53.zip |
docs: s390: convert docs to ReST and rename to *.rst
Convert all text files with s390 documentation to ReST format.
Tried to preserve as much as possible the original document
format. Still, some of the files required some work in order
for it to be visible on both plain text and after converted
to html.
The conversion is actually:
- add blank lines and identation in order to identify paragraphs;
- fix tables markups;
- add some lists markups;
- mark literal blocks;
- adjust title markups.
At its new index.rst, let's add a :orphan: while this is not linked to
the main index.rst file, in order to avoid build warnings.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Diffstat (limited to 'Documentation/s390/text_files.rst')
-rw-r--r-- | Documentation/s390/text_files.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/s390/text_files.rst b/Documentation/s390/text_files.rst new file mode 100644 index 000000000000..c94d05d4fa17 --- /dev/null +++ b/Documentation/s390/text_files.rst @@ -0,0 +1,11 @@ +ibm 3270 changelog +------------------ + +.. include:: 3270.ChangeLog + :literal: + +ibm 3270 config3270.sh +---------------------- + +.. literalinclude:: config3270.sh + :language: shell |