]> granicus.if.org Git - procps-ng/commitdiff
docs: Add note in sysctl.conf.5 for line length
authorCraig Small <csmall@dropbear.xyz>
Wed, 15 Sep 2021 11:45:26 +0000 (21:45 +1000)
committerCraig Small <csmall@dropbear.xyz>
Wed, 15 Sep 2021 11:45:26 +0000 (21:45 +1000)
References:
 procps-ng/procps#77

NEWS
sysctl.conf.5

diff --git a/NEWS b/NEWS
index ee21f717982127cd59b7c858b3e9709724ac3e1b..406f103ac62278db3338b01939cf65a859e11f95 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,7 @@ procps-ng-NEXT
   * sysctl: Add support for systemd glob patterns          issue #191
   * sysctl: Check resolved path to be under /proc/sys      issue #179
   * sysctl: return non-zero if EINVAL return for write     merge #76
+  * sysctl.conf.5: Note max line length                    issue #77
   * top: added LOGID similar to 3.3.13 ps LUID
   * top: added EXE identical to 3.3.17 ps EXE
   * top: exploit some library smaps_rollup provisions      issue #112
index f16597c541017e0737c2ddd5be63196c0ea958a6..535aad9daa1ca4639dafc69af4c62b4cbc3ef674 100644 (file)
@@ -6,7 +6,7 @@
 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 .\" GNU General Public License for more details."
-.TH SYSCTL.CONF "5" "2020-06-04" "procps-ng" "File Formats"
+.TH SYSCTL.CONF "5" "2021-09-15" "procps-ng" "File Formats"
 .SH NAME
 sysctl.conf \- sysctl preload/configuration file
 .SH DESCRIPTION
@@ -41,6 +41,9 @@ Use
 or follow
 .BR sysctl (8)
 to list all possible parameters. The description of individual parameters can be found in the kernel documentation.
+
+Maximum supported line length of the value is 4096 characters due
+to a limitation of \fI/proc\fR entries in Linux kernel.
 .SH EXAMPLE
 .RS
 .sp