=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-new-session.c,v retrieving revision 1.52 retrieving revision 1.53 diff -c -r1.52 -r1.53 *** src/usr.bin/tmux/cmd-new-session.c 2013/10/10 12:07:36 1.52 --- src/usr.bin/tmux/cmd-new-session.c 2013/10/10 12:09:34 1.53 *************** *** 1,4 **** ! /* $OpenBSD: cmd-new-session.c,v 1.52 2013/10/10 12:07:36 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: cmd-new-session.c,v 1.53 2013/10/10 12:09:34 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 38,44 **** "[-AdDP] [-c start-directory] [-F format] [-n window-name] " "[-s session-name] " CMD_TARGET_SESSION_USAGE " [-x width] [-y height] " "[command]", ! CMD_STARTSERVER|CMD_CANTNEST|CMD_SENDENVIRON, NULL, cmd_new_session_exec }; --- 38,44 ---- "[-AdDP] [-c start-directory] [-F format] [-n window-name] " "[-s session-name] " CMD_TARGET_SESSION_USAGE " [-x width] [-y height] " "[command]", ! CMD_STARTSERVER|CMD_CANTNEST, NULL, cmd_new_session_exec };