Mercurial > hg > Members > kono > nitros9-code
changeset 633:14e792902588
Convert to Docbook XML format
author | roug |
---|---|
date | Sun, 08 Dec 2002 11:09:09 +0000 |
parents | fbd69aa261ce |
children | 1e1552ce8388 |
files | docs/ccguide/asm.appendix docs/ccguide/buildman docs/ccguide/ccguide.docbook docs/ccguide/chap1.chapter |
diffstat | 4 files changed, 72 insertions(+), 69 deletions(-) [+] |
line wrap: on
line diff
--- a/docs/ccguide/asm.appendix Sun Dec 08 11:09:09 2002 +0000 +++ b/docs/ccguide/asm.appendix Sun Dec 08 11:09:09 2002 +0000 @@ -97,7 +97,8 @@ </para> <informaltable frame="none"> <tgroup cols="2"> -<colspec colwidth="1in"> +<colspec colwidth="0.8in"/> +<colspec colwidth="3.2in"/> <tbody> <row> <entry>name</entry>
--- a/docs/ccguide/buildman Sun Dec 08 11:09:09 2002 +0000 +++ b/docs/ccguide/buildman Sun Dec 08 11:09:09 2002 +0000 @@ -6,7 +6,7 @@ fi # <!ENTITY quot CDATA ""> cat - > temp$$ <<wrapper -<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [ +<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [ <!ENTITY replstart "<"> <!ENTITY replend ">"> <!ENTITY repeatst "{"> @@ -17,5 +17,5 @@ &refentrypage; </article> wrapper -docbook2pdf temp$$ +xmlto man temp$$ rm temp$$
--- a/docs/ccguide/ccguide.docbook Sun Dec 08 11:09:09 2002 +0000 +++ b/docs/ccguide/ccguide.docbook Sun Dec 08 11:09:09 2002 +0000 @@ -1,4 +1,6 @@ -<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [ +<?xml version="1.0" ?> +<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" + "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ <!ENTITY replstart "<"> <!ENTITY replend ">"> <!ENTITY repeatst "{"> @@ -16,72 +18,72 @@ <!ENTITY asmapp SYSTEM "asm.appendix"> - <!ENTITY abortref SYSTEM "abort.refentry"> - <!ENTITY absref SYSTEM "abs.refentry"> - <!ENTITY accessref SYSTEM "access.refentry"> - <!ENTITY chainref SYSTEM "chain.refentry"> - <!ENTITY chdirref SYSTEM "chdir.refentry"> - <!ENTITY chmodref SYSTEM "chmod.refentry"> - <!ENTITY chownref SYSTEM "chown.refentry"> - <!ENTITY closeref SYSTEM "close.refentry"> + <!ENTITY abortref SYSTEM "abort.refentry"> + <!ENTITY absref SYSTEM "abs.refentry"> + <!ENTITY accessref SYSTEM "access.refentry"> + <!ENTITY chainref SYSTEM "chain.refentry"> + <!ENTITY chdirref SYSTEM "chdir.refentry"> + <!ENTITY chmodref SYSTEM "chmod.refentry"> + <!ENTITY chownref SYSTEM "chown.refentry"> + <!ENTITY closeref SYSTEM "close.refentry"> <!ENTITY crcref SYSTEM "crc.refentry"> - <!ENTITY creatref SYSTEM "creat.refentry"> - <!ENTITY defdriveref SYSTEM "defdrive.refentry"> + <!ENTITY creatref SYSTEM "creat.refentry"> + <!ENTITY defdriveref SYSTEM "defdrive.refentry"> <!ENTITY dupref SYSTEM "dup.refentry"> <!ENTITY exitref SYSTEM "exit.refentry"> - <!ENTITY getpidref SYSTEM "getpid.refentry"> - <!ENTITY getstatref SYSTEM "getstat.refentry"> - <!ENTITY getuidref SYSTEM "getuid.refentry"> - <!ENTITY interceptref SYSTEM "intercept.refentry"> + <!ENTITY getpidref SYSTEM "getpid.refentry"> + <!ENTITY getstatref SYSTEM "getstat.refentry"> + <!ENTITY getuidref SYSTEM "getuid.refentry"> + <!ENTITY interceptref SYSTEM "intercept.refentry"> <!ENTITY killref SYSTEM "kill.refentry"> - <!ENTITY lseekref SYSTEM "lseek.refentry"> - <!ENTITY mknodref SYSTEM "mknod.refentry"> - <!ENTITY modloadref SYSTEM "modload.refentry"> - <!ENTITY munlinkref SYSTEM "munlink.refentry"> + <!ENTITY lseekref SYSTEM "lseek.refentry"> + <!ENTITY mknodref SYSTEM "mknod.refentry"> + <!ENTITY modloadref SYSTEM "modload.refentry"> + <!ENTITY munlinkref SYSTEM "munlink.refentry"> <!ENTITY os9ref SYSTEM "os9.refentry"> <!ENTITY openref SYSTEM "open.refentry"> - <!ENTITY os9forkref SYSTEM "os9fork.refentry"> - <!ENTITY pauseref SYSTEM "pause.refentry"> - <!ENTITY prerrref SYSTEM "prerr.refentry"> + <!ENTITY os9forkref SYSTEM "os9fork.refentry"> + <!ENTITY pauseref SYSTEM "pause.refentry"> + <!ENTITY prerrref SYSTEM "prerr.refentry"> <!ENTITY readref SYSTEM "read.refentry"> <!ENTITY sbrkref SYSTEM "sbrk.refentry"> - <!ENTITY setprref SYSTEM "setpr.refentry"> - <!ENTITY setimeref SYSTEM "setime.refentry"> - <!ENTITY setuidref SYSTEM "setuid.refentry"> - <!ENTITY setstatref SYSTEM "setstat.refentry"> - <!ENTITY signalref SYSTEM "signal.refentry"> - <!ENTITY stacksizeref SYSTEM "stacksize.refentry"> - <!ENTITY strassref SYSTEM "strass.refentry"> - <!ENTITY tsleepref SYSTEM "tsleep.refentry"> - <!ENTITY unlinkref SYSTEM "unlink.refentry"> + <!ENTITY setprref SYSTEM "setpr.refentry"> + <!ENTITY setimeref SYSTEM "setime.refentry"> + <!ENTITY setuidref SYSTEM "setuid.refentry"> + <!ENTITY setstatref SYSTEM "setstat.refentry"> + <!ENTITY signalref SYSTEM "signal.refentry"> + <!ENTITY stacksizeref SYSTEM "stacksize.refentry"> + <!ENTITY strassref SYSTEM "strass.refentry"> + <!ENTITY tsleepref SYSTEM "tsleep.refentry"> + <!ENTITY unlinkref SYSTEM "unlink.refentry"> <!ENTITY waitref SYSTEM "wait.refentry"> - <!ENTITY writeref SYSTEM "write.refentry"> + <!ENTITY writeref SYSTEM "write.refentry"> <!ENTITY atofref SYSTEM "atof.refentry"> - <!ENTITY fcloseref SYSTEM "fclose.refentry"> + <!ENTITY fcloseref SYSTEM "fclose.refentry"> <!ENTITY feofref SYSTEM "feof.refentry"> - <!ENTITY findstrref SYSTEM "findstr.refentry"> - <!ENTITY fopenref SYSTEM "fopen.refentry"> - <!ENTITY freadref SYSTEM "fread.refentry"> - <!ENTITY fseekref SYSTEM "fseek.refentry"> + <!ENTITY findstrref SYSTEM "findstr.refentry"> + <!ENTITY fopenref SYSTEM "fopen.refentry"> + <!ENTITY freadref SYSTEM "fread.refentry"> + <!ENTITY fseekref SYSTEM "fseek.refentry"> <!ENTITY getcref SYSTEM "getc.refentry"> <!ENTITY getsref SYSTEM "gets.refentry"> - <!ENTITY isalpharef SYSTEM "isalpha.refentry"> - <!ENTITY l3tolref SYSTEM "l3tol.refentry"> - <!ENTITY longjmpref SYSTEM "longjmp.refentry"> - <!ENTITY mallocref SYSTEM "malloc.refentry"> - <!ENTITY mktempref SYSTEM "mktemp.refentry"> - <!ENTITY printfref SYSTEM "printf.refentry"> + <!ENTITY isalpharef SYSTEM "isalpha.refentry"> + <!ENTITY l3tolref SYSTEM "l3tol.refentry"> + <!ENTITY longjmpref SYSTEM "longjmp.refentry"> + <!ENTITY mallocref SYSTEM "malloc.refentry"> + <!ENTITY mktempref SYSTEM "mktemp.refentry"> + <!ENTITY printfref SYSTEM "printf.refentry"> <!ENTITY putcref SYSTEM "putc.refentry"> <!ENTITY putsref SYSTEM "puts.refentry"> - <!ENTITY qsortref SYSTEM "qsort.refentry"> - <!ENTITY scanfref SYSTEM "scanf.refentry"> - <!ENTITY setbufref SYSTEM "setbuf.refentry"> - <!ENTITY sleepref SYSTEM "sleep.refentry"> - <!ENTITY strcatref SYSTEM "strcat.refentry"> - <!ENTITY systemref SYSTEM "system.refentry"> - <!ENTITY toupperref SYSTEM "toupper.refentry"> - <!ENTITY ungetcref SYSTEM "ungetc.refentry"> + <!ENTITY qsortref SYSTEM "qsort.refentry"> + <!ENTITY scanfref SYSTEM "scanf.refentry"> + <!ENTITY setbufref SYSTEM "setbuf.refentry"> + <!ENTITY sleepref SYSTEM "sleep.refentry"> + <!ENTITY strcatref SYSTEM "strcat.refentry"> + <!ENTITY systemref SYSTEM "system.refentry"> + <!ENTITY toupperref SYSTEM "toupper.refentry"> + <!ENTITY ungetcref SYSTEM "ungetc.refentry"> ]> <book id="cc-guide" lang="en"> <bookinfo>
--- a/docs/ccguide/chap1.chapter Sun Dec 08 11:09:09 2002 +0000 +++ b/docs/ccguide/chap1.chapter Sun Dec 08 11:09:09 2002 +0000 @@ -118,9 +118,9 @@ is extended as follows: <informaltable frame="none"> <tgroup cols="3"> -<colspec colwidth="1.0in"> -<colspec colwidth="1.0in"> -<colspec colwidth="1.0in"> +<colspec colwidth="1.0in"/> +<colspec colwidth="1.0in"/> +<colspec colwidth="1.0in"/> <tbody> <row> <entry>Sc-specifier:</entry> @@ -249,9 +249,9 @@ </para> <informaltable frame="none"> <tgroup cols="3"> -<colspec colwidth="0.8in"> -<colspec colwidth="0.4in"> -<colspec colwidth="3.0in"> +<colspec colwidth="0.8in"/> +<colspec colwidth="0.4in"/> +<colspec colwidth="3.0in"/> <thead> <row> <entry>Data Type</entry> @@ -492,8 +492,8 @@ <table frame="none"> <title>OS-9 Level I Systems</title> <tgroup cols="2"> -<colspec colwidth="1.0in"> -<colspec colwidth="3.0in"> +<colspec colwidth="1.0in"/> +<colspec colwidth="3.0in"/> <tbody> <row> <entry>cc1</entry> @@ -531,8 +531,8 @@ <table frame="none"> <title>OS-9 Level II Systems</title> <tgroup cols="2"> -<colspec colwidth="1.0in"> -<colspec colwidth="3.0in"> +<colspec colwidth="1.0in"/> +<colspec colwidth="3.0in"/> <tbody> <row> <entry>cc2</entry> @@ -627,8 +627,8 @@ <table frame="none"> <title>File Name Suffix Conventions</title> <tgroup cols="2"> -<colspec colwidth="0.5in"> -<colspec colwidth="3.0in"> +<colspec colwidth="0.5in"/> +<colspec colwidth="3.0in"/> <thead> <row> <entry>Suffix</entry> @@ -769,9 +769,9 @@ <table frame="none"> <title>Command Line and Option Flag Examples</title> <tgroup cols="3"> -<colspec colwidth="1.5in" colname="c1"> -<colspec colwidth="1.5in" colname="c2"> -<colspec colwidth="1.5in" colname="c3"> +<colspec colwidth="1.5in" colname="c1"/> +<colspec colwidth="1.5in" colname="c2"/> +<colspec colwidth="1.5in" colname="c3"/> <thead> <row> <entry>command line</entry>