diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-12-08 00:48:22 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-12-08 00:48:22 +0000 |
commit | b580a551914ae398162b0eec9bcbfa5901fabcdd (patch) | |
tree | 17d3033c51be0dde214348f7e3b767dc38efc0b4 /tmux.1 | |
parent | ff16836d1de31b81bc093c42e4c336fb7e12306f (diff) | |
download | rtmux-b580a551914ae398162b0eec9bcbfa5901fabcdd.tar.gz rtmux-b580a551914ae398162b0eec9bcbfa5901fabcdd.tar.bz2 rtmux-b580a551914ae398162b0eec9bcbfa5901fabcdd.zip |
pty(7) -> pty(4)
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -370,7 +370,7 @@ These specify the client, session, window or pane which a command should affect. .Pp .Ar target-client is the name of the -.Xr pty 7 +.Xr pty 4 file to which the client is connected, for example either of .Pa /dev/ttyp1 or @@ -1319,7 +1319,7 @@ interactively from a list. After a client is chosen, .Ql %% is replaced by the client -.Xr pty 7 +.Xr pty 4 path in .Ar template and the result executed as a command. @@ -4165,6 +4165,6 @@ bind-key / command-prompt "split-window 'exec man %%'" bind-key S command-prompt "new-window -n %1 'ssh %1'" .Ed .Sh SEE ALSO -.Xr pty 7 +.Xr pty 4 .Sh AUTHORS .An Nicholas Marriott Aq Mt nicm@users.sourceforge.net |