git: a77605a8d9d1 - main - man9: mlink for counter_ratecheck(9)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Mar 2024 21:37:04 UTC
The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=a77605a8d9d1820924459030b02672541b1c43c8 commit a77605a8d9d1820924459030b02672541b1c43c8 Author: Gleb Smirnoff <glebius@FreeBSD.org> AuthorDate: 2024-03-22 21:36:54 +0000 Commit: Gleb Smirnoff <glebius@FreeBSD.org> 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 \