The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=a77605a8d9d1820924459030b02672541b1c43c8
commit a77605a8d9d1820924459030b02672541b1c43c8 Author: Gleb Smirnoff <[email protected]> AuthorDate: 2024-03-22 21:36:54 +0000 Commit: Gleb Smirnoff <[email protected]> CommitDate: 2024-03-22 21:36:54 +0000 man9: mlink for counter_ratecheck(9) --- share/man/man9/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index d6732a4e15f7..87fb2f0906c9 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -898,6 +898,7 @@ MLINKS+=counter.9 counter_u64_alloc.9 \ counter.9 counter_u64_add.9 \ counter.9 counter_enter.9 \ counter.9 counter_exit.9 \ + counter.9 counter_ratecheck.9 \ counter.9 counter_u64_add_protected.9 \ counter.9 counter_u64_fetch.9 \ counter.9 counter_u64_zero.9 \
