diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2007-12-30 13:38:48 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2007-12-30 13:38:48 +0000 |
commit | c75bf0233db9b872ed3936d8bbed1c271d977a18 (patch) | |
tree | b132afff2f2c0a465892ff09e8256d730444a239 /usr.sbin/dhcpd/dhcpd.c | |
parent | 60b91c352f6d2e1f1f3bb1062224d9e28c0a4e82 (diff) |
add missing space between argument names and ellipsis
ok jmc@
Diffstat (limited to 'usr.sbin/dhcpd/dhcpd.c')
-rw-r--r-- | usr.sbin/dhcpd/dhcpd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/dhcpd/dhcpd.c b/usr.sbin/dhcpd/dhcpd.c index 5d985900c93..ede422d2266 100644 --- a/usr.sbin/dhcpd/dhcpd.c +++ b/usr.sbin/dhcpd/dhcpd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dhcpd.c,v 1.33 2007/07/24 15:31:04 stevesk Exp $ */ +/* $OpenBSD: dhcpd.c,v 1.34 2007/12/30 13:38:47 sobrado Exp $ */ /* * Copyright (c) 2004 Henning Brauer <henning@cvs.openbsd.org> @@ -191,7 +191,7 @@ usage(void) fprintf(stderr, " [-C changed_ip_table]\n"); fprintf(stderr, "\t[-c config-file] [-L leased_ip_table]"); fprintf(stderr, " [-l lease-file]\n"); - fprintf(stderr, "\t[if0 [...ifN]]\n"); + fprintf(stderr, "\t[if0 [... ifN]]\n"); exit(1); } |