Skip to content

Commit

Permalink
Fix a typo in the category ToC for the refpages (#1148)
Browse files Browse the repository at this point in the history
* Fix a typo in the category ToC for the refpages

* Also fix a typo

* One more typo
  • Loading branch information
oddhack committed Apr 8, 2024
1 parent 16880f9 commit 26712b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions man/toctail
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@
<li><a href="create_user_event.html" target="pagedisplay">create_user_event</a></li>
<li><a href="is_valid_event.html" target="pagedisplay">is_valid_event</a></li>
<li><a href="set_user_event_status.html" target="pagedisplay">set_user_event_status</a></li>
<li><a href="capture_event_profiling_info.html" target="capture_event_profiling_info">capture_event_profiling_info</a></li>
<li><a href="capture_event_profiling_info.html" target="pagedisplay">capture_event_profiling_info</a></li>
</ul>
</li>

Expand Down Expand Up @@ -363,7 +363,7 @@
<li><a href="mad24.html" target="pagedisplay">mad24</a></li>
<li><a href="mad_hi.html" target="pagedisplay">mad_hi</a></li>
<li><a href="mad_sat.html" target="pagedisplay">mad_sat</a></li>
<li><a href="integerMax.html" target="pagedisplay">ma</a></li>
<li><a href="integerMax.html" target="pagedisplay">max</a></li>
<li><a href="integerMax.html" target="pagedisplay">min</a></li>
<li><a href="mul24.html" target="pagedisplay">mul24</a></li>
<li><a href="mul_hi.html" target="pagedisplay">mul_hi</a></li>
Expand Down Expand Up @@ -412,7 +412,7 @@
<li><a href="fdim.html" target="pagedisplay">fdim</a></li>
<li><a href="floor.html" target="pagedisplay">floor</a></li>
<li><a href="fma.html" target="pagedisplay">fma</a></li>
<li><a href="fmax.html" target="pagedisplay">fma</a></li>
<li><a href="fmax.html" target="pagedisplay">fmax</a></li>
<li><a href="fmin.html" target="pagedisplay">fmin</a></li>
<li><a href="fmod.html" target="pagedisplay">fmod</a></li>
<li><a href="fract.html" target="pagedisplay">fract</a></li>
Expand Down

0 comments on commit 26712b2

Please sign in to comment.