1ott(4) File Formats ott(4)
2
3
4
6 ott - FACE object architecture information
7
9 The FACE object architecture stores information about object-types in
10 an ASCII file named .ott (object type table) that is contained in each
11 directory. This file describes all of the objects in that directory.
12 Each line of the .ott file contains information about one object in
13 pipe-separated fields. The fields are (in order):
14
15 name the name of the actual system file.
16
17
18 dname the name that should be displayed to the user, or
19 a dot if it is the same as the name of the file.
20
21
22 description the description of the object, or a dot if the
23 description is the default (the same as object-
24 type).
25
26
27 object-type the FACE internal object type name.
28
29
30 flags object specific flags.
31
32
33 mod time the time that FACE last modified the object. The
34 time is given as number of seconds since
35 1/1/1970, and is in hexadecimal notation.
36
37
38 object information an optional field, contains a set of semi-colon
39 separated name=value fields that can be used by
40 FACE to store any other information necessary to
41 describe this object.
42
43
45 .ott is created in any directory opened by FACE.
46
47
48
49SunOS 5.11 3 Jul 1990 ott(4)