# 
# $Copyright
# Copyright 1993, 1994, 1995  Intel Corporation
# INTEL CONFIDENTIAL
# The technical data and computer software contained herein are subject
# to the copyright notices; trademarks; and use and disclosure
# restrictions identified in the file located in /etc/copyright on
# this system.
# Copyright$
# 
 
#
# (c) Copyright 1990, OPEN SOFTWARE FOUNDATION, INC.
# ALL RIGHTS RESERVED
#
#
# OSF/1 Release 1.0

#
# IBM CONFIDENTIAL
# Copyright International Business Machines Corp. 1989
# Unpublished Work
# All Rights Reserved
# Licensed Material - Property of IBM
# US Government Users Restricted Rights - Use, duplication or
# disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
#
* vc 1.2 com/cmd/sccs/help.d,3.1,9021 8/14/89 09:46:58
*
*	Messages for the vc command.
*
-1
The command on the specified line is not recognized.
Specify a valid command.
The line given begins with a control character, but the command
is not a valid one. The vc command expects a valid command after
the control character.

-2
The specified keyword name was not used.
The specified keyword name was never used in any replacements.
This is only a warning.

-3
The specified keyword was not declared.
The specified keyword was not declared in a :dcl statement.
If you thought you did declare it, check for typographical errors.
This is only a warning.

-4
There is an if statement with no matching end statement.
There is a missing end statement, or an extra if statement.

-5
The specified keyword is declared twice on the specified line.
Do not declare a keyword more than once on the command line.
The named keyword has been declared again on the indicated line.

-6
Do not specify more than 40 keywords on the command line.
A maximum of 40 keywords per invocation of vc are allowed.
This limit has been exceeded.

-7
There is a control character on the specified line that is not matched.
Specify an ending control character.
On the designated line there is no control character to indicate the end
of the keyword name.

-8
A keyword name on the specified line is too long.
A keyword name cannot exceed 9 characters.
A keyword name exceeds 9 characters on the indicated line.

-9
A keyword name on the specified line is not valid.
A keyword name must begin with an alphabetic character and must contain
only alphanumeric characters.
The keyword name on the indicated line does not start with an
alphabetic character, or does not contain only alphanumeric characters.A keyword name on the specified line is not valid.
A keyword name must begin with an alphabetic character and must contain
only alphanumeric characters.
The keyword name on the indicated line does not start with an
alphabetic character, or does not contain only alphanumeric characters.

-10
There is an end statement without a matching if statement
on the specified line.
There is an extra end statement or a missing if statement.

-11
There is a parenthesis error on the specified line.
Specify a parenthesis only where correct.
Specify a right parenthesis for each left parenthesis.
A left parenthesis occurred with no matching right parenthesis
or a parenthesis was found where it was not expected.

-12
An operator on the specified line is not valid.
The valid operators are !=, =, <, and >.
The legal operators are !=, =, <, and >.

-14
There is a value on the specified line that is not numeric.
You tried to compare a string which contains characters that are not
numeric with another string using the < or the > operator.

-15
The :err statement is on the specified line.
The user inserted an :err statement on the specified line.

-16
The specified line requires too many replacements.
The maximum number of replacements per line is 32.
Currently, only 32 replacements per line are allowed.

-17
The control statement syntax on the specified line is not correct.
Make sure there is an = in all :asg statements.
Make sure there is a right side to all :asg statements.
There is a missing = or the right side of an :asg statement is missing.

-18
The if statement syntax on the specified line is not correct.
An & or a | occurred in the wrong place, or was not found when it was
expected.

-19
The syntax on the specified line is not correct.

-20
The specified keyword was not assigned a value.
The specified keyword name was never used in an assignment statement.
This is only a warning.

