* * CDDL HEADER START * * The contents of this file are subject to the terms of the * Common Development and Distribution License (the "License"). * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. * See the License for the specific language governing permissions * and limitations under the License. * * When distributing Covered Code, include this CDDL HEADER in each * file and include the License file at usr/src/OPENSOLARIS.LICENSE. * If applicable, add the following below this CDDL HEADER, with the * fields enclosed by brackets "[]" replaced with your own identifying * information: Portions Copyright [yyyy] [name of copyright owner] * * CDDL HEADER END * * from OpenSolaris vc 1.2 06/12/12 * * from "sccs:help.d/vc" * Messages for the vc command. * * Portions Copyright (c) 2007 Gunnar Ritter, Freiburg i. Br., Germany * * Sccsid @(#)vc 1.2 (gritter) 3/25/07 * -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 occured 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" There have been to many keywords. The maximum varies per invocation of vc as it depends on available memory. -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 occured 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. An `&' or an `|' occurred in the wrong place, or were not found when they were 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.