summaryrefslogtreecommitdiff
path: root/commands.tex
diff options
context:
space:
mode:
authorrusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>2014-02-26 03:26:04 +0000
committerrusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>2014-02-26 03:26:04 +0000
commitddfe8c9df52c97310b17155da51d81933532436e (patch)
tree8618d3daea5ea47e9fc4e6e0688f9484b51b2977 /commands.tex
parent984f94b0339a9bc0ee0cbbdb1ce4c10807c29bcb (diff)
VIRTIO-28: Deprecate balloon device, add number for new one.
Signed-off-by: Rusty Russell <rusty@au1.ibm.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@279 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
Diffstat (limited to 'commands.tex')
-rw-r--r--commands.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/commands.tex b/commands.tex
index c4b19de..182f8ef 100644
--- a/commands.tex
+++ b/commands.tex
@@ -9,6 +9,6 @@
% How we format a field name
\newcommand{\field}[1]{\emph{#1}}
-% Mark a normative paragraph (driver or device)
-\newcommand{\drivernormative}[1]{\phantomsection\label{drivernormative:#1}}
-\newcommand{\devicenormative}[1]{\phantomsection\label{devicenormative:#1}}
+% Mark a normative section (driver or device)
+\newcommand{\drivernormative}[3]{#1{Driver Requirements: #2}\label{drivernormative:#3}}
+\newcommand{\devicenormative}[3]{#1{Device Requirements: #2}\label{devicenormative:#3}}