fix head manpage

This commit is contained in:
Connor Lane Smith
2011-05-25 11:56:04 +01:00
parent 262f357fdd
commit 416a068df6
2 changed files with 4 additions and 3 deletions

4
date.c
View File

@@ -8,8 +8,8 @@
int
main(int argc, char *argv[])
{
char buf[BUFSIZ], c, *end;
char *fmt = "%c";
char buf[BUFSIZ], c;
char *end, *fmt = "%c";
struct tm *now = NULL;
time_t t;