diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-05-25 09:35:07 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-05-25 09:35:07 +0000 |
commit | ff432098de2d5842c14d8c622c1ae8cbccef077a (patch) | |
tree | 0f1ef449daa761084496477fc17810b5cd7e56ba /usr.sbin | |
parent | dcb0b47949a88bddd07623f8ada8c7ff35456185 (diff) |
missing :; tv
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/config/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/config/main.c b/usr.sbin/config/main.c index f3e94a6c51e..9923d459187 100644 --- a/usr.sbin/config/main.c +++ b/usr.sbin/config/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.16 1997/11/13 08:21:54 deraadt Exp $ */ +/* $OpenBSD: main.c,v 1.17 1998/05/25 09:35:06 deraadt Exp $ */ /* $NetBSD: main.c,v 1.22 1997/02/02 21:12:33 thorpej Exp $ */ /* @@ -483,7 +483,7 @@ cfcrosscheck(cf, what, nv) devminor >= 0) goto loop; (void)fprintf(stderr, - "%s%d: %s says %s on %s, but there's no %s\n", + "%s:%d: %s says %s on %s, but there's no %s\n", conffile, cf->cf_lineno, cf->cf_name, what, nv->nv_str, nv->nv_str); errs++; |