1*
2* CDDL HEADER START
3*
4* The contents of this file are subject to the terms of the
5* Common Development and Distribution License (the "License").
6* You may not use this file except in compliance with the License.
7*
8* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9* or http://www.opensolaris.org/os/licensing.
10* See the License for the specific language governing permissions
11* and limitations under the License.
12*
13* When distributing Covered Code, include this CDDL HEADER in each
14* file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15* If applicable, add the following below this CDDL HEADER, with the
16* fields enclosed by brackets "[]" replaced with your own identifying
17* information: Portions Copyright [yyyy] [name of copyright owner]
18*
19* CDDL HEADER END
20*
21* @(#)bd 1.2 06/12/12
22*
23*#ident	"@(#)sccs:help.d/bd"
24*	Messages for bdiff.
25*
26-1
27"arg count"
28You invoked bdiff with either too few or too many arguments.
29-2
30"both files standard input"
31You supplied a name of '-' for both file-name arguments to bdiff.
32Since '-' means to read the standard input, you are
33requesting that bdiff read it for both its inputs.
34That would lead to highly grungeular randomness.
35-3
36"cannot fork, try again"
37Bdiff could not fork to invoke 'diff'.
38This is a system problem which may go away, so try again.
39If it doesn't, report it to the system support group.
40-4
41"non-numeric limit"
42The argument supplied to bdiff to specify the segmentation limit
43bdiff is to use is not numeric.
44Only numeric characters may appear in this argument.
45-5
46"cannot execute ..."
47The named program could not be executed by bdiff.
48It may be unexecutable, or it may have been removed.
49Contact SCCS support personnel for further assistance.
50-6
51"... failed"
52The named program terminated with an error.
53It may have discovered an error condition or may have been interrupted.
54Contact SCCS support personnel for further assistance.
55-7
56"can not write ..."
57An attempt to write to a temporary file in /tmp has been unsuccessful.
58The file system is probably out of space.
59See your System Administrator.
60