From 4bbafcc359bf12f19f1ec232a2412195183d4ad5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 10 Aug 2021 17:19:31 +0200 Subject: homectl: allow --setenv=FOO --- man/homectl.xml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'man/homectl.xml') diff --git a/man/homectl.xml b/man/homectl.xml index 4b0b120ca8..245ebcee00 100644 --- a/man/homectl.xml +++ b/man/homectl.xml @@ -288,12 +288,16 @@ - VARIABLE=VALUE + VARIABLE[=VALUE] - Takes an environment variable assignment to set for all user processes. Note that a - number of other settings also result in environment variables to be set for the user, including - , and . May be used - multiple times to set multiple environment variables. + Takes an environment variable assignment to set for all user processes. May be used + multiple times to set multiple environment variables. When = and + VALUE are omitted, the value of the variable with the same name in the + program environment will be used. + + Note that a number of other settings also result in environment variables to be set for the + user, including , and + . -- cgit v1.2.1