From a72ad1ba17ce36ba37e81113e7873ec9c9f70ec4 Mon Sep 17 00:00:00 2001 From: AGSPhoenix Date: Wed, 16 May 2018 00:24:27 -0400 Subject: [PATCH] Documentation consistency tweaks --- protocol.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol.txt b/protocol.txt index a19234a..bbc2532 100644 --- a/protocol.txt +++ b/protocol.txt @@ -11,7 +11,7 @@ Parameters as GET: * cpu_model: CPU's model, on linux it can be found in /proc/cpuinfo via the attribute "model". * cpu_model_name: CPU's model in human readable format, on linux it can be found in /proc/cpuinfo via the attribute "model name". * cpu_cores: Number of cores (or thread) available. - * ram: Memory available in kilobytes. + * ram: Memory available (in kilobytes). * ram_max: Maximum memory allowed for renderer (in kilobytes). * extras (optional): Extra data used for the configuration. * hostname (optional): Hostname of the machine, useful for distinguishing multiple machines with the same hardware configuration. Only used for display on the website.