Added manpage for ecore_config
[maemo-efl] / trunk / ecore / debian / ecore_config.1
1 .\"Created with GNOME Manpages Editor Wizard
2 .\"http://gmanedit.sourceforge.net
3 .\"Sergio Rua <srua@gpul.org>
4 .\"
5 .TH ecore_config 1 "January 18, 2007" "Ecore"
6
7 .SH NAME
8 ecore_config \-that allow creation and editing of ecore_config databases
9
10 .SH SYNOPSIS
11 .B ecore_config
12 .RI \-a\ |\ \-k\ [\-g|\-d|\-b|\-f|\-i|\-r|\-s|\-t]\ [\-c]
13 .br
14
15 .SH DESCRIPTION
16 .PP
17 \fBecore_config\fP is a tool that allows creation and editing of 
18 ecore_config databases used by the programs relying on libecore
19
20 .SH OPTIONS
21 \fIecore_config\fP accepts the following options:
22 .TP
23 .B \-c, \-\-file=FILE
24 Specify the config file to read
25 .TP
26 .B \-k, \-\-key=KEY
27 Select the key KEY. Must be given for all commands except \-a
28 .TP
29 .B \-g, \-\-get
30 get key
31 .TP
32 .B \-d, \-\-del
33 delete key
34 .TP
35 .B \-b, \-\-bool=VALUE
36 set boolean
37 .TP
38 .B \-f, \-\-float=VALUE
39 set float
40 .TP
41 .B \-i, \-\-int=VALUE
42 set integer
43 .TP
44 .B \-r, \-\-rgb=VALUE
45 set RGBA
46 .TP
47 .B \-s, \-\-string=VALUE
48 set string
49 .TP
50 .B \-t, \-\-theme=VALUE
51 set theme
52 .SH AUTHOR
53 This manual page was written by Albin Tonnerre <albin.tonnerre@gmail.com> 
54 for the Debian GNU/Linux system (but may be used by others).