=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/roff.c,v retrieving revision 1.60 retrieving revision 1.61 diff -c -r1.60 -r1.61 *** src/usr.bin/mandoc/roff.c 2013/12/15 21:18:00 1.60 --- src/usr.bin/mandoc/roff.c 2013/12/25 00:50:03 1.61 *************** *** 1,4 **** ! /* $Id: roff.c,v 1.60 2013/12/15 21:18:00 schwarze Exp $ */ /* * Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons * Copyright (c) 2010, 2011, 2012, 2013 Ingo Schwarze --- 1,4 ---- ! /* $Id: roff.c,v 1.61 2013/12/25 00:50:03 schwarze Exp $ */ /* * Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons * Copyright (c) 2010, 2011, 2012, 2013 Ingo Schwarze *************** *** 1729,1735 **** /* * Collect pointers to macro argument strings ! * and null-terminate them. */ cp = *bufp + pos; for (i = 0; i < 9; i++) --- 1729,1735 ---- /* * Collect pointers to macro argument strings ! * and NUL-terminate them. */ cp = *bufp + pos; for (i = 0; i < 9; i++)