* [PATCH] proc.5: /proc/sys: describe whitespace characters
@ 2015-08-25 21:13 Heinrich Schuchardt
[not found] ` <1440537197-14327-1-git-send-email-xypron.glpk-Mmb7MZpHnFY@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Heinrich Schuchardt @ 2015-08-25 21:13 UTC (permalink / raw)
To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, Heinrich Schuchardt
Suggested patch
https://lkml.org/lkml/2015/8/24/171
indicates missing documentation.
Signed-off-by: Heinrich Schuchardt <xypron.glpk-Mmb7MZpHnFY@public.gmane.org>
---
man5/proc.5 | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/man5/proc.5 b/man5/proc.5
index bb648d4..85e3b76 100644
--- a/man5/proc.5
+++ b/man5/proc.5
@@ -3303,6 +3303,16 @@ These variables can be read and sometimes modified using
the \fI/proc\fP filesystem, and the (deprecated)
.BR sysctl (2)
system call.
+
+String values may be terminated by either of \'\\0\' or \'\\n\'.
+
+Integer and long values may be written either in decimal or in
+hexadecimal notation (e.g. 0x3FFF).
+When writing multiple integer or long values these may be separated
+by either of the following whitespace characters:
+\' \', \'\\t\', or \'\\n\'.
+Using other separators leads to an error
+.BR EINVAL .
.TP
.IR /proc/sys/abi " (since Linux 2.4.10)"
This directory may contain files with application binary information.
--
2.1.4
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] proc.5: /proc/sys: describe whitespace characters
[not found] ` <1440537197-14327-1-git-send-email-xypron.glpk-Mmb7MZpHnFY@public.gmane.org>
@ 2015-09-11 11:36 ` Michael Kerrisk (man-pages)
0 siblings, 0 replies; 2+ messages in thread
From: Michael Kerrisk (man-pages) @ 2015-09-11 11:36 UTC (permalink / raw)
To: Heinrich Schuchardt
Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
linux-man-u79uwXL29TY76Z2rM5mHXA
On 08/25/2015 11:13 PM, Heinrich Schuchardt wrote:
> Suggested patch
> https://lkml.org/lkml/2015/8/24/171
> indicates missing documentation.
Thanks, Heinrich. Applied.
Cheers,
Michael
> Signed-off-by: Heinrich Schuchardt <xypron.glpk-Mmb7MZpHnFY@public.gmane.org>
> ---
> man5/proc.5 | 10 ++++++++++
> 1 file changed, 10 insertions(+)
>
> diff --git a/man5/proc.5 b/man5/proc.5
> index bb648d4..85e3b76 100644
> --- a/man5/proc.5
> +++ b/man5/proc.5
> @@ -3303,6 +3303,16 @@ These variables can be read and sometimes modified using
> the \fI/proc\fP filesystem, and the (deprecated)
> .BR sysctl (2)
> system call.
> +
> +String values may be terminated by either of \'\\0\' or \'\\n\'.
> +
> +Integer and long values may be written either in decimal or in
> +hexadecimal notation (e.g. 0x3FFF).
> +When writing multiple integer or long values these may be separated
> +by either of the following whitespace characters:
> +\' \', \'\\t\', or \'\\n\'.
> +Using other separators leads to an error
> +.BR EINVAL .
> .TP
> .IR /proc/sys/abi " (since Linux 2.4.10)"
> This directory may contain files with application binary information.
>
--
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-09-11 11:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-25 21:13 [PATCH] proc.5: /proc/sys: describe whitespace characters Heinrich Schuchardt
[not found] ` <1440537197-14327-1-git-send-email-xypron.glpk-Mmb7MZpHnFY@public.gmane.org>
2015-09-11 11:36 ` Michael Kerrisk (man-pages)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).