|
acctresume(5) -- suspend and resume accounting when available disk space reaches threshold
|
The acctsuspend and acctresume tunables control when accounting stops and resumes due to disk space constraints. When free disk space on the file system being used by accounting reaches the suspension threshold, which is the acctsuspend percentage relative to the percentage of disk space available only to the superuser, accounting is suspended until such time as the free disk space reaches the res... |
acctsuspend(5) -- suspend and resume accounting when available disk space reaches threshold
|
The acctsuspend and acctresume tunables control when accounting stops and resumes due to disk space constraints. When free disk space on the file system being used by accounting reaches the suspension threshold, which is the acctsuspend percentage relative to the percentage of disk space available only to the superuser, accounting is suspended until such time as the free disk space reaches the res... |
|
acl(5) -- introduction to HFS access control lists
|
Access control lists are a key enforcement mechanism of discretionary access control (see Definitions below), for specifying access to files by users and groups more selectively than traditional HP-UX mechanisms allow. HP-UX already enables non-privileged users or processes, such as file owners, to allow or deny other users access to files and other objects on a ``need to know'' basis, as determ... |
aclv(5) -- introduction to JFS access control lists (ACLs)
|
Access control lists (ACLs) are a key enforcement mechanism of discretionary access control (see Definitions below), for specifying access to files by users and groups more selectively than traditional HP-UX mechanisms allow. HP-UX already enables non-privileged users or processes, such as file owners, to allow or deny other users access to files and other objects on a ``need to know'' basis, as... |
aio(5) -- POSIX asynchronous I/O facility
|
The POSIX Asynchronous I/O facility implements Section 6.7 of IEEE Standard 1003.1b-1993, Standard for Information Technology, Portable Operating System Interface (POSIX), Part 1: System Application Program Interface (API), Amendment 1: Realtime Extensions (C Language). It allows a process or thread to start multiple simultaneous read and/or write operations to multiple files, to wait for or obtai... |
aio_listio_max(5) -- the maximum number of POSIX asynchronous I/O operations that can be specified in a listio() call
|
This parameter places a limit on the system resources that can be consumed if a large number of POSIX asynchronous I/O operations are requested in a single listio() call. The value should be set large enough to meet system programming needs while protecting the system against excessive asynchronous I/O operations initiated by a malfunctioning process. Who Is Expected to Change This Tunable? System... |
aio_max_ops(5) -- maximum number of POSIX async I/O operations that can be queued at any time
|
This parameter places a limit on the system resources that can be consumed if large numbers of POSIX asynchronous I/O operations are queued on the system at the same time. This parameter limits the ability of competing processes to overwhelm the system with large numbers of asynchronous I/O operations and the memory they require. Each enqueued asynchronous operation requires allocation of system m... |
aio_monitor_run_sec(5) -- frequency of AIO thread pool monitor execution (in seconds)
|
The implementation of POSIX AIO on HP-UX uses kernel threads to perform I/Os to filesystems that do not directly support true asynchronous I/O. (This distinction is transparent to the user.) The kernel threads are organized into worker-thread pools (called AIO thread pools) created on a per-process basis. Since a thread pool mechanism for I/Os introduces a variety of trade-offs concerning utilizat... |
aio_physmem_pct(5) -- percentage of physical memory lockable for request
|
This parameter places a limit on how much system memory can be locked by the total number of POSIX asynchronous I/O operations that are in progress at any given time. It is important to be aware that an operation remains on the active queue and memory is not released, even if the operation is complete, until it is properly terminated by an aio_return() call for that operation. Asynchronous I/O ope... |
aio_prio_delta_max(5) -- greatest delta (slowdown factor) allowed in POSIX async IO request priorities
|
This parameter places a limit on how much the priority of a POSIX asynchronous I/O operation can be reduced to slow it down. This is the maximum priority-offset value allowed for aio_reqprio in the asynchronous-I/O control block structure aiocb. Who Is Expected to Change This Tunable? System administrators that run applications requiring heavy usage of POSIX AIO to file systems. |
aio_proc_threads(5) -- maximum number of process threads allowed in AIO pool
|
The implementation of POSIX AIO on HP-UX uses kernel threads to perform I/Os to filesystems that do not directly support true asynchronous I/O. (This distinction is transparent to the user.) The kernel threads are organized into worker-thread pools (called AIO thread pools) created on a per-process basis. Since a thread pool mechanism for I/Os introduces a variety of trade-offs concerning utilizat... |
aio_proc_thread_pct(5) -- percentage of all process threads allowed in AIO pool
|
The implementation of POSIX AIO on HP-UX uses kernel threads to perform I/Os to filesystems that do not directly support true asynchronous I/O. (This distinction is transparent to the user.) The kernel threads are organized into worker-thread pools (called AIO thread pools) created on a per-process basis. Since a thread pool mechanism for I/Os introduces a variety of trade-offs concerning utilizat... |
aio_req_per_thread(5) -- desirable ratio between number of pending AIO requests and servicing threads
|
The implementation of POSIX AIO on HP-UX uses kernel threads to perform I/Os to filesystems that do not directly support true asynchronous I/O. (This distinction is transparent to the user.) The kernel threads are organized into worker-thread pools (called AIO thread pools) created on a per-process basis. Since a thread pool mechanism for I/Os introduces a variety of trade-offs concerning utilizat... |
aliases(5) -- aliases file for sendmail
|
The newaliases command (which is the same as sendmail -bi; see sendmail(1M)) builds the sendmail alias database from a text file. The default text file is /etc/mail/aliases. Local addresses (local user names) are looked up in the alias database and expanded as necessary, unless the user name is preceded by a backslash (\). When the aliases file contains multiple entries for a given alias, only th... |
allocate_fs_swapmap(5) -- determines when swapmap structures are allocated for filesystem swap
|
The allocate_fs_swapmap tunable is used to determine whether to allocate all needed filesystem swap structures during the initialization of the filesystem swap device or wait until they are needed. Pre-allocation of all filesystem swap structures upon initialization saves time during later usage of the filesystem swap, and prevents later allocation failure due to physical memory contention. Dynami... |
alwaysdump(5) -- defines which classes of kernel memory pages are dumped when a kernel panic occurs
|
On large systems, the time required to dump system memory when a kernel panic occurs can be excessive or even prohibitive, depending on how much physical memory is installed in the system. Fast-dump capabilities controlled by the dontdump and alwaysdump parameters Hewlett-Packard Company - 1 - HP-UX 11i Version 2: Sep 2004 alwaysdump(5) alwaysdump(5) Tunable Kernel Parameters provide a means for r... |
aries(5) -- family running HP-UX
|
Aries is a dynamic binary emulator which transparently emulates 32-bit and 64-bit PA-RISC HP-UX applications on Itanium-based HP-UX machines. The name ARIES expands to Automatic utomatic Recompilation and ecompilation and Integrated ntegrated Environment nvironment Simulation. Aries is transparent in the sense that: + The PA-RISC HP-UX application is not re-compiled. + The user does not explicitly... |
Aries(5) -- emulate PA-RISC HP-UX applications on Itanium-based processor
|
Aries is a dynamic binary emulator which transparently emulates 32-bit and 64-bit PA-RISC HP-UX applications on Itanium-based HP-UX machines. The name ARIES expands to Automatic utomatic Recompilation and ecompilation and Integrated ntegrated Environment nvironment Simulation. Aries is transparent in the sense that: + The PA-RISC HP-UX application is not re-compiled. + The user does not explicitly... |
ascii(5) -- map of ASCII character set
|
The /usr/share/lib/pub/ascii file provides a map of the ASCII character set, giving both octal and hexadecimal equivalents of each character. The file contains the following text: |000 nul|001 soh|002 stx|003 etx|004 eot|005 enq|006 ack|007 bel| |010 bs |011 ht |012 nl |013 vt |014 np |015 cr |016 so |017 si | |020 dle|021 dc1|022 dc2|023 dc3|024 dc4|025 nak|026 syn|027 etb| |030 can|031 em |032 s... |
audio(5) -- audio tools available through HP VUE
|
This man-page describes the audio tools available through HP VUE for playing, recording, and editing sound. These include Audio Setup, Audio Security, Audio Editor, Audio Control Panel, Audio File and Data Formats, and Audio Library. Audio(5) also provides information on using other audio tools from the HP-UX command line. |
Audio(5) -- audio tools available through HP VUE
|
This man-page describes the audio tools available through HP VUE for playing, recording, and editing sound. These include Audio Setup, Audio Security, Audio Editor, Audio Control Panel, Audio File and Data Formats, and Audio Library. Audio(5) also provides information on using other audio tools from the HP-UX command line. |
audit(5) -- introduction to HP-UX Auditing System
|
The purpose of the auditing system is to record instances of access by subjects to objects and to allow detection of any (repeated) attempts to bypass the protection mechanism and any misuses of privileges, thus acting as a deterrent against system abuses and exposing potential security weaknesses in the system. |
aud_audit_events(5) -- Auditable events for the audit services
|
Code is in place for auditing audit service-significant events. Among these events are: + Administrative operations These are subdivided into modify and query operations. + Filter operations These are subdivided into modify and query operations. Event class definitions, together with filters, control the auditing execution at these code points. Filters can be updated dynamically. Filter files are ... |
bufcache_max_pct(5) -- TO BE OBSOLETED
|
These tunables, traditionally used for sizing a static buffer cache, are deprecated. The recommended way to configure a static buffer cache is to set the tunables dbc_min_pct and dbc_max_pct to the same value. Please refer to dbc_min_pct(5) and dbc_max_pct(5), or consult HP support for more information. Note that bufpages and nbuf were specified in units of 4K physical pages, and dbc_min_pct and d... |
bufpages(5) -- TO BE OBSOLETED
|
These tunables, traditionally used for sizing a static buffer cache, are deprecated. The recommended way to configure a static buffer cache is to set the tunables dbc_min_pct and dbc_max_pct to the same value. Please refer to dbc_min_pct(5) and dbc_max_pct(5), or consult HP support for more information. Note that bufpages and nbuf were specified in units of 4K physical pages, and dbc_min_pct and d... |
chanq_hash_locks(5) -- size of hashed pool of spinlocks protecting the channel queue hash tables
|
This tunable should NOT be changed. The default value is the best choice for optimal system performance. This tunable controls the size of a pool of spinlocks (kernel data structures used for synchronization) that also protect channel queues. A very small value increases the probability of collisions in the channel queue hash tables and degrading performance. Very large values are unnecessary. Who... |
complex(5) -- complex functions and macros
|
This file contains declarations of all the functions in the Complex Library (described in Section (3M)). It defines the types extended The Itanium-based system 80-bit double-extended type. quad An IEEE 754-compliant, 128-bit floating-point type. On HP-UX, quad is a synonym for long double. It defines the macros complex Expands to _Complex, a keyword designating complex types. imaginary Expands to ... |
core_addshmem_read(5) -- determines the inclusion of readable shared memory in a process core dump
|
The core_addshmem_read tunable was added in response to a problem where a customer was limited in debugging a user-level process crash because shared memory segments were not written as part of the core file. Upon core dump, the sections of user memory labeled as shared readonly are written (along with the normal data sections) if this tunable is set to 1 (on), and left out if it is set to 0 (off)... |
core_addshmem_write(5) -- determines the inclusion of read/write shared memory in process core dump
|
The core_addshmem_write tunable was added in response to a problem where a customer was limited in debugging a user-level process crash because shared memory segments were not written as part of the core file. Upon core dump, the sections of user memory labeled as shared readwrite are written (along with the normal data sections) if this tunable is set to 1 (on), and left out if it is set to 0 (of... |
create_fastlinks(5) -- configure the system to use fast symbolic links
|
When create_fastlinks is nonzero, it causes the system to create HFS symbolic links in a manner that reduces the number of disk-block accesses by one for each symbolic link in a path name lookup. This involves a slight change in the HFS disk format, which makes any disk formatted for fast symbolic links unusable on Series 700 systems prior to HP-UX Release 9.0 and Series 800 systems prior to HP-UX... |
csacsa(5) -- calendar and appointment services definitions
|
The csa/csa.h header defines the following data types through typedef: typedef short int CSA_sint16; typedef long int CSA_sint32; typedef unsigned char CSA_uint8; typedef unsigned short int CSA_uint16; typedef unsigned long int CSA_uint32; typedef void * CSA_buffer; typedef CSA_uint32 CSA_entry_handle; typedef CSA_uint32 CSA_session_handle; typedef char * CSA_string; typedef CSA_string CSA_attribu... |
dbc_max_pct(5) -- maximum percentage of memory to be used for caching file I/O data and metadata
|
During file-system I/O operations, data is stored in a buffer cache, the size of which can be fixed or dynamically allocated. When the parameters dbc_min_pct and dbc_max_pct are different, the size of the buffer cache grows or shrinks dynamically depending on competing requests for system memory. The value of dbc_max_pct specifies the maximum percentage of physical memory that may be consumed by t... |
dbc_min_pct(5) -- minimum percentage of memory used for caching file I/O data and metadata
|
During file-system I/O operations, data is stored in a buffer cache, the size of which can be fixed or dynamically allocated. When the parameters dbc_min_pct and dbc_max_pct are different, the size of the buffer cache grows or shrinks dynamically depending on competing requests for system memory. The value of dbc_min_pct specifies the minimum percentage of physical memory that is reserved for use ... |
default_disk_ir(5) -- enable/disable the use of a device's write cache in the SCSI subsystem
|
This tunable enables (1) or disables (0) the Immediate Reporting behavior of the SCSI subsystem, also known as Write Cache Enable (WCE). With Immediate Reporting enabled, disk drives that have data caches return from a write() system call, including raw writes, when the data is cached, rather than returning after the data is written to the media. This sometimes improves write performance especiall... |
dirent(5) -- format of directory streams and directory entries
|
This header file defines data types used by the directory stream routines described in directory(3C). The following data types are defined: DIR A structure containing information about an open directory stream. struct dirent A structure defining the format of entries returned by the readdir() function (see directory(3C)). The struct dirent structure includes the following members: char d_name[MAXN... |
dld.sl(5) -- dynamic loader
|
The /usr/lib/pa20_64/dld.sl program is the PA-RISC 64-bit dynamic loader. The /usr/lib/dld.sl program is the PA-RISC 32-bit dynamic loader. In programs that use shared libraries, dld.sl is invoked automatically at startup time by exec on PA-RISC 64-bit systems and by the startup file crt0.o on PA-RISC 32-bit systems. Identical copies of crt0.o are kept in both /opt/langtools/lib and /usr/ccs/lib d... |
dld.so(5) -- dynamic loader
|
The /usr/lib/hpux64/dld.so shared library is the 64-bit dynamic loader. The /usr/lib/hpux32/dld.so shared library is the 32-bit dynamic loader. In programs that use shared libraries, dld.so is invoked automatically at startup time. /usr/ccs/lib/hpux64/crt0.o is the 64-bit run-time startup file. /usr/ccs/lib/hpux32/crt0.o is the 32-bit run-time startup file. The /usr/lib/hpux32/uld.so and /usr/lib/... |
dma32_pool_size(5) -- the amount of memory to reserve for the 32-bit DMA pool
|
This tunable specifies the amount of memory in the first 4GB of the physical address space to be reserved for DMA for 32-bit cards. The memory is set aside at boot time and cannot be used for other purposes. This is required only on some Itanium platforms. On platforms where the 32-bit pool is not needed, this value is ignored. The value of this tunable should be set based on the number of 32-bit ... |
dnlc_hash_locks(5) -- number of locks for the Directory Name Lookup Cache (DNLC)
|
To speed up the search through directories in the kernel, there is a memory resident cache of directories called the Directory Name Lookup Cache (DNLC). During a filename lookup in the kernel, any directories or files encountered are retained in the DNLC for future reference. The DLNC is managed in a Least Recently Used (LRU) fashion. The dnlc_hash_locks dictates the number of lock groups that wil... |
dontdump(5) -- defines which classes of kernel memory pages are not dumped when a kernel panic occurs
|
On large systems, the time required to dump system memory when a kernel panic occurs can be excessive or even prohibitive, depending on how much physical memory is installed in the system. Fast-dump capabilities controlled by the dontdump and alwaysdump parameters provide a means for restricting kernel dumps to specific types of information: Hewlett-Packard Company - 1 - HP-UX 11i Version 2: Sep 2... |
dst(5) -- difference between Universal (Greenwich mean) time and Local time
|
The timezone tunable is the difference between Greenwich mean time (Universal Time) and local time, expressed as minutes west of Greenwich, England. The dst tunable indicates whether the timezone tunable is to be interpreted as a standard or daylight savings time value. These tunables provide a way to convert between Grenwich Mean Time (or Universal Time) and local time. Although timezone is a tun... |
Dt(5) -- miscellaneous desktop definitions
|
The Dt/Dt.h header contains miscellaneous public constant and function declaration for the CDE library. The header defines several constants that can be used to determine the version of the library used to compile an application and the version of the library with which an application is currently linked. The header defines the following constants that represent the library compile-time version: D... |
DtAction(5) -- action service definitions
|
The Dt/Action.h header defines the following DtActionStatus constants: DtACTION_OK DtACTION_INVALID_ID DtACTION_INVOKED DtACTION_DONE DtACTION_CANCELED DtACTION_FAILED DtACTION_STATUS_UPDATE The header defines the following data type through typedef: typedef unsigned long DtActionInvocationID; The header defines the following callback prototypes: typedef void (*DtActionCallbackProc)(DtActionInvoca... |
dtactionaction(5) -- CDE action management actions
|
The CDE Action Creation Services support the following action management actions: Dtcreate Open an empty view of the desktop action and data type editor. Dtcreate file Open a view of the desktop action and data type editor and load the action and data type description file named by the pathname in the file argument. The description file must have been previously created by the desktop action and d... |
dtappaction(5) -- CDE application management actions
|
The CDE Application Integration Services support the following application management actions: Dtappmgr Open a view of the Application Manager. |
dtbuilderaction(5) -- CDE application builder actions
|
The CDE Application Builder Services support the following application builder actions: Dtbuilder Open an empty application builder view. Dtbuilder component Open an application builder view of the module or project named by the pathname in the component argument. Dtcodegen Prompt the user for the pathname of a project and generate code for the project specified by the user. Dtcodegen component Ge... |
dtcalcaction(5) -- CDE calculator actions
|
The CDE Action Creation Services support the following calculator actions: Dtcalc Open a view of the desktop calculator tool. These actions can be invoked from an application using the DtActionInvoke(3) function or invoked from a command line using the dtaction(1) utility. |
dtcalendaraction(5) -- CDE calendar and appointment management actions
|
The CDE Calendar and Appointment Services support the following calendar and appointment management actions: Dtcm Open a view of the user's default calendar. DtcmEdit appointment Edit the appointment named by the pathname in the appointment argument. DtcmInsert appointment Insert the appointment named by the pathname in the appointment argument into the user's default calendar. Open appointment ... |
DtComboBox(5) -- DtComboBox widget definitions
|
The Dt/ComboBox.h header defines the following structure: typedef struct { int reason; XEvent *event; XmString item_or_text; int item_position; } DtComboBoxCallbackStruct; The header declares the following constants: DtALIGNMENT_BEGINNING DtALIGNMENT_CENTER DtALIGNMENT_END DtCR_SELECT DtDROP_DOWN_COMBO_BOX DtDROP_DOWN_LIST The header declares the following as functions: void DtComboBoxAddItem(Widg... |
DtDnd(5) -- Drag and drop definitions
|
The Dt/Dnd.h header defines the following enumeration types: DtCR_DND_CONVERT_DATA DtCR_DND_CONVERT_DELETE DtCR_DND_DRAG_FINISH DtCR_DND_TRANSFER_DATA DtCR_DND_DROP_ANIMATE The header defines the following enumeration data types, with at least the following members: |
DtDts(5) -- data typing definitions
|
The Dt/Dts.h header declares the following structure: typedef struct _DtDtsAttribute { char *name; char *value; } DtDtsAttribute; The header declares the following as functions: DtDtsAttribute **DtDtsBufferToAttributeList(const void *buffer, const int size, const char *opt_name); char *DtDtsBufferToAttributeValue(const void *buffer, const int size, const char *attr_name, const char *opt_name); cha... |
DtEditor(5) -- editor widget definitions
|
The Dt/Editor.h header defines structures, enumerations and function prototypes for the Editor widget class. The header defines the DtEditorDataFormat enumeration data type, with at least the following members: DtEDITOR_TEXT The data being transferred is a pointer to a NULL-terminated string of characters (a char *). DtEDITOR_WCHAR The data being transferred is a wide character string (a wchar_t *... |
dtenvvar(5) -- CDE environment variables
|
The CDE desktop sets up and uses a number of environment variables to find certain files and do certain things. Components tied into CDE then use these environment variables to locate specific types of files. Environment variables used within the CDE desktop are: CEPATH Used by ToolTalk when in Classing Engine mode, where the Classing Engine where to find the databases. Refer to ttsession(1) and t... |
dtfileaction(5) -- CDE file management actions
|
The CDE File Management Services support the following file management actions: Dtfile Prompt the user for the pathname of a directory and open a folder view of the directory specified by the user. Dtfile directory Open a folder view of the directory named by the pathname in the directory argument. |
dtfilsys(5) -- CDE file system; directory tree structure
|
The CDE file system is divided into three parts: the root system, /usr/dt, the configuration directory, /etc/dt, and the temporary directory, /var/dt. The root system, /usr/dt, is a read-only directory. It contains all the files that comprise the CDE. The configuration directory, /etc/dt, is the directory CDE applications will search to locate configuration files that have been modified by the sys... |
DtHelp(5) -- help services definitions
|
The Dt/Help.h header defines the variables and function prototypes for help services. The header defines the following DtHelpDialogCallbackStruct windowHint constants: DtHELP_POPUP_WINDOW DtHELP_CURRENT_WINDOW DtHELP_NEW_WINDOW The header defines the following DtHelpDialogCallbackStruct hyperType constants: DtHELP_LINK_JUMP_NEW DtHELP_LINK_TOPIC DtHELP_LINK_MAN_PAGE DtHELP_LINK_APP_DEFINE DtHELP_L... |
dthelpaction(5) -- CDE help actions
|
The CDE Help Services support the following help actions: |
DtHelpDialog(5) -- DtHelpDialog definitions
|
The Dt/HelpDialog.h header defines the variables and function prototypes for help dialog services. The Dt/HelpDialog.h header declares the following variable: WidgetClass dtHelpDialogWidgetClass; The header declares the following as a function: Widget DtCreateHelpDialog(Widget parent, char *name, ArgList *arglist, Cardinal argcount); |
DtHelpQuickD(5) -- DtHelpQuickDialog definitions
|
The Dt/HelpQuickD.h header defines the variables and function prototypes for help quick dialog services. The Dt/HelpQuickD.h header declares the following variable: WidgetClass dtHelpQuickDialogWidgetClass; The header declares the following as a function: Widget DtCreateHelpQuickDialog(Widget parent, char *name, Arg *arglist, Cardinal argcount); |
dticonaction(5) -- CDE icon editing actions
|
The CDE Icon Editing Services support the following icon editing actions: Dticon Open an empty icon editor view. Dticon icon Open an icon editor view of the bitmap or pixmap named by the pathname in the icon argument. Open icon Open an icon editor view of the bitmap or pixmap named by the pathname in the icon argument. These actions can be invoked from an application using the DtActionInvoke(3) fu... |
dtimsstartaction(5) -- CDE input method server actions
|
The CDE Input Method Server Services support the following input method server actions: DtImsMode Change the IM Selection Mode. This action is located at Desktop_Tools in the Application Manager. |
dtinfoaction(5) -- CDE information management actions
|
The CDE Information Management Services support the following information management actions: DtLoadInfoLib filename Load the information library specified by filename, which can be either a relative or absolute file path. If filename is not specified, dtinfo displays the default information library(s). Open filename Load the information library specified by filename. Remaps to DtLoadInfoLib filen... |
dtinfoaf(5) -- dtinfo architectural forms
|
dtinfo.af provides entity definitions for the dtinfo architectural forms. While these are not required, using them minimizes updating your DTDs as features are added to the Dtinfo Toolkit. You can also find an ASCII file of the dtinfo.af in /usr/dt/infolib/%L/SGML/dtinfo.af. For information on applying dtinfo architectural forms to your DTDs, see "Modifying Your Existing DTD" in CDE: Information... |
dtinfoBookdtd(5) -- dtinfo bookcase document type definition
|
This is the document type definition for bookcases under dtinfo. You can also find an ASCII file of the dtinfoBook.dtd in /usr/dt/infolib/%L/SGML/dtinfoBook.dtd. The bookcase DTD is defined as follows: |
DtInfoLib(5) -- collection of book cases for browsing with dtinfo
|
DtInfoLib is a desktop object representing a collection of book cases of documents that can be accessed through the CDE Information Manager. DtInfoLib data criteria and data attributes are identified for use by desktop facilities. These are part of the CDE built-in data types. DtInfoLib is a directory that contains the collection of book cases available for a given information library. The content... |
dtinfoStyledtd(5) -- dtinfo style sheet document type definition
|
dtinfoStyle.dtd describes the SGML features available for specifying how a document should be rendered. Style sheets associate the elements in a given document hierarchy with on-line or print formatting characteristics, and are part of the DtInfo Toolkit. With dtinfo, you use a single style sheet to specify both print and online rendering of the elements in your DTD. The print and online feature s... |
dtinfoTOCdtd(5) -- dtinfo table of contents document type definition
|
This is the document type definition for tables of contents under dtinfo. You can also find an ASCII file of the dtinfoTOC.dtd in /usr/dt/infolib/%L/SGML/dtinfoTOC.dtd. The table of contents DTD is defined as follows:
|