diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-08-19 16:10:27 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-08-19 16:10:27 +0000 |
commit | 4a8a01d35f4b9c36930ca8a50dadbd7554d865a6 (patch) | |
tree | 6a3a26b21f95ae08bb2299d3762690e20c7e91a2 | |
parent | b5ec501d67b2436abc0f4f4e6bf15f7fa7d17e20 (diff) |
tweak previous;
-rw-r--r-- | usr.bin/tmux/tmux.1 | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 372b33daa12..1a009208940 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.73 2009/08/19 10:39:50 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.74 2009/08/19 16:10:26 jmc Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -1685,17 +1685,20 @@ if it is present, or if not. Before the command is executed, the first occurrence of the string .Ql %% -and all occurences of +and all occurrences of .Ql %1 are replaced by the response to the first prompt, the second .Ql %% and all .Ql %2 are replaced with the response to the second prompt, and so on for further -prompts. Up to nine prompt responses may be replaced -.Ns ( Ql %1 +prompts. +Up to nine prompt responses may be replaced +.Po +.Ql %1 to -.Ns Ql %9 ) . +.Ql %9 +.Pc . .It Xo Ic confirm-before .Op Fl t Ar target-client .Ar command |