diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-10-16 13:13:28 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-10-16 13:13:28 +0000 |
commit | 3f98b13d8afebda1bccfe76e1c9c69e4da08ebaf (patch) | |
tree | e2fdf9f2ae8c2defe72f96654d60af5fa1b64a5e | |
parent | a3a88be5b270ed8bc639b57ccc0146774bad7d8b (diff) |
Fix typo.
-rw-r--r-- | usr.sbin/config/ukc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/config/ukc.c b/usr.sbin/config/ukc.c index 6b4907e24fa..92c66e74a70 100644 --- a/usr.sbin/config/ukc.c +++ b/usr.sbin/config/ukc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ukc.c,v 1.1 1999/10/04 20:00:51 deraadt Exp $ */ +/* $OpenBSD: ukc.c,v 1.2 1999/10/16 13:13:27 aaron Exp $ */ /* * Copyright (c) 1999 Mats O Jansson. All rights reserved. @@ -30,7 +30,7 @@ */ #ifndef LINT -static char rcsid[] = "$OpenBSD: ukc.c,v 1.1 1999/10/04 20:00:51 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: ukc.c,v 1.2 1999/10/16 13:13:27 aaron Exp $"; #endif #include <sys/types.h> @@ -120,7 +120,7 @@ ukc(file, outfile, uflag, force) printf("%s", adjust((caddr_t)nl[P_VERSION].n_value)); if (force == 0 && outfile == NULL) - printf("warning: not output file specified\n"); + printf("warning: no output file specified\n"); init(); |