docs: {dst,trace-type}-obj.adoc: specify "default FT", not just "true"
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 29 Sep 2020 01:38:55 +0000 (21:38 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 29 Sep 2020 01:38:55 +0000 (21:38 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
docs/modules/yaml/pages/dst-obj.adoc
docs/modules/yaml/pages/trace-type-obj.adoc

index fa63da7fdc1c8953306a78b949a93b2d0ac43734..26c732de18828fed541e295656652e65cc15b8b1 100644 (file)
@@ -186,7 +186,7 @@ equal to the size of the `content-size-field-type` property's field
 type.
 
 You **can't** disable this feature.
-|True
+|Use a default field type (true)
 
 |[[content-size-ft-prop]]`content-size-field-type`
 |Unsigned xref:int-ft-obj.adoc[integer field type object], string,
@@ -200,7 +200,7 @@ The size of this feature's integer field type must be less than or equal
 to the size of the `total-size-field-type` property's field type.
 
 You **can't** disable this feature.
-|True
+|Use a default field type (true)
 
 |[[beginning-ts-ft-prop]]`beginning-timestamp-field-type`
 |Unsigned xref:int-ft-obj.adoc[integer field type object], string,
@@ -209,8 +209,8 @@ or boolean
 
 If this property's value is a string, it must be the name of an existing
 xref:trace-type-obj.adoc#ft-aliases-prop[field type alias].
-|True if this data stream type has a <<def-clk-type-name-prop,default
-clock type>>, or false otherwise.
+|Use a default field type (true) if this data stream type has a
+<<def-clk-type-name-prop,default clock type>>, or false otherwise
 
 |[[end-ts-ft-prop]]`end-timestamp-field-type`
 |Unsigned xref:int-ft-obj.adoc[integer field type object], string,
@@ -219,8 +219,8 @@ or boolean
 
 If this property's value is a string, it must be the name of an existing
 xref:trace-type-obj.adoc#ft-aliases-prop[field type alias].
-|True if this data stream type has a <<def-clk-type-name-prop,default
-clock type>>, or false otherwise.
+|Use a default field type (true) if this data stream type has a
+<<def-clk-type-name-prop,default clock type>>, or false otherwise
 
 |[[disc-er-counter-snapshot-ft-prop]]`discarded-event-records-counter-snapshot-field-type`
 |Unsigned xref:int-ft-obj.adoc[integer field type object], string,
@@ -231,7 +231,7 @@ record counter] snapshot field.
 
 If this property's value is a string, it must be the name of an existing
 xref:trace-type-obj.adoc#ft-aliases-prop[field type alias].
-|True
+|Use a default field type (true)
 |===
 
 [[er-features-obj]]
@@ -274,7 +274,7 @@ xref:trace-type-obj.adoc#ft-aliases-prop[field type alias].
 
 This feature is required when this data stream type has more than one
 event record type (<<erts-prop,`event-record-types` property>>).
-|True
+|Use a default field type (true)
 
 |[[ts-prop]]`timestamp-field-type`
 |Unsigned xref:int-ft-obj.adoc[integer field type object], string,
@@ -283,8 +283,8 @@ or boolean
 
 If this property's value is a string, it must be the name of an existing
 xref:trace-type-obj.adoc#ft-aliases-prop[field type alias].
-|True if this data stream type has a <<def-clk-type-name-prop,default
-clock type>>, or false otherwise.
+|Use a default field type (true) if this data stream type has a
+<<def-clk-type-name-prop,default clock type>>, or false otherwise
 |===
 
 == Examples
index 70f69369bb6571493a3226b5b4543f0b6526e1f8..b0257b1548c09cd85d5a397bf6eb1910c7fd6cc7 100644 (file)
@@ -136,7 +136,7 @@ string, or boolean
 
 If this property's value is a string, it must be the name of an existing
 <<ft-aliases-prop,field type alias>>.
-|True
+|Use a default field type (true)
 
 |[[uuid-ft-prop]]`uuid-field-type`
 |xref:static-array-ft-obj.adoc[Static array field type object] of
@@ -146,8 +146,8 @@ type objects] (8-bit{nbsp}alignment), string, or boolean
 
 If this property's value is a string, it must be the name of an existing
 <<ft-aliases-prop,field type alias>>.
-|True if this trace type has a <<uuid-prop,`uuid` property>>, or false
-otherwise.
+|Use a default field type (true) if this trace type has a
+<<uuid-prop,`uuid` property>>, or false otherwise
 
 |[[dst-id-ft-prop]]`data-stream-type-id-field-type`
 |Unsigned xref:int-ft-obj.adoc[integer field type object], string,
@@ -159,7 +159,7 @@ If this property's value is a string, it must be the name of an existing
 
 This feature is required when this trace type has more than one
 data stream type (<<dsts-prop,`data-stream-types` property>>).
-|True
+|Use a default field type (true)
 |===
 
 == Examples
This page took 0.02851 seconds and 4 git commands to generate.