From 38c6d386637eecc105f6e6b03ff10e6299bd0002 Mon Sep 17 00:00:00 2001 From: Matt Dew Date: Mon, 16 Jan 2012 13:18:50 -0700 Subject: informaltable cleanup On certain tables, add top and bottom borders to table header and a bottom border to the table. This matches what those tables in the old pdfs looked like. the prevents tables from splitting across pages. Useful for tiny tables. Converting the colwidth to a floating point, IE, 1* -> 1.0* cleans up these build errors: WARNING: table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) Signed-off-by: Matt Dew --- specs/sync.xml | 75 ++++++++++++++++++++++++++++------------------------------ 1 file changed, 36 insertions(+), 39 deletions(-) (limited to 'specs/sync.xml') diff --git a/specs/sync.xml b/specs/sync.xml index 6df45a6..afb0783 100644 --- a/specs/sync.xml +++ b/specs/sync.xml @@ -570,57 +570,54 @@ This request creates an alarm and assigns the identifier id to it. The values-mask and values-list specify the attributes that are to be explicitly initialized. The attributes for an Alarm and their defaults are: - - - - - - - - - Attribute - Type - Default - - - - - - + + + + + + + + + + Attribute + Type + Default + + - trigger - TRIGGER - counter - None + trigger + TRIGGER + counter + None - - - value-type - Absolute + + + value-type + Absolute - - - value - 0 + + + value + 0 - - - test-type - PositiveComparison + + + test-type + PositiveComparison - delta - INT64 - 1 + delta + INT64 + 1 - events - BOOL - TRUE + events + BOOL + TRUE -- cgit v1.2.1