git: 27d743b2a7 - main - Handbook - Desktop: Add # before root commands
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 27 Jul 2025 10:43:00 UTC
The branch main has been updated by carlavilla:
URL: https://cgit.FreeBSD.org/doc/commit/?id=27d743b2a71df6917bb549b28c4a85928562b864
commit 27d743b2a71df6917bb549b28c4a85928562b864
Author: Osama Albahrani <osalbahr@gmail.com>
AuthorDate: 2025-07-27 10:42:09 +0000
Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2025-07-27 10:42:09 +0000
Handbook - Desktop: Add # before root commands
Pull Request: https://github.com/freebsd/freebsd-doc/pull/507
---
documentation/content/en/books/handbook/desktop/_index.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/documentation/content/en/books/handbook/desktop/_index.adoc b/documentation/content/en/books/handbook/desktop/_index.adoc
index 7722d4d6a6..225ed297b2 100644
--- a/documentation/content/en/books/handbook/desktop/_index.adoc
+++ b/documentation/content/en/books/handbook/desktop/_index.adoc
@@ -155,8 +155,8 @@ To increase messages size execute:
[source,shell]
....
-sysctl net.local.stream.recvspace=65536
-sysctl net.local.stream.sendspace=65536
+# sysctl net.local.stream.recvspace=65536
+# sysctl net.local.stream.sendspace=65536
....
[[kde-start]]