Correct the printout of the partition start and size values.

This commit is contained in:
rnestor 2002-09-03 00:35:53 +00:00
parent ae8d1b60df
commit 4ca44777d6
3 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.c,v 1.23 2002/07/18 05:35:00 scottr Exp $ */
/* $NetBSD: md.c,v 1.24 2002/09/03 00:35:53 rnestor Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -532,8 +532,8 @@ disp_selected_part(sel)
getName(&map.blk[j], sizeof(name), name);
bzb = (EBZB *)&map.blk[j].pmBootArgs[0];
msg_table_add(MSG_part_row, diskdev,
bzb->flags.part, map.blk[j].pmPartBlkCnt,
map.blk[j].pmPyPartStart, fstyp, use, name);
bzb->flags.part, map.blk[j].pmPyPartStart,
map.blk[j].pmPartBlkCnt, fstyp, use, name);
if (i == sel) msg_standend();
}
return;

View File

@ -1,4 +1,4 @@
/* $NetBSD: msg.md.en,v 1.13 2002/08/12 02:22:55 grant Exp $ */
/* $NetBSD: msg.md.en,v 1.14 2002/09/03 00:35:53 rnestor Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -80,7 +80,7 @@ you have completed your partition setups.
Shall we continue?}
message part_header
{Part start size fstype use mount point (name)
{Part start size fstype use mount point (name)
---- ---------- ---------- ------ --------- ------------------\n}
message part_row

View File

@ -1,4 +1,4 @@
/* $NetBSD: msg.md.pl,v 1.3 2002/08/12 02:22:55 grant Exp $ */
/* $NetBSD: msg.md.pl,v 1.4 2002/09/03 00:35:53 rnestor Exp $ */
/* Based on english version: */
/* NetBSD: msg.md.en,v 1.10 2001/07/26 22:47:34 wiz Exp */
@ -81,7 +81,7 @@ na dysk, dopoki nie ukonczysz ustawiania partycji.
Kontynuowac?}
message part_header
{Part przesun rozmiar FStype uzycie punk montazu (nazwa)
{Part przesun rozmiar FStype uzycie punk montazu (nazwa)
---- ---------- ---------- ------ --------- ------------------\n}
message part_row