diff options
author | mstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2015-02-05 13:06:29 +0000 |
---|---|---|
committer | mstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2015-02-05 13:06:29 +0000 |
commit | d9a174caf60557d91223707879d475b86a0cb8d6 (patch) | |
tree | 1729c1f6cb68ef78efff3b403d66f9cb2577e6bf /headerfile.tex | |
parent | 07ebecda3c12a54de22f36ae6c723e43ba2f681f (diff) |
headerfile: fix link to header file in html output
Using macros within \url doesn't work for html output.
To fix, put \url within macro.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio/branches/v1.0@473 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
Diffstat (limited to 'headerfile.tex')
-rw-r--r-- | headerfile.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/headerfile.tex b/headerfile.tex index 603467b..b1a92c2 100644 --- a/headerfile.tex +++ b/headerfile.tex @@ -1,7 +1,7 @@ \chapter{virtio_ring.h}\label{sec:virtio-ring.h} This file is also available at the link -\url{\virtiourlbase/listings/virtio_ring.h}. +\virtiourlh. All definitions in this section are for non-normative reference only. |