diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-11-01 19:17:08 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-11-01 19:17:08 +0000 |
commit | 32299e401039e9c88e430516e9d85d59d551b859 (patch) | |
tree | eec2bf1bb241828afc001635a392c5662efc3537 | |
parent | e8b25188ade1b9a680ad8195a501e23a017be691 (diff) | |
download | rtmux-32299e401039e9c88e430516e9d85d59d551b859.tar.gz rtmux-32299e401039e9c88e430516e9d85d59d551b859.tar.bz2 rtmux-32299e401039e9c88e430516e9d85d59d551b859.zip |
Missing setenv/showenv aliases.
-rw-r--r-- | tmux.1 | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1838,6 +1838,7 @@ Commands to alter and view the environment are: .Op Fl t Ar target-session .Ar name Op Ar value .Xc +.D1 (alias: Ic setenv ) Set or unset an environment variable. If .Fl g @@ -1854,6 +1855,7 @@ new process. .Op Fl g .Op Fl t Ar target-session .Xc +.D1 (alias: Ic showenv ) Display the environment for .Ar target-session or the global environment with |