bison: liby.so.1 needs -znodefs
[unleashed-userland.git] / components / developer / meld / meld.1
blobc71a5c1d7a83cbc713c26ba05ca41fe3a750ff94
1 '\" t
2 .TH meld 1 "18 Nov 2010" "SunOS 5.11" "User Commands"
3 .SH NAME
4 meld \- graphical diff and merge tool
5 .SH SYNOPSIS
6 .LP
7 .nf
8 \fBmeld\fR [\fB--version\fR] [\fB-h\fR] [\fB--help\fR]
9 \fBmeld\fR [\fB-aceru\fR] \fIfile\fR
10 \fBmeld\fR [\fB-aceru\fR] \fIdir\fR
11 \fBmeld\fR [\fB-aceru\fR] [\fB--diff\fR] \fIdir\fR \fIdir\fR [\fIdir\fR]
12 \fBmeld\fR [\fB-aceru\fR] [\fB--diff\fR] \fIfile\fR \fIfile\fR [\fIfile\fR]
13 \fBmeld\fR [\fB...\fR] [\fB-L LABEL,...\fR] [\fB--label=LABEL,...\fR] \fIfile\fR \fIfile\fR [\fIfile\fR]
14 .fi
16 .SH DESCRIPTION
17 .LP
18 Meld is a graphical diff and merge tool that allows a user to visually compare two or three files simultaneously and edit the files in place. Differences are updated in real-time and highlighted using color coding. Users can also compare two or three directories at a time and launch file comparisons. In addition, users can browse working copies of the code from popular version control systems including CVS, Subversion, Bazaar-ng and Mercurial.
20 More extensive help information for Meld is included in the graphical interface.
22 .SH OPTIONS
23 .sp
24 .ne 2
25 .mk
26 .na
27 \fB\fB--version\fR\fR
28 .ad
29 .RS 15n
30 .rt  
31 displays the current version
32 .RE
34 .sp
35 .ne 2
36 .mk
37 .na
38 \fB\fB-h, --help\fR\fR
39 .ad
40 .RS 15n
41 .rt  
42 displays this help information
43 .RE
45 .sp
46 .ne 2
47 .mk
48 .na
49 \fB\fB-L LABEL, --label=LABEL\fR\fR
50 .ad
51 .RS 15n
52 .rt  
54 sets the tab label string for a file 
55 .RE
57 .sp
58 .ne 2
59 .mk
60 .na
61 \fB\fB-a, --auto-compare\fR\fR
62 .ad
63 .RS 15n
64 .rt  
66 automatically compare all differing files on startup
67 .RE
69 .sp
70 .ne 2
71 .mk
72 .na
73 \fB\fB-c, --context\fR\fR
74 .ad
75 .RS 15n
76 .rt  
78 for compatibility with diff command (ignored)
79 .RE
81 .sp
82 .ne 2
83 .mk
84 .na
85 \fB\fB-e, --ed\fR\fR
86 .ad
87 .RS 15n
88 .rt  
90 for compatibility with diff command (ignored)
91 .RE
93 .sp
94 .ne 2
95 .mk
96 .na
97 \fB\fB-r, --recursive\fR\fR
98 .ad
99 .RS 15n
100 .rt  
102 for compatibility with diff command (ignored)
106 .ne 2
109 \fB\fB-u, --unified\fR\fR
111 .RS 15n
112 .rt  
114 for compatibility with diff command (ignored)
118 .ne 2
121 \fB\fB-diff\fR\fR
123 .RS 15n
124 .rt  
126 creates a diff tab for up to three supplied files or directories
129 .SH EXIT STATUS
131 The following exit values are returned:
133 .ne 2
136 \fB\fB0\fR \fR
138 .RS 7n
140 Successful completion.
144 .ne 2
147 \fB\fB>0\fR \fR
149 .RS 7n
150 .rt 
151 An error occurred.
154 .SH SEE ALSO
155 .LP 
156 diff(1), diff3(1)