=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-save-buffer.c,v retrieving revision 1.10 retrieving revision 1.11 diff -c -r1.10 -r1.11 *** src/usr.bin/tmux/cmd-save-buffer.c 2011/01/04 00:42:47 1.10 --- src/usr.bin/tmux/cmd-save-buffer.c 2011/10/23 00:49:25 1.11 *************** *** 1,4 **** ! /* $OpenBSD: cmd-save-buffer.c,v 1.10 2011/01/04 00:42:47 nicm Exp $ */ /* * Copyright (c) 2009 Tiago Cunha --- 1,4 ---- ! /* $OpenBSD: cmd-save-buffer.c,v 1.11 2011/10/23 00:49:25 nicm Exp $ */ /* * Copyright (c) 2009 Tiago Cunha *************** *** 25,31 **** #include "tmux.h" /* ! * Saves a session paste buffer to a file. */ int cmd_save_buffer_exec(struct cmd *, struct cmd_ctx *); --- 25,31 ---- #include "tmux.h" /* ! * Saves a paste buffer to a file. */ int cmd_save_buffer_exec(struct cmd *, struct cmd_ctx *);