diff options
author | Joshua Slive <slive@apache.org> | 2004-04-02 23:00:27 +0200 |
---|---|---|
committer | Joshua Slive <slive@apache.org> | 2004-04-02 23:00:27 +0200 |
commit | 5ebff1f06053b1751ba384875f7b8b21cd459529 (patch) | |
tree | 9e637a428be31740cb0a12ac5c69d2b35f8868e8 /docs/manual/mod/mod_vhost_alias.xml | |
parent | these files are now part of the build tools (diff) | |
download | apache2-5ebff1f06053b1751ba384875f7b8b21cd459529.tar.xz apache2-5ebff1f06053b1751ba384875f7b8b21cd459529.zip |
Forward port:
Add <columnspec> and make a couple other very small changes
to let latex render tables a little better.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103244 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_vhost_alias.xml')
-rw-r--r-- | docs/manual/mod/mod_vhost_alias.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_vhost_alias.xml b/docs/manual/mod/mod_vhost_alias.xml index a3e2a15a05..8566fa31de 100644 --- a/docs/manual/mod/mod_vhost_alias.xml +++ b/docs/manual/mod/mod_vhost_alias.xml @@ -66,7 +66,7 @@ hosting</description> by <code>printf</code> which have a number of formats:</p> <table> - +<columnspec><column width=".2"/><column width=".6"/></columnspec> <tr><td><code>%%</code></td> <td>insert a <code>%</code></td></tr> @@ -87,6 +87,7 @@ hosting</description> is present. The interpretation is as follows:</p> <table> + <columnspec><column width=".1"/><column width=".4"/></columnspec> <tr><td><code>0</code></td> <td>the whole name</td></tr> |