Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/sysinst fix format string in message. ('%' -> ...



details:   https://anonhg.NetBSD.org/src/rev/3a8b3c164ccb
branches:  trunk
changeset: 480825:3a8b3c164ccb
user:      shin <shin%NetBSD.org@localhost>
date:      Fri Jan 21 11:23:01 2000 +0000

description:
fix format string in message. ('%' -> '%d')

diffstat:

 distrib/utils/sysinst/msg.mi.en |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 138e9125c122 -r 3a8b3c164ccb distrib/utils/sysinst/msg.mi.en
--- a/distrib/utils/sysinst/msg.mi.en   Fri Jan 21 11:10:51 2000 +0000
+++ b/distrib/utils/sysinst/msg.mi.en   Fri Jan 21 11:23:01 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msg.mi.en,v 1.57 2000/01/04 08:33:52 itojun Exp $      */
+/*     $NetBSD: msg.mi.en,v 1.58 2000/01/21 11:23:01 shin Exp $        */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -722,7 +722,7 @@
 
 message nobiosgeom
 {Sysinst could not automatically determine the BIOS geometry of the disk.
-The physical geometry is % cylinders %d sectors %d heads\n}
+The physical geometry is %d cylinders %d sectors %d heads\n}
 
 message biosguess
 {Using the information already on the disk, my best guess for the BIOS



Home | Main Index | Thread Index | Old Index