diff --git a/alliance/src/vasy/man1/vasy.1 b/alliance/src/vasy/man1/vasy.1 index 285f1893..bfba8045 100644 --- a/alliance/src/vasy/man1/vasy.1 +++ b/alliance/src/vasy/man1/vasy.1 @@ -1,4 +1,4 @@ -.\" $Id: vasy.1,v 1.2 2002/10/17 17:00:06 xtof Exp $ +.\" $Id: vasy.1,v 1.3 2003/02/17 10:31:17 francois Exp $ .\" @(#)Labo.l 2.2 95/09/24 UPMC; Author: Jacomme L. .pl -.4 .TH VASY 1 "November 26, 1999" "ASIM/LIP6" "CAO\-VLSI Reference Manual" @@ -90,7 +90,7 @@ all signals that must be kept during the synthesis step, using \fBboom\fP (see boom(1) for details). (taken into account only with option -a). .TP 10 \f4\-P file\fP -Specifies a file containing a list of logical and physical package name: +Specifies a 'file.pkg' containing a list of logical and physical package name: .nf # Example work.constants.all : pkg_constants diff --git a/alliance/src/vbl/src/vbl_parse.c b/alliance/src/vbl/src/vbl_parse.c index 67efc10f..fc267771 100644 --- a/alliance/src/vbl/src/vbl_parse.c +++ b/alliance/src/vbl/src/vbl_parse.c @@ -185,7 +185,7 @@ void getvbpkg( FileName, Extention ) if ( ! VbhFigure->IS_PACKAGE ) { - fprintf( stdout, "ERROR file %s is not a package\n", PhysicalName ); + fprintf( stdout, "ERROR file %s.pkg is not a package\n", PhysicalName ); autexit( 1 ); } @@ -200,7 +200,7 @@ void getvbpkg( FileName, Extention ) } else { - fprintf( stdout, "Error opening package file list %s\n", FileName ); + fprintf( stdout, "Error opening package file list %s.pkg\n", FileName ); autexit( 1 ); } }