Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/lib/libsa pull up rev 1.15 (approved by thorpej):



details:   https://anonhg.NetBSD.org/src/rev/72d2c61500ab
branches:  netbsd-1-5
changeset: 489651:72d2c61500ab
user:      lukem <lukem%NetBSD.org@localhost>
date:      Tue Oct 03 00:35:47 2000 +0000

description:
pull up rev 1.15 (approved by thorpej):
        fix a prompt to say `press return' instead of `type return'

diffstat:

 sys/lib/libsa/ustarfs.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ecbce06cabf7 -r 72d2c61500ab sys/lib/libsa/ustarfs.c
--- a/sys/lib/libsa/ustarfs.c   Mon Oct 02 23:42:34 2000 +0000
+++ b/sys/lib/libsa/ustarfs.c   Tue Oct 03 00:35:47 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ustarfs.c,v 1.14 1999/11/13 21:17:57 thorpej Exp $     */
+/*     $NetBSD: ustarfs.c,v 1.14.4.1 2000/10/03 00:35:47 lukem Exp $   */
 
 /* [Notice revision 2.2]
  * Copyright (c) 1997, 1998 Avalon Computer Systems, Inc.
@@ -269,7 +269,7 @@
                printf("\nPlease ");
                if (havevolume >= 0)
                        printf("remove disk %d, ", havevolume + 1);
-               printf("insert disk %d, and type return...",
+               printf("insert disk %d, and press return...",
                        needvolume + 1);
                getchar();
                printf("\n");



Home | Main Index | Thread Index | Old Index