Update of /cvsroot/tmux/tmux
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv13004

Modified Files:
        cmd-suspend-client.c tmux.1 
Log Message:
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.


Index: cmd-suspend-client.c
===================================================================
RCS file: /cvsroot/tmux/tmux/cmd-suspend-client.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- cmd-suspend-client.c        14 Nov 2009 17:56:39 -0000      1.5
+++ cmd-suspend-client.c        3 Jan 2011 23:33:12 -0000       1.6
@@ -29,14 +29,9 @@
 
 int    cmd_suspend_client_exec(struct cmd *, struct cmd_ctx *);
 
-struct cmd_suspend_client_data {
-       char    *name;
-       char    *target;
-};
-
 const struct cmd_entry cmd_suspend_client_entry = {
        "suspend-client", "suspendc",
-       "[-c target-client]",
+       CMD_TARGET_CLIENT_USAGE,
        0, "",
        cmd_target_init,
        cmd_target_parse,

Index: tmux.1
===================================================================
RCS file: /cvsroot/tmux/tmux/tmux.1,v
retrieving revision 1.284
retrieving revision 1.285
diff -u -d -r1.284 -r1.285
--- tmux.1      3 Jan 2011 23:29:09 -0000       1.284
+++ tmux.1      3 Jan 2011 23:33:12 -0000       1.285
@@ -661,7 +661,7 @@
 .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


------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to