![]() |
![]()
| ![]() |
![]()
NAMEdthelpview — view a CDE help volume SYNOPSISdthelpview [options] DESCRIPTIONThe dthelpview utility supports the viewing of CDE online Help volumes, ASCII files or manual pages. The dthelpview utility is an integral part of the CDE application Help environment. The dthelpview utility's functionality and user interface is almost completely that of the standard CDE general Help and quick Help dialog widgets. (See DtCreateHelpDialog(3) and DtCreateHelpQuickDialog(3).) OPTIONSThe following options are available:
ENVIRONMENT VARIABLESThe CDE Help system uses two environment variables for locating Help volumes and Family files within the desktop environment:
The environment variables contain colon-separated lists of directory paths. Each directory path can contain both environment variable names as well as special field descriptors that are expanded at runtime via each Help component that uses these environment variables. Field descriptors consist of a % followed by a single character. Field descriptors and their substitution values are:
The default value for DTHELPUSERSEARCHPATH is: $HOME/.dt/help/$DTUSERSESSION/%H: $HOME/.dt/help/$DTUSERSESSION/%H.sdl: $HOME/.dt/help/$DTUSERSESSION/%H.hv: $HOME/.dt/help/%H: $HOME/.dt/help/%H.sdl: $HOME/.dt/help/%H.hv The DTHELPUSERSEARCH is first searched for the requested volume. If the volume is not found, the DTHELPSEARCHPATH value is searched. The default value for DTHELPSEARCHPATH path is: /usr/local/dt/etc/appconfig/help/%L/%H: /usr/local/dt/etc/appconfig/help/%L/%H.sdl: /usr/local/dt/etc/appconfig/help/%L/%H.hv: /usr/local/dt/etc/appconfig/help/C/%H: /usr/local/dt/etc/appconfig/help/C/%H.sdl: /usr/local/dt/etc/appconfig/help/C/%H.hv: /usr/local/dt/appconfig/help/%L/%H: /usr/local/dt/appconfig/help/%L/%H.sdl: /usr/local/dt/appconfig/help/%L/%H.hv: /usr/local/dt/appconfig/help/C/%H: /usr/local/dt/appconfig/help/C/%H.sdl: /usr/local/dt/appconfig/help/C/%H.hv RESOURCESFor information on Help dialog widget resources, refer to DtCreateHelpDialog(3) or DtCreateHelpQuickDialog(3). The dthelpview utility's specific resources set in the Dthelpview app-defaults file are: Dthelpview*manBox*rows: 32 Dthelpview*manBox*columns: 80 Dthelpview*fileBox*rows: 32 Dthelpview*fileBox*columns: 80 Dthelpview*man_text.columns: 20 FILEFollowing files are used in conjunction with the dthelpview application:
EXAMPLES
SEE ALSOdtsearchpath(1), CDE Help System Author's and Programmer's Guide.
|