diff options
author | Nageswara R Sastry <rnsastry@linux.vnet.ibm.com> | 2016-10-26 15:10:39 +0530 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-10-28 10:52:21 +1100 |
commit | d13f451dc5efe274ab30ecfd040c209c23b6afc1 (patch) | |
tree | 037cf69ce0fcf2cbe2979f93760f3a9afde7d5d9 /doc/opal-api | |
parent | f240c682eba984fc8001f05a3e0f9669d3aebfb6 (diff) | |
download | skiboot-d13f451dc5efe274ab30ecfd040c209c23b6afc1.zip skiboot-d13f451dc5efe274ab30ecfd040c209c23b6afc1.tar.gz skiboot-d13f451dc5efe274ab30ecfd040c209c23b6afc1.tar.bz2 |
Change .txt to .rst for correctness
This patch changes
.txt to .rst for correctness of the documentation files,
path to the documentation files
Signed-off-by: Nageswara R Sastry <rnsastry@linux.vnet.ibm.com>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'doc/opal-api')
-rw-r--r-- | doc/opal-api/opal-flash-110-111-112.rst | 2 | ||||
-rw-r--r-- | doc/opal-api/opal-get-msg-85.rst | 2 | ||||
-rw-r--r-- | doc/opal-api/opal-handle-interrupt.rst | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/opal-api/opal-flash-110-111-112.rst b/doc/opal-api/opal-flash-110-111-112.rst index 0bd8180..c58eefd 100644 --- a/doc/opal-api/opal-flash-110-111-112.rst +++ b/doc/opal-api/opal-flash-110-111-112.rst @@ -9,7 +9,7 @@ There are three OPAL calls for interacting with flash devices: :: Multiple flash devices are supported by OPAL - each of these calls takes an id parameter, which much match an ID found in the corresponding ``ibm,opal/flash@n`` -device tree node. See doc/device-tree/ibm,opal/flash.txt for details of +device tree node. See doc/device-tree/ibm,opal/flash.rst for details of the device tree bindings. All operations on the flash device must be aligned to the block size of the diff --git a/doc/opal-api/opal-get-msg-85.rst b/doc/opal-api/opal-get-msg-85.rst index 17c2557..7e65b41 100644 --- a/doc/opal-api/opal-get-msg-85.rst +++ b/doc/opal-api/opal-get-msg-85.rst @@ -2,7 +2,7 @@ OPAL_GET_MSG ============ OPAL_GET_MSG will get the next pending OPAL Message (see -opal-messages.txt). +doc/opal-api/opal-messages.rst). Parameters: :: diff --git a/doc/opal-api/opal-handle-interrupt.rst b/doc/opal-api/opal-handle-interrupt.rst index 8f53a49..42b26e9 100644 --- a/doc/opal-api/opal-handle-interrupt.rst +++ b/doc/opal-api/opal-handle-interrupt.rst @@ -24,4 +24,4 @@ The ``OPAL_HANDLE_INTERRUPT`` call takes two parameters, one input and one outpu The host OS should then handle any outstanding events. -See opal-poll-events.txt for documentation on events. +See doc/opal-api/opal-poll-events.rst for documentation on events. |