diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-11-02 21:35:40 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-11-02 21:35:40 +0000 |
commit | 47f69075a0d9abf031585eb86bea1646a3bf32eb (patch) | |
tree | 007ff1204743adaa387246e263b9766f9fbb2d6c | |
parent | b4beb1a5cb427caf11b13fd58312545c8025cbc0 (diff) | |
download | rtmux-47f69075a0d9abf031585eb86bea1646a3bf32eb.tar.gz rtmux-47f69075a0d9abf031585eb86bea1646a3bf32eb.tar.bz2 rtmux-47f69075a0d9abf031585eb86bea1646a3bf32eb.zip |
Sync OpenBSD patchset 474:
Missing setenv/showenv aliases.
-rw-r--r-- | tmux.1 | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.196 2009-10-28 22:49:22 tcunha Exp $ +.\" $Id: tmux.1,v 1.197 2009-11-02 21:35:40 tcunha Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -14,7 +14,7 @@ .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: October 25 2009 $ +.Dd $Mdocdate: November 1 2009 $ .Dt TMUX 1 .Os .Sh NAME @@ -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 |