summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2017-01-30 01:27:12 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2017-01-30 01:27:12 +0900
commit7763fdf6ba51190b4c374aa663379fdad31e81eb (patch)
tree600efaa5003db606db352d45be174ec5f32a306a
parentdd156b59fc5f36a339e6bf632a72eda51b939eee (diff)
Update man pages
-rw-r--r--man/man1/fzf-tmux.12
-rw-r--r--man/man1/fzf.18
2 files changed, 6 insertions, 4 deletions
diff --git a/man/man1/fzf-tmux.1 b/man/man1/fzf-tmux.1
index bd7c756d..b243dbd5 100644
--- a/man/man1/fzf-tmux.1
+++ b/man/man1/fzf-tmux.1
@@ -21,7 +21,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
..
-.TH fzf-tmux 1 "Jan 2017" "fzf 0.16.2" "fzf-tmux - open fzf in tmux split pane"
+.TH fzf-tmux 1 "Jan 2017" "fzf 0.16.3" "fzf-tmux - open fzf in tmux split pane"
.SH NAME
fzf-tmux - open fzf in tmux split pane
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1
index f7472733..f7d3a441 100644
--- a/man/man1/fzf.1
+++ b/man/man1/fzf.1
@@ -21,7 +21,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
..
-.TH fzf 1 "Jan 2017" "fzf 0.16.2" "fzf - a command-line fuzzy finder"
+.TH fzf 1 "Jan 2017" "fzf 0.16.3" "fzf - a command-line fuzzy finder"
.SH NAME
fzf - a command-line fuzzy finder
@@ -541,9 +541,11 @@ comma-separated list of key-action pairs.
.RE
fzf switches to the alternate screen when executing a command. However, if the
-process is expected to complete quickly, and you are not interested in its
+command is expected to complete quickly, and you are not interested in its
output, you might want to use \fBexecute-silent\fR instead, which silently
-executes the command without switching.
+executes the command without the switching. Note that fzf will not be
+responsible until the command is complete. For asynchronous execution, start
+your command as a background process (i.e. appending \fB&\fR).
.SH AUTHOR
Junegunn Choi (\fIjunegunn.c@gmail.com\fR)