diff options
Diffstat (limited to 'ref/api/time.html')
| -rw-r--r-- | ref/api/time.html | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/ref/api/time.html b/ref/api/time.html index da636d30..0fc4fa86 100644 --- a/ref/api/time.html +++ b/ref/api/time.html @@ -42,6 +42,17 @@ <script src="../toc.js"></script> </head> <body> + <div id="mdbook-help-container"> + <div id="mdbook-help-popup"> + <h2 class="mdbook-help-title">Keyboard shortcuts</h2> + <div> + <p>Press <kbd>←</kbd> or <kbd>→</kbd> to navigate between chapters</p> + <p>Press <kbd>S</kbd> or <kbd>/</kbd> to search in the book</p> + <p>Press <kbd>?</kbd> to show this help</p> + <p>Press <kbd>Esc</kbd> to hide this help</p> + </div> + </div> + </div> <div id="body-container"> <!-- Work around some values being stored in localStorage wrapped in quotes --> <script> @@ -119,7 +130,7 @@ <li role="none"><button role="menuitem" class="theme" id="navy">Navy</button></li> <li role="none"><button role="menuitem" class="theme" id="ayu">Ayu</button></li> </ul> - <button id="search-toggle" class="icon-button" type="button" title="Search. (Shortkey: s)" aria-label="Toggle Searchbar" aria-expanded="false" aria-keyshortcuts="S" aria-controls="searchbar"> + <button id="search-toggle" class="icon-button" type="button" title="Search (`/`)" aria-label="Toggle Searchbar" aria-expanded="false" aria-keyshortcuts="/ s" aria-controls="searchbar"> <i class="fa fa-search"></i> </button> </div> @@ -231,7 +242,7 @@ system clock, and supporting timeouts for certain operations.</p> </code></pre> <p>The <a name="a001"></a><code>nng_time</code> type is used to represent a clock offset from a common base time, measured in milliseconds.</p> -<p>The reference, or zero value, is some arbitrary point in time, most often sytem boot, but can +<p>The reference, or zero value, is some arbitrary point in time, most often system boot, but can be process start time or any other convenient reference.</p> <p>All threads within a process will use the same reference time, but be aware that different processes may use a different reference time.</p> |
