# 
# $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.
#
* vchelp 1.1 com/cmd/sccs/help.d,3.1,9021 3/14/89 16:22:19
*
*	Messages for the vc command.
*
-1
"unknown command on line ..."
The line given begins with a control character,
but the command is not a legal one.
-2
"`...' never used"
The given keyword name was never used in any replacements.
This is only a warning.
-3
"`...' never declared"
The given keyword name never occurred in a `dcl'
statement.  If you did declare it, check for typos.
This is only a warning.
-4
"`If' with no matching `end'"
There is a missing `end' statement,
or an extra `if' statement.
-5
"`...' declared twice on line ..."
The named keyword has been redeclared on the indicated line.
-6
"out of space"
A maximum of 40 keywords per invocation of vc are allowed.
This limit has been exceeded.
-7
"unmatched `:' on line ..."
On the given line there is no control character
to indicate the end of the keyword name. 
-8
"keyword name too long on line ..."
On the indicated line a keyword name exceeds nine characters.
-9
"invalid keyword name on line ..."
On the indicated line the keyword name does not start with
an alphabetic character, or does not contain only alphanumeric characters.
-10
"`end' without matching `if' on line ..."
There is an extra `end' statement or a missing `if' statement.
-11
"parenthesis error on line ..."
A left parenthesis occurred with no matching right parenthesis
or a parenthesis was found where it was not expected.
-12
"invalid operator on line ..."
An unrecognized operator was found.
The legal operators are `!=', `=', `<', and `>'.
-14
"non-numerical value on line ..."
On the indicated line an attempt was made to compare 
a string which contains non-numeric characters with another
string using the `<' or `>' operator.
-15
"err statement on line ..."
The user has put an `err' statement on the given line.
-16
"out of space [line ...]"
The indicated line requires too many replacements.
Currently, only 32 replacements per line are allowed.
-17
"syntax on line ..."
The equal sign has been left out of an `asg' statement,
or the right side of an `asg' statement is missing.
-18
"syntax on line ..."
The syntax for the `if' statement on the indicated line is incorrect.
A `&' or a `|' occurred in the wrong place,
or wad not found when it was expected.
-19
"syntax on line ..."
There is something strange about the indicated line.
-20
"`...' never assigned a value"
The given keyword name was never used in an assignment statement.
This is only a warning.
