diff mbox series

[007/110] doc: make OPAL_RTC_WRITE docs pretty

Message ID 20190531061351.22973-8-stewart@linux.ibm.com
State Accepted
Headers show
Series Big documentation cleanup/expansion | expand

Commit Message

Stewart Smith May 31, 2019, 6:12 a.m. UTC
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
---
 doc/opal-api/opal-rtc-write-4.rst | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/doc/opal-api/opal-rtc-write-4.rst b/doc/opal-api/opal-rtc-write-4.rst
index 3416b7912311..c5ef7503bef7 100644
--- a/doc/opal-api/opal-rtc-write-4.rst
+++ b/doc/opal-api/opal-rtc-write-4.rst
@@ -1,9 +1,11 @@ 
+.. _OPAL_RTC_WRITE:
+
 OPAL_RTC_WRITE
 ==============
 
-OPAL_RTC_WRITE is much like OPAL_RTC_READ in that it can be asynchronous.
+:ref:`OPAL_RTC_WRITE` is much like :ref:`OPAL_RTC_READ` in that it can be asynchronous.
 
 If multiple WRITES are issued before the first one completes, subsequent
 writes are ignored. There can only be one write in flight at any one time.
 
-Format of the time is the same as for OPAL_RTC_READ.
+Format of the time is the same as for :ref:`OPAL_RTC_READ`.