diff options
author | Tiago Cunha <tcunha@gmx.com> | 2011-10-02 11:31:34 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2011-10-02 11:31:34 +0000 |
commit | 326c5bf1b41add03287539c16b8b4192914fb3b5 (patch) | |
tree | 9220efacc6a22a58ca142834fd5e8bb8c7d22314 | |
parent | 550906cb0958570ea72aaf5f1811b2a52206e5a6 (diff) | |
download | rtmux-326c5bf1b41add03287539c16b8b4192914fb3b5.tar.gz rtmux-326c5bf1b41add03287539c16b8b4192914fb3b5.tar.bz2 rtmux-326c5bf1b41add03287539c16b8b4192914fb3b5.zip |
Sync OpenBSD patchset 959:
Tweaks to the format parts, from Tiago Cunha.
-rw-r--r-- | tmux.1 | 20 |
1 files changed, 12 insertions, 8 deletions
@@ -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: August 26 2011 $ +.Dd $Mdocdate: September 23 2011 $ .Dt TMUX 1 .Os .Sh NAME @@ -620,10 +620,14 @@ is specified, list only clients connected to that session. .D1 (alias: Ic lscm ) List the syntax of all commands supported by .Nm . -.It Ic list-sessions -.Op Fl F Ar format +.It Ic list-sessions Op Fl F Ar format .D1 (alias: Ic ls ) List all sessions managed by the server. +For the meaning of the +.Fl F +flag, see the +.Sx FORMATS +section. .It Ic lock-client Op Fl t Ar target-client .D1 (alias: Ic lockc ) Lock @@ -631,11 +635,6 @@ Lock see the .Ic lock-server command. -For the meaning of the -.Fl F -flag, see the -.Sx FORMATS -section. .It Ic lock-session Op Fl t Ar target-session .D1 (alias: Ic locks ) Lock all clients attached to @@ -1174,6 +1173,11 @@ is a session (or the current session). If neither is given, .Ar target is a window (or the current window). +For the meaning of the +.Fl F +flag, see the +.Sx FORMATS +section. .It Xo Ic list-windows .Op Fl a .Op Fl F Ar format |