diff options
author | 2013-03-21 17:42:36 +0000 | |
---|---|---|
committer | 2013-03-21 17:42:36 +0000 | |
commit | fb7acafee1f1caa80f3eb67131a40f46db799bd6 (patch) | |
tree | 1ae20e96880f2df3dbbf2eb6e73c3256cd37ec5f | |
parent | Fix a couple of memory leaks, from Romain Francoise. (diff) | |
download | wireguard-openbsd-fb7acafee1f1caa80f3eb67131a40f46db799bd6.tar.xz wireguard-openbsd-fb7acafee1f1caa80f3eb67131a40f46db799bd6.zip |
tweak previous; ok nicm
-rw-r--r-- | usr.bin/tmux/tmux.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 17f306888c1..3fd086a67d9 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.320 2013/03/21 16:23:46 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.321 2013/03/21 17:42:36 jmc Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -1155,7 +1155,7 @@ By default, the tree is collapsed and sessions must be expanded to windows with the right arrow key. The .Fl u -will start with all all sessions expanded instead. +option will start with all sessions expanded instead. .Pp If .Fl b @@ -1946,8 +1946,8 @@ command. .Nm also supports user options which are prefixed with a .Ql \&@ . -User options may have any name, so long as it is prefixed with -.Ql \&@, +User options may have any name, so long as they are prefixed with +.Ql \&@ , and be set to any string. For example .Bd -literal -offset indent |