From ddfe8c9df52c97310b17155da51d81933532436e Mon Sep 17 00:00:00 2001 From: rusty Date: Wed, 26 Feb 2014 03:26:04 +0000 Subject: VIRTIO-28: Deprecate balloon device, add number for new one. Signed-off-by: Rusty Russell git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@279 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652 --- commands.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'commands.tex') 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}} -- cgit v1.2.3