diff options
author | mstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2013-08-30 11:04:35 +0000 |
---|---|---|
committer | mstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2013-08-30 11:04:35 +0000 |
commit | 1ecf60ea5425607bd85594afad104be31f2a34a6 (patch) | |
tree | 27ddf1fd096aeed1ea8e838236f2ce15530a1700 /virtio-v1.0-wd01-part1-specification.txt | |
parent | 77341328085fc39017b461fe42cf92e831e76ea4 (diff) |
formatting: fix xref to virtio_ring.h
Text simply had a stub *XREF* text, make it
point at the actual section.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@27 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
Diffstat (limited to 'virtio-v1.0-wd01-part1-specification.txt')
-rw-r--r-- | virtio-v1.0-wd01-part1-specification.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtio-v1.0-wd01-part1-specification.txt b/virtio-v1.0-wd01-part1-specification.txt index 79731ef..2aa57e8 100644 --- a/virtio-v1.0-wd01-part1-specification.txt +++ b/virtio-v1.0-wd01-part1-specification.txt @@ -373,7 +373,7 @@ helper routines in a more usable form, in include/linux/virtio_ring.h. This was explicitly licensed by IBM and Red Hat under the (3-clause) BSD license so that it can be freely used by all other projects, and is reproduced (with slight -variation to remove Linux assumptions) in *XREF*. +variation to remove Linux assumptions) in "2.6. virtio_ring.h". 2.2. General Initialization And Device Operation =============================================== |