From owner-freebsd-commit Thu Jan 25 15:44:42 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA18225 for freebsd-commit-outgoing; Thu, 25 Jan 1996 15:44:42 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA18212 for cvs-all-outgoing; Thu, 25 Jan 1996 15:44:38 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA18200 for cvs-sbin-outgoing; Thu, 25 Jan 1996 15:44:36 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA18190 Thu, 25 Jan 1996 15:44:34 -0800 (PST) Date: Thu, 25 Jan 1996 15:44:34 -0800 (PST) From: Joerg Wunsch Message-Id: <199601252344.PAA18190@freefall.freebsd.org> To: CVS-committers, cvs-sbin Subject: cvs commit: src/sbin/newfs mkfs.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk joerg 96/01/25 15:44:34 Modified: sbin/newfs mkfs.c Log: Make the numbers for the "superblock backups" fit nicely on the screen, even for larger partitions. Until now, partition sizes > 500 MB messed up the screen. Revision Changes Path 1.9 +35 -1 src/sbin/newfs/mkfs.c