diff options
author | Mattias Andrée <m@maandree.se> | 2025-01-31 19:59:22 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-01-31 19:59:22 +0100 |
commit | 66ff79748a73888b802bab4866b350989a48a136 (patch) | |
tree | 0c194581586468f3f8630e55bc83ef04d989ca80 /libenv_select_variable_list.3 | |
parent | Fix some mistakes (diff) | |
download | libenv-66ff79748a73888b802bab4866b350989a48a136.tar.gz libenv-66ff79748a73888b802bab4866b350989a48a136.tar.bz2 libenv-66ff79748a73888b802bab4866b350989a48a136.tar.xz |
Fix mistakes and add tests
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'libenv_select_variable_list.3')
-rw-r--r-- | libenv_select_variable_list.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libenv_select_variable_list.3 b/libenv_select_variable_list.3 index b38950f..a03a053 100644 --- a/libenv_select_variable_list.3 +++ b/libenv_select_variable_list.3 @@ -20,11 +20,11 @@ The .BR libenv_select_variable_list () function removes elements in .I variables -that match the name, optionally with an equals sign +that match the name, with an equals sign .RB ( = ) -followed by anything, of an environment variable that -do not belong to any of the environment variable classes -listed after the +afterward followed by anything, of an environment variable +that do not belong to any of the environment variable +classes listed after the .I variables argument. The list must end with .I LIBENV_END |