Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/utils/sysinst get rid of some annoying (bad-looking)...



details:   https://anonhg.NetBSD.org/src/rev/b759df5a79f9
branches:  trunk
changeset: 473773:b759df5a79f9
user:      cgd <cgd%NetBSD.org@localhost>
date:      Fri Jun 18 23:14:01 1999 +0000

description:
get rid of some annoying (bad-looking) and unnecessary spaces in the
network name/address/etc. prompts.

diffstat:

 distrib/utils/sysinst/msg.mi.eng |  20 ++++++++++----------
 distrib/utils/sysinst/msg.mi.fr  |  14 +++++++-------
 2 files changed, 17 insertions(+), 17 deletions(-)

diffs (98 lines):

diff -r 4d0e57f1988d -r b759df5a79f9 distrib/utils/sysinst/msg.mi.eng
--- a/distrib/utils/sysinst/msg.mi.eng  Fri Jun 18 20:27:59 1999 +0000
+++ b/distrib/utils/sysinst/msg.mi.eng  Fri Jun 18 23:14:01 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msg.mi.eng,v 1.41 1999/05/02 13:07:15 fvdl Exp $       */
+/*     $NetBSD: msg.mi.eng,v 1.42 1999/06/18 23:14:01 cgd Exp $        */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -441,12 +441,12 @@
 
 message asknetdev
 {I have found the following network interfaces: %s
-\nWhich device shall I use? }
+\nWhich device shall I use?}
 
 message badnet
 {You did not choose one of the listed network devices.  Please try again.
 The following network devices are available: %s
-\nWhich device shall I use? }
+\nWhich device shall I use?}
 
 message netinfo
 {To be able to use the network, we need answers to the following:
@@ -454,25 +454,25 @@
 }
 
 message net_domain
-{Your domain }
+{Your domain}
 
 message net_host
-{Your host name }
+{Your host name}
 
 message net_ip
-{Your IP number }
+{Your IP number}
 
 message net_mask
-{Netmask }
+{Netmask}
 
 message net_namesrv
-{IP of your name server }
+{IP of your name server}
 
 message net_defroute
-{IP of your gateway }
+{IP of your gateway}
 
 message net_media
-{Network media type }
+{Network media type}
 
 message netok
 {The following are the values you entered.  Are they OK?
diff -r 4d0e57f1988d -r b759df5a79f9 distrib/utils/sysinst/msg.mi.fr
--- a/distrib/utils/sysinst/msg.mi.fr   Fri Jun 18 20:27:59 1999 +0000
+++ b/distrib/utils/sysinst/msg.mi.fr   Fri Jun 18 23:14:01 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msg.mi.fr,v 1.18 1999/05/18 18:07:25 bouyer Exp $      */
+/*     $NetBSD: msg.mi.fr,v 1.19 1999/06/18 23:14:01 cgd Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -465,25 +465,25 @@
 }
 
 message net_domain
-{Votre domaine (DNS) }
+{Votre domaine (DNS)}
 
 message net_host
-{Votre nom de machine }
+{Votre nom de machine}
 
 message net_ip
-{Votre numéro IP }
+{Votre numéro IP}
 
 message net_mask
-{Votre masque de réseau (netmask) }
+{Votre masque de réseau (netmask)}
 
 message net_namesrv
-{L'adresse IP de votre serveur de nom }
+{L'adresse IP de votre serveur de nom}
 
 message net_defroute
 {L'adresee IP de votre passerelle ("gateway")}
 
 message net_media
-{Type de réseau (media) }
+{Type de réseau (media)}
 
 message netok
 {Vous avez spécifié les valeurs suivantes. Sont elles exactes?



Home | Main Index | Thread Index | Old Index