Skip to content

Commit

Permalink
Style fix for nng_msleep
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamore committed Oct 7, 2024
1 parent 1567539 commit 67a7b33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/man/libnng.3.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -279,15 +279,15 @@ network applications with _NNG_, but they are made available
as a convenience to aid in creating portable applications.

|===
|xref:nng_clock.3supp.adoc[nng_clock()]|get time
// |xref:nng_clock.3supp.adoc[nng_clock()]|get time
|xref:nng_cv_alloc.3supp.adoc[nng_cv_alloc()]|allocate condition variable
|xref:nng_cv_free.3supp.adoc[nng_cv_free()]|free condition variable
|xref:nng_cv_until.3supp.adoc[nng_cv_until()]|wait for condition or timeout
|xref:nng_cv_wait.3supp.adoc[nng_cv_wait()]|wait for condition
|xref:nng_cv_wake.3supp.adoc[nng_cv_wake()]|wake all waiters
|xref:nng_cv_wake1.3supp.adoc[nng_cv_wake1()]|wake one waiter
// |xref:nng_id_map.3supp.adoc[nng_id_map]|identifier based mapping table
|xref:nng_msleep.3supp.adoc[nng_msleep()]|sleep for milliseconds
// |xref:nng_msleep.3supp.adoc[nng_msleep()]|sleep for milliseconds
// |xref:nng_mtx_alloc.3supp.adoc[nng_mtx_alloc()]|allocate mutex
// |xref:nng_mtx_free.3supp.adoc[nng_mtx_free()]|free mutex
// |xref:nng_mtx_lock.3supp.adoc[nng_mtx_lock()]|lock mutex
Expand Down
2 changes: 1 addition & 1 deletion docs/ref/api/util/nng_msleep.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ void nng_msleep(nng_duration msec);
## DESCRIPTION
The `nng_msleep()` blocks the caller for at least _msec_ milliseconds.
The `nng_msleep` blocks the caller for at least _msec_ milliseconds.
> [!NOTE]
> This function may block for longer than requested.
Expand Down

0 comments on commit 67a7b33

Please sign in to comment.