diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2009-11-01 19:17:09 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2009-11-01 19:17:09 +0000 |
commit | 3efc2baf403ee74c47843093d736409f75680980 (patch) | |
tree | 7b421e01d5c66eed40ac140e0019a2c18d4909b1 /usr.bin/tmux | |
parent | bf6fe86349b93e744812bf7fb31f4c14ff60da70 (diff) |
Missing setenv/showenv aliases.
Diffstat (limited to 'usr.bin/tmux')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 27517e5ef33..5fd4930ebae 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.114 2009/10/25 21:12:15 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.115 2009/11/01 19:17:08 nicm 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 |