3
ksverdiff \(em display the differences in kickstart syntax
6
\fBksverdiff\fR [\fB\-f\fR | \fB\-\-from FROMVER\fP] [\fB\-t\fR | \fB\-\-to TOVER\fP]
9
\fBksverdiff\fR is a program that takes two versions of kickstart syntax and lists the differences between them.
10
It will generate a list of options added to every command since FROMVER, a list of commands added since FROMVER,
11
a list of commands deprecated since FROMVER, and a list of commands removed since FROMVER.
14
\fBksverdiff\fR returns 0 on success, and 1 if either FROMVER or TOVER are invalid.
16
.IP "\fB\-f\fR | \fB\-\-from FROMVER\fP" 10
17
The version of kickstart syntax to start with. In other words, this is the lower bound version.
18
.IP "\fB\-t\fR | \fB\-\-TO TOVER\fP" 10
19
The version of kickstart syntax to end with. In other words, this is the upper bound version.
22
ksflatten (1), ksvalidator (1)