diff options
| author | Daniel O'Callaghan <danny@FreeBSD.org> | 1998-09-30 01:46:27 +0000 |
|---|---|---|
| committer | Daniel O'Callaghan <danny@FreeBSD.org> | 1998-09-30 01:46:27 +0000 |
| commit | 3eba1a33e81f8b220541ec95c8579abda0ab4828 (patch) | |
| tree | c22d5438f4c58bed9e6b8a3b6b141fd26fdcf973 | |
| parent | f18bad6e730de06b2a2fc7d0fccb6eddde761f7d (diff) | |
Notes
| -rw-r--r-- | release/sysinstall/devices.c | 4 | ||||
| -rw-r--r-- | usr.sbin/sade/devices.c | 4 | ||||
| -rw-r--r-- | usr.sbin/sysinstall/devices.c | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/release/sysinstall/devices.c b/release/sysinstall/devices.c index 330616e5832a..d687a20eb398 100644 --- a/release/sysinstall/devices.c +++ b/release/sysinstall/devices.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: devices.c,v 1.82 1998/09/15 10:24:45 gibbs Exp $ + * $Id: devices.c,v 1.83 1998/09/26 17:05:08 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -205,7 +205,7 @@ deviceGetAll(void) char buffer[INTERFACE_MAX * sizeof(struct ifreq)]; char **names; - msgNotify("Probing devices, please wait (this can take awhile)..."); + msgNotify("Probing devices, please wait (this can take a while)..."); /* First go for the network interfaces. Stolen shamelessly from ifconfig! */ ifc.ifc_len = sizeof(buffer); ifc.ifc_buf = buffer; diff --git a/usr.sbin/sade/devices.c b/usr.sbin/sade/devices.c index 330616e5832a..d687a20eb398 100644 --- a/usr.sbin/sade/devices.c +++ b/usr.sbin/sade/devices.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: devices.c,v 1.82 1998/09/15 10:24:45 gibbs Exp $ + * $Id: devices.c,v 1.83 1998/09/26 17:05:08 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -205,7 +205,7 @@ deviceGetAll(void) char buffer[INTERFACE_MAX * sizeof(struct ifreq)]; char **names; - msgNotify("Probing devices, please wait (this can take awhile)..."); + msgNotify("Probing devices, please wait (this can take a while)..."); /* First go for the network interfaces. Stolen shamelessly from ifconfig! */ ifc.ifc_len = sizeof(buffer); ifc.ifc_buf = buffer; diff --git a/usr.sbin/sysinstall/devices.c b/usr.sbin/sysinstall/devices.c index 330616e5832a..d687a20eb398 100644 --- a/usr.sbin/sysinstall/devices.c +++ b/usr.sbin/sysinstall/devices.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: devices.c,v 1.82 1998/09/15 10:24:45 gibbs Exp $ + * $Id: devices.c,v 1.83 1998/09/26 17:05:08 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -205,7 +205,7 @@ deviceGetAll(void) char buffer[INTERFACE_MAX * sizeof(struct ifreq)]; char **names; - msgNotify("Probing devices, please wait (this can take awhile)..."); + msgNotify("Probing devices, please wait (this can take a while)..."); /* First go for the network interfaces. Stolen shamelessly from ifconfig! */ ifc.ifc_len = sizeof(buffer); ifc.ifc_buf = buffer; |
