]> git.ipfire.org Git - thirdparty/util-linux.git/blame - libsmartcols/docs/libsmartcols-docs.xml
docs: update year in libs docs
[thirdparty/util-linux.git] / libsmartcols / docs / libsmartcols-docs.xml
CommitLineData
1d90bcb1
OO
1<?xml version="1.0"?>
2<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
4[
5 <!ENTITY version SYSTEM "version.xml">
6]>
7<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
8 <bookinfo>
9 <title>libsmartcols Reference Manual</title>
10 <releaseinfo>for libsmartcols version &version;</releaseinfo>
11 <copyright>
24cee715 12 <year>2014-2020</year>
1d90bcb1
OO
13 <holder>Karel Zak &lt;kzak@redhat.com&gt;</holder>
14 </copyright>
15 </bookinfo>
16
618a1d6d 17 <part id="overview">
1d90bcb1
OO
18 <title>libsmartcols Overview</title>
19 <partintro>
20 <para>
21The libsmartcols library is used for smart adaptive formatting of tabular data.
22 </para>
23 <para>
24The library is part of the util-linux package since version 2.25 and is
d673b74e 25available from https://www.kernel.org/pub/linux/utils/util-linux/.
1d90bcb1
OO
26 </para>
27 </partintro>
28 </part>
29
30 <part>
31 <title>Data manipulation</title>
32 <xi:include href="xml/table.xml"/>
33 <xi:include href="xml/column.xml"/>
34 <xi:include href="xml/line.xml"/>
35 <xi:include href="xml/cell.xml"/>
36 <xi:include href="xml/symbols.xml"/>
ed16c910 37 <xi:include href="xml/grouping.xml"/>
1d90bcb1
OO
38 </part>
39 <part>
40 <title>Printing</title>
41 <xi:include href="xml/table_print.xml"/>
42 </part>
43 <part>
44 <title>Misc</title>
45 <xi:include href="xml/iter.xml"/>
7a1c36ab 46 <xi:include href="xml/version-utils.xml"/>
e2310281 47 <xi:include href="xml/init.xml"/>
1d90bcb1 48 </part>
d5dbd57b 49 <index id="api-index">
1d90bcb1
OO
50 <title>API Index</title>
51 <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
52 </index>
982034c3
KZ
53 <index role="2.27">
54 <title>Index of new symbols in 2.27</title>
55 <xi:include href="xml/api-index-2.27.xml"><xi:fallback /></xi:include>
56 </index>
db307d8e
IG
57 <index role="2.28">
58 <title>Index of new symbols in 2.28</title>
59 <xi:include href="xml/api-index-2.28.xml"><xi:fallback /></xi:include>
60 </index>
618a1d6d
IG
61 <index role="2.29">
62 <title>Index of new symbols in 2.29</title>
63 <xi:include href="xml/api-index-2.29.xml"><xi:fallback /></xi:include>
64 </index>
4ab60277
KZ
65 <index role="2.30">
66 <title>Index of new symbols in 2.30</title>
67 <xi:include href="xml/api-index-2.30.xml"><xi:fallback /></xi:include>
68 </index>
aef70f55
KZ
69 <index role="2.31">
70 <title>Index of new symbols in 2.31</title>
71 <xi:include href="xml/api-index-2.31.xml"><xi:fallback /></xi:include>
72 </index>
36ad92c2
KZ
73 <index role="2.33">
74 <title>Index of new symbols in 2.33</title>
75 <xi:include href="xml/api-index-2.33.xml"><xi:fallback /></xi:include>
76 </index>
77 <index role="2.34">
78 <title>Index of new symbols in 2.34</title>
79 <xi:include href="xml/api-index-2.34.xml"><xi:fallback /></xi:include>
80 </index>
1d90bcb1 81</book>