diff options
author | mstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2013-11-25 12:27:38 +0000 |
---|---|---|
committer | mstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2013-11-25 12:27:38 +0000 |
commit | da40d31b92d562cc5a98585aa2547511d1c75078 (patch) | |
tree | 0f703d30876d13e60681cc9981ac0a5a7ad7b6c8 | |
parent | 964ad5f0bea289623ca6a633e473f798679633bd (diff) |
content.tex: fix up cross-reference to S390
make it a hyper-link.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@119 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
-rw-r--r-- | content.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content.tex b/content.tex index e450d88..7766fb8 100644 --- a/content.tex +++ b/content.tex @@ -1785,7 +1785,7 @@ virtio: \end{lstlisting} The virtio-ccw device acts like a normal channel device, as specified -in [S390 PoP] and [S390 Common I/O]. In particular: +in \hyperref[intro:S390 PoP]{[S390 PoP]} and \hyperref[intro:S390 Common I/O]{[S390 Common I/O]}. In particular: - A device must post a unit check with command reject for any command it does not support. |