aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2022-01-25 16:55:18 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2022-01-25 16:56:06 +0000
commite53bff469fbf0e9327ed66d89bbc1ca4a06d988a (patch)
tree061fff9ac57ce7e5b871cb280b00ad85b053a2d0
parent0ddbe884d6cb61533e4946ab827937a1f1c4d23b (diff)
downloadports-e53bff469fbf0e9327ed66d89bbc1ca4a06d988a.tar.gz
ports-e53bff469fbf0e9327ed66d89bbc1ca4a06d988a.zip
lang/linux-dotnet-cli: Fix typos that prevent copy/paste success
-rw-r--r--lang/linux-dotnet-cli/pkg-message8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/linux-dotnet-cli/pkg-message b/lang/linux-dotnet-cli/pkg-message
index 781d7ee4443b..9abefde9b413 100644
--- a/lang/linux-dotnet-cli/pkg-message
+++ b/lang/linux-dotnet-cli/pkg-message
@@ -22,17 +22,17 @@ install the certificates is to:
Failed to initialize CoreCLR, HRESULT: 0x8007001F
-------------------------------------------------
.NET core may produce the above error message if the system has exceeded
-capacity for wired memory, or is unprivilaged allocations of wired memory is
+capacity for wired memory, or is unprivileged allocations of wired memory is
not permitted.
-To ensure unprivilaged allocation of wired memory is allowed, as root:
+To ensure unprivileged allocation of wired memory is allowed, as root:
-# sysctl security.bsd.unprivilaged_mlock=1
+# sysctl security.bsd.unprivileged_mlock=1
To preserve this setting across reboots, append the following to
/etc/sysctl.conf:
-security.bsd.unprivilaged_mlock=1
+security.bsd.unprivileged_mlock=1
To check the usage and limit of wired memory see the 'vm.stats.vm.v_wire_count'
and 'vm.max_wired' sysctl(8) respectively. To increase the wired memory