make the description text for special label offset a bit more explicit

adresses install/13026 by John P. Refling
This commit is contained in:
jdolecek 2002-12-23 10:29:57 +00:00
parent 1bfd32c4f3
commit b42b75087b
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: label.c,v 1.22 2002/12/05 01:17:16 fvdl Exp $ */
/* $NetBSD: label.c,v 1.23 2002/12/23 10:29:57 jdolecek Exp $ */
/*
* Copyright 1997 Jonathan Stone
@ -36,7 +36,7 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
__RCSID("$NetBSD: label.c,v 1.22 2002/12/05 01:17:16 fvdl Exp $");
__RCSID("$NetBSD: label.c,v 1.23 2002/12/23 10:29:57 jdolecek Exp $");
#endif
#include <sys/types.h>
@ -336,7 +336,7 @@ getpartoff(msg_no, defpartstart)
maxpartc = 'a' + getmaxpartitions() - 1;
while (1) {
msg_table_add(MSG_label_offset_special, maxpartc);
msg_table_add(MSG_label_offset_special, maxpartc, maxpartc);
snprintf (isize, 20, "%d", (defpartstart)/sizemult);
msg_prompt_add(msg_no, (defpartstart > 0) ? isize : NULL,
isize, 20);

View File

@ -1,4 +1,4 @@
/* $NetBSD: msg.mi.en,v 1.92 2002/08/12 02:22:52 grant Exp $ */
/* $NetBSD: msg.mi.en,v 1.93 2002/12/23 10:29:57 jdolecek Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -860,7 +860,7 @@ message label_offset_special
{
Special values that can be entered for the offset value:
-1: start at the beginning of the NetBSD part of the disk
a-%c: start at the end of partition X
a-%c: start at the end of previous partition (a, b, ..., %c)
}