=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/logmsg.c,v retrieving revision 1.11 retrieving revision 1.12 diff -c -r1.11 -r1.12 *** src/usr.bin/cvs/logmsg.c 2005/01/03 21:08:12 1.11 --- src/usr.bin/cvs/logmsg.c 2005/02/26 21:51:33 1.12 *************** *** 1,4 **** ! /* $OpenBSD: logmsg.c,v 1.11 2005/01/03 21:08:12 jfb Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: logmsg.c,v 1.12 2005/02/26 21:51:33 david Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. *************** *** 158,164 **** * * Get a log message by forking and executing the user's editor. The * argument is a relative path to the directory for which the log message ! * applies, and the 3 tail queue arguemnts contains all the files for which the * log message will apply. Any of these arguments can be set to NULL in the * case where there is no information to display. * Returns the message in a dynamically allocated string on success, NULL on --- 158,164 ---- * * Get a log message by forking and executing the user's editor. The * argument is a relative path to the directory for which the log message ! * applies, and the 3 tail queue arguments contains all the files for which the * log message will apply. Any of these arguments can be set to NULL in the * case where there is no information to display. * Returns the message in a dynamically allocated string on success, NULL on