git: e17c87d4a275 - main - domain.9: Fix a typo in the manual page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Oct 2025 06:27:46 UTC
The branch main has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=e17c87d4a27509ed8324e69056b06dec878db064
commit e17c87d4a27509ed8324e69056b06dec878db064
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-10-26 15:41:37 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-10-27 06:27:27 +0000
domain.9: Fix a typo in the manual page
- s/exprimental/experimental/
MFC after: 5 days
---
share/man/man9/domain.9 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share/man/man9/domain.9 b/share/man/man9/domain.9
index dab8cff89e12..d7e743eaf247 100644
--- a/share/man/man9/domain.9
+++ b/share/man/man9/domain.9
@@ -173,7 +173,7 @@ Once a domain is added it cannot be completely unloaded.
This is because there is
no reference counting system in place to determine if there are any
active references from sockets within that domain.
-However, the exprimental
+However, the experimental
.Fn domain_remove
exists, and unloadable domains may be supported in the future.
.Pp