diff options
author | Tiago Cunha <tcunha@gmx.com> | 2011-01-03 23:33:12 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2011-01-03 23:33:12 +0000 |
commit | a0e7facee677c217231310788d189d32ddc8436e (patch) | |
tree | ab3b39c548aa7a33449229324bd4f73b624252f4 /tmux.1 | |
parent | a24b67fc5a750c6ea67e41a3b323eea8fa02a29e (diff) | |
download | rtmux-a0e7facee677c217231310788d189d32ddc8436e.tar.gz rtmux-a0e7facee677c217231310788d189d32ddc8436e.tar.bz2 rtmux-a0e7facee677c217231310788d189d32ddc8436e.zip |
Sync OpenBSD patchset 825:
suspend-client has used -t for the client target (like everything else)
for ages, fix the usage string and man page and trim some leftover code.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.284 2011-01-03 23:29:09 tcunha Exp $ +.\" $Id: tmux.1,v 1.285 2011-01-03 23:33:12 tcunha Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -661,7 +661,7 @@ Start the .Nm server, if not already running, without creating any sessions. .It Xo Ic suspend-client -.Op Fl c Ar target-client +.Op Fl t Ar target-client .Xc .D1 (alias: Ic suspendc ) Suspend a client by sending |