diff options
| author | Lubomir Rintel <lkundrak@v3.sk> | 2016-04-04 19:22:45 +0200 |
|---|---|---|
| committer | Lubomir Rintel <lkundrak@v3.sk> | 2016-04-05 14:37:51 +0200 |
| commit | 60582bf44372eda37676e9e8209fbb5591851e4c (patch) | |
| tree | e4731f5d64c0f3db017f16441b83c94c780a8db7 /man/nmtui.xml | |
| parent | 8035b5b03bb25d7b458d4e05b83239d7cfa4fcc7 (diff) | |
| download | NetworkManager-60582bf44372eda37676e9e8209fbb5591851e4c.tar.gz | |
man: include version from a XML entity
This way it's consistently used across all manual page without a need
for XSL templating.
Also, the entities file could in future possibly be used to template the
build-time configurables such as filesystem paths or bug tracker URL.
Diffstat (limited to 'man/nmtui.xml')
| -rw-r--r-- | man/nmtui.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/man/nmtui.xml b/man/nmtui.xml index e203c7d04f..d92f525bca 100644 --- a/man/nmtui.xml +++ b/man/nmtui.xml @@ -1,7 +1,10 @@ <?xml version='1.0'?> <?xml-stylesheet type="text/xsl" href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"?> <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" - "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> +"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ +<!ENTITY % entities SYSTEM "common.ent" > +%entities; +]> <!-- nmtui(1) manual page @@ -40,7 +43,7 @@ <manvolnum>1</manvolnum> <refmiscinfo class="source">NetworkManager</refmiscinfo> <refmiscinfo class="manual">General Commands Manual</refmiscinfo> - <refmiscinfo class="version">1.2</refmiscinfo> + <refmiscinfo class="version">&NM_VERSION;</refmiscinfo> </refmeta> <refnamediv> |
