1KSVERDIFF(1)                General Commands Manual               KSVERDIFF(1)
2
3
4

NAME

6       ksverdiff — display the differences in kickstart syntax
7

SYNOPSIS

9       ksverdiff [-f | --from FROMVER]  [-t | --to TOVER]
10

DESCRIPTION

12       ksverdiff  is a program that takes two versions of kickstart syntax and
13       lists the differences between them.  It will generate a list of options
14       added  to  every  command since FROMVER, a list of commands added since
15       FROMVER, a list of commands deprecated since FROMVER,  and  a  list  of
16       commands removed since FROMVER.
17

EXIT STATUS

19       ksverdiff  returns  0  on success, and 1 if either FROMVER or TOVER are
20       invalid.
21

OPTIONS

23       -f | --from FROMVER
24                 The version of kickstart syntax  to  start  with.   In  other
25                 words, this is the lower bound version.
26
27       -t | --TO TOVER
28                 The version of kickstart syntax to end with.  In other words,
29                 this is the upper bound version.
30

SEE ALSO

32       ksflatten (1), ksshell (1), ksvalidator (1)
33
34
35
36                                                                  KSVERDIFF(1)
Impressum