diff options
author | 2018-05-09 16:20:50 +0000 | |
---|---|---|
committer | 2018-05-09 16:20:50 +0000 | |
commit | e4670ddb24e840b7b3acea7dcf4d0e467f5a99eb (patch) | |
tree | 503fce59b0eb842e69db33e9f6a29062fb637a21 | |
parent | Cleanup IPsec ESP error handling with consistent goto drop. (diff) | |
download | wireguard-openbsd-e4670ddb24e840b7b3acea7dcf4d0e467f5a99eb.tar.xz wireguard-openbsd-e4670ddb24e840b7b3acea7dcf4d0e467f5a99eb.zip |
Mention allow-rename with \033k.
-rw-r--r-- | usr.bin/tmux/tmux.1 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 9d849554df9..e9eefb60006 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.596 2018/04/23 13:51:21 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.597 2018/05/09 16:20:50 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com> .\" @@ -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: April 23 2018 $ +.Dd $Mdocdate: May 9 2018 $ .Dt TMUX 1 .Os .Sh NAME @@ -3821,7 +3821,9 @@ for or .Ic new-session ) . .It -An escape sequence: +An escape sequence (if the +.Ic allow-rename +option is turned on): .Bd -literal -offset indent $ printf '\e033kWINDOW_NAME\e033\e\e' .Ed |