hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
kernel/net/unix/Kconfig
....@@ -1,10 +1,11 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # Unix Domain Sockets
34 #
45
56 config UNIX
67 tristate "Unix domain sockets"
7
- ---help---
8
+ help
89 If you say Y here, you will include support for Unix domain sockets;
910 sockets are the standard Unix mechanism for establishing and
1011 accessing network connections. Many commonly used programs such as
....@@ -28,6 +29,6 @@
2829 tristate "UNIX: socket monitoring interface"
2930 depends on UNIX
3031 default n
31
- ---help---
32
+ help
3233 Support for UNIX socket monitoring interface used by the ss tool.
3334 If unsure, say Y.