diff --git a/reference/info/functions/cli-get-process-title.xml b/reference/info/functions/cli-get-process-title.xml index 3862b88844..ebf3832913 100644 --- a/reference/info/functions/cli-get-process-title.xml +++ b/reference/info/functions/cli-get-process-title.xml @@ -4,7 +4,7 @@ cli_get_process_title - Return current process title + Returns the current process title @@ -14,10 +14,16 @@ - Available only in CLI. + Returns the current process title, as set by + cli_set_process_title. Note that this may not exactly + match what is shown in ps or top, + depending on your operating system. - &warn.undocumented.func; + + This function is available only in + CLI mode. + @@ -33,7 +39,23 @@ + + &reftitle.errors; + + + An E_WARNING will be generated if the operating system + is unsupported. + + + + &reftitle.seealso; + + + cli_set_process_title + + +