=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/fmt/fmt.c,v retrieving revision 1.13 retrieving revision 1.14 diff -c -r1.13 -r1.14 *** src/usr.bin/fmt/fmt.c 1998/12/14 21:50:32 1.13 --- src/usr.bin/fmt/fmt.c 1999/12/15 05:34:33 1.14 *************** *** 1,4 **** ! /* $OpenBSD: fmt.c,v 1.13 1998/12/14 21:50:32 millert Exp $ */ /* Sensible version of fmt * --- 1,4 ---- ! /* $OpenBSD: fmt.c,v 1.14 1999/12/15 05:34:33 deraadt Exp $ */ /* Sensible version of fmt * *************** *** 168,174 **** #ifndef lint static const char rcsid[] = ! "$OpenBSD: fmt.c,v 1.13 1998/12/14 21:50:32 millert Exp $"; static const char copyright[] = "Copyright (c) 1997 Gareth McCaughan. All rights reserved.\n"; #endif /* not lint */ --- 168,174 ---- #ifndef lint static const char rcsid[] = ! "$OpenBSD: fmt.c,v 1.14 1999/12/15 05:34:33 deraadt Exp $"; static const char copyright[] = "Copyright (c) 1997 Gareth McCaughan. All rights reserved.\n"; #endif /* not lint */ *************** *** 290,296 **** continue; case 'd': sentence_enders = XMALLOC(strlen(optarg)+1); ! strcpy(sentence_enders, optarg); continue; case 'l': output_tab_width --- 290,296 ---- continue; case 'd': sentence_enders = XMALLOC(strlen(optarg)+1); ! strcpy(sentence_enders, optarg); /* ok */ continue; case 'l': output_tab_width