summaryrefslogtreecommitdiff
path: root/specs/CH09.xml
Commit message (Collapse)AuthorAgeFilesLines
* codespell-fixesThomas E. Dickey2022-06-141-4/+4
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* fix some more errata, plus reformat a list for consistencyThomas E. Dickey2019-06-131-6/+6
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* fix some punctuation errataThomas E. Dickey2019-06-131-1/+1
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* correct markup for header- and library-filenames; they are not functionsThomas E. Dickey2019-06-101-4/+4
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* fixes for typos and formatting glitchesThomas E. Dickey2019-05-051-2/+2
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* improved markup for the restored pagesThomas E. Dickey2019-04-281-11/+24
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* restore the last 3-4 pages of "Registering a New Resource Converter",Thomas E. Dickey2019-04-281-38/+84
| | | | | | originally section 9.6.4 which lost in sgml/docbook conversion. Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* fill in prototype information for a code example, as well as forThomas E. Dickey2019-04-211-1/+1
| | | | | | the XtRFunction resource type. Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* use ldquo/rdquo/ndash where appropriateThomas E. Dickey2019-04-161-2/+2
|
* trim spurious backslashes from translation of nroff to docbook xmlThomas E. Dickey2019-04-161-18/+18
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* whitespace/formatting fixThomas E. Dickey2019-04-161-8/+8
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* formatted sample code to fit in 80 columnsThomas E. Dickey2019-04-161-59/+62
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* use programlisting tag rather than workaround for literallayout font.Thomas E. Dickey2019-04-161-127/+127
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* fix ``fake quotes''Thomas E. Dickey2019-04-161-13/+13
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* corrected some nested list formattingThomas E. Dickey2019-04-161-6/+0
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* modify xml-files to use named-entities, for easier manipulationThomas E. Dickey2019-04-161-2/+2
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* use DOCTYPE consistently in included xml files, to allow using named entitiesThomas E. Dickey2019-04-161-0/+3
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* add (with an external script "markup-literallayout") <code> tagsThomas E. Dickey2019-04-161-118/+118
| | | | | | within <literallayout>. Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* whitespace-fixes, plus convert examples to standard CThomas E. Dickey2019-04-161-81/+83
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* change ambiguous String's to char* or const-char*, as well as adding theThomas E. Dickey2019-04-161-2/+2
| | | | | | missing parameters to one prototype Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* The conversion to xml's funcdef dropped one or more parameters from severalThomas E. Dickey2019-04-161-0/+1
| | | | | | functions. This commit restores those parameters to the function prototypes. Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* modify function prototypes in spec to correspond to updates made in headersThomas E. Dickey2019-04-161-10/+13
| | | | for the _CONST_X_STRING feature.
* update several function prototypes to use void-return or void-parameter,Thomas E. Dickey2019-04-161-1/+1
| | | | which were not in the original spec because it accommodated K&R C.
* informaltable cleanupMatt Dew2012-01-161-1/+1
| | | | | | | | | | | | | | | | On certain tables, add top and bottom borders to table header and a bottom border to the table. This matches what those tables in the old pdfs looked like. the <?dbfo keep-together='always'> prevents tables from splitting across pages. Useful for tiny tables. Converting the colwidth to a floating point, IE, 1* -> 1.0* cleans up these build errors: WARNING: table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) Signed-off-by: Matt Dew <marcoz@osource.org>
* Initial docbook conversion.Matt Dew2011-12-281-0/+4326