~zyga/dh-splitpackage/fixes

« back to all changes in this revision

Viewing changes to dh_splitpackage.1

  • Committer: Zygmunt Krynicki
  • Date: 2011-06-14 17:39:57 UTC
  • Revision ID: zygmunt.krynicki@linaro.org-20110614173957-ia6ebqci9q7rse5j
Update the manual page

* Add a note about ini-style format
* Fix the copy of the JSON schema
* Bump the version to 0.2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.38.4.
2
 
.TH DH_SPLITPACKAGE "1" "June 2011" "dh_splitpackage 0.2" "User Commands"
 
2
.TH DH_SPLITPACKAGE "1" "June 2011" "dh_splitpackage 0.2.3" "User Commands"
3
3
.SH NAME
4
4
dh_splitpackage \- split monolithic installation directory into sub\-packages
5
5
.SH SYNOPSIS
52
52
.B
53
53
EXAMPLES
54
54
below for more information.
 
55
.PP
 
56
\fBNOTE:\fR there is a new additional format similar to well-known INI-style
 
57
files that can express the very same data as current json format. This format
 
58
will be released properly in the future along with proper documentation.
55
59
.SH OPTIONS
56
60
.TP
57
61
\fB\-h\fR, \fB\-\-help\fR
72
76
\fB\-q\fR, \fB\-\-quiet\fR
73
77
Don't print the classification table.
74
78
.SH "CONFIG FILE SCHEMA"
 
79
.PP
75
80
The configuration file format it described by the following JSON Schema. The
76
81
schema is following the 2nd draft of the JSON Schema specification. You can
77
82
find the specification here:
106
111
                        "type": [
107
112
                            "string", {
108
113
                                "type": "array",
109
 
                                "items": "string"
 
114
                                "items": {
 
115
                                    "type": "string"
 
116
                                }
110
117
                             }
111
118
                         ],
112
119
                        "optional": true,