summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJason Albert <albertj@us.ibm.com>2016-08-30 15:08:35 -0500
committerJason Albert <albertj@us.ibm.com>2016-08-30 15:08:35 -0500
commit7c5db5a6ff8fc6f2454b0e848cd19e38ea84528a (patch)
tree322c8efaeab93f7b24f44eff5aea419bd8889be4 /docs
parentdd64fb3be86ec646ec02865744a3fac4813600db (diff)
downloadvpdtools-7c5db5a6ff8fc6f2454b0e848cd19e38ea84528a.tar.gz
vpdtools-7c5db5a6ff8fc6f2454b0e848cd19e38ea84528a.zip
Forced line breaks in documentation
Diffstat (limited to 'docs')
-rw-r--r--docs/xmlformat.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/xmlformat.md b/docs/xmlformat.md
index 9ca7ba7..264d613 100644
--- a/docs/xmlformat.md
+++ b/docs/xmlformat.md
@@ -35,26 +35,26 @@ This section covers the required tags in the <vpd> section of the template descr
The top level `<vpd>` tag is required in all template files, whether it is a top level manifest description of a full image or simply a record level description. The tag requirements in the <vpd> section depend upon usage.
-### Tags included in the `<vpd>`
-`<name></name>`
+### Tags included in the `<vpd>` section
+`<name></name>`
Used to define the output name of the files created by the tool. This information is not stuck into the binary VPD image.
If the special name of FILENAME is given, then the name of the top level manifest file will be used for the name on any output files.
-Can be used only once in the top level description
-Cannot be included in single record definitions
+Can be used only once in the top level description
+Cannot be included in single record definitions
-`<size></size>`
+`<size></size>`
Used to define the maximum size of the binary image. If the create image will exceede this size, an error is generated by the tool.
-Can be used only once in the top level description
-Cannot be included in single record definitions
+Can be used only once in the top level description
+Cannot be included in single record definitions
-`<VD></VD>`
+`<VD></VD>`
The hex value to be stuck in for the VD keyword in the VHDR
-Can be used only once in the top level description
-Cannot be included in single record definitions
+Can be used only once in the top level description
+Cannot be included in single record definitions
``` xml
<record>
OpenPOWER on IntegriCloud