Codebase list cdebconf / ea1fc95
typo fixes r24579 Colin Watson 19 years ago
2 changed file(s) with 4 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
2828 the command method takes a NULL-terminated list of arguments to pass
2929 to the confmodule. The result is stored in client->value;
3030
31 Filedescriptors
32 ~~~~~~~~~~~~~~~
33 cdebconf opens some aditional fds for the confmodule. Actually they are:
31 File descriptors
32 ~~~~~~~~~~~~~~~~
33 cdebconf opens some additional fds for the confmodule. Actually they are:
3434 - 4: original stdin, defined as DEBCONF_OLD_STDIN_FD
3535 - 5: original stdout, defined as DEBCONF_OLD_STDOUT_FD
3636
280280
281281 Methods:
282282
283 All methods returning int should be returnin DC_OK/DC_NOTOK, as above.
283 All methods returning int should be returning DC_OK/DC_NOTOK, as above.
284284
285285 * int initialize(struct frontend *, struct configuration *):
286286 Initialize the structure. (For example, connect to X server)