xref: /onnv-gate/usr/src/cmd/mv/mv.xcl (revision 4774:cdf5747c54d6)
10Sstevel@tonic-gate#
20Sstevel@tonic-gate# CDDL HEADER START
30Sstevel@tonic-gate#
40Sstevel@tonic-gate# The contents of this file are subject to the terms of the
5*4774Sas145665# Common Development and Distribution License (the "License").
6*4774Sas145665# You may not use this file except in compliance with the License.
70Sstevel@tonic-gate#
80Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
90Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
100Sstevel@tonic-gate# See the License for the specific language governing permissions
110Sstevel@tonic-gate# and limitations under the License.
120Sstevel@tonic-gate#
130Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
140Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
150Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
160Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
170Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
180Sstevel@tonic-gate#
190Sstevel@tonic-gate# CDDL HEADER END
200Sstevel@tonic-gate#
21*4774Sas145665#
22*4774Sas145665# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
23*4774Sas145665# Use is subject to license terms.
24*4774Sas145665#
25*4774Sas145665
26*4774Sas145665#ident	"%Z%%M%	%I%	%E% SMI"
27*4774Sas145665
280Sstevel@tonic-gatemsgid  ""
290Sstevel@tonic-gatemsgid  "mv"
300Sstevel@tonic-gatemsgid  "ln"
310Sstevel@tonic-gatemsgid  "ipr"
320Sstevel@tonic-gatemsgid  "fis"
330Sstevel@tonic-gatemsgid  "fns"
340Sstevel@tonic-gatemsgid  "-"
350Sstevel@tonic-gatemsgid  "./"
360Sstevel@tonic-gatemsgid  "%s/%s"
370Sstevel@tonic-gatemsgid  "%s: "
380Sstevel@tonic-gatemsgid  "."
390Sstevel@tonic-gatemsgid  ".."
400Sstevel@tonic-gatemsgid  "%s: %s"
410Sstevel@tonic-gatemsgid  "%s: %s: %s"
42*4774Sas145665msgid  "cp"
43*4774Sas145665msgid  "fHiLpPrR@"
44*4774Sas145665msgid  "%s%s%s"
45