Source-Changes-HG archive

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

[src/trunk]: src/sbin/fdisk/mbr Because of space constraints, error messages ...



details:   https://anonhg.NetBSD.org/src/rev/015131b12e40
branches:  trunk
changeset: 472557:015131b12e40
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Sun May 02 12:18:40 1999 +0000

description:
Because of space constraints, error messages got shortened. Reflect this
in the manual page.

diffstat:

 sbin/fdisk/mbr/mbr.8 |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (30 lines):

diff -r 94d28b83d96f -r 015131b12e40 sbin/fdisk/mbr/mbr.8
--- a/sbin/fdisk/mbr/mbr.8      Sun May 02 12:17:48 1999 +0000
+++ b/sbin/fdisk/mbr/mbr.8      Sun May 02 12:18:40 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mbr.8,v 1.2 1999/04/28 23:27:02 fvdl Exp $
+.\"    $NetBSD: mbr.8,v 1.3 1999/05/02 12:18:40 fvdl Exp $
 .Dd April 13, 1999
 .Dt MBR 8 i386
 .Os
@@ -64,16 +64,16 @@
 selection is picked.
 
 .Sh DIAGNOSTIC
-The following messages may be printed in case of an error condition,
+The following error numbers may be printed in case of an error condition,
 (after which the user must restart the system):
 .Bl -tag -width Er
-.It E1
+.It 1
 Invalid partition table. The MBR has a partition table without an
 active partition.
-.It E2
+.It 2
 Read error. There was an error reading the bootsector for the
 partition or drive selected.
-.It E3
+.It 3
 No operating system. The bootsector was loaded successfully, but
 it was not valid (i.e. the magic number check failed).
 .El



Home | Main Index | Thread Index | Old Index