This is an alpha version of this book.
type ::= (#PCDATA|replaceable|inlinegraphic|inlinemediaobject|indexterm| beginpage)*
The following parameter entities contain type:
Parameter Entities | ||
%cptr.char.mix; | %ndxterm.char.mix; | %para.char.mix; |
%refinline.char.mix; | %refname.char.mix; | %tbl.entry.mdl; |
%tech.char.class; | %title.char.mix; |
In general usage, Type identifies one member of a class of values.
In documenting computer programs, it identifies specifically a “type,” as might be declared with typedef in the C programming language.
These elements contain type: application, attribution, bibliomisc, bridgehead, citation, citetitle, classsynopsisinfo, command, computeroutput, emphasis, entry, fieldsynopsis, foreignphrase, funcparams, funcsynopsisinfo, function, glosssee, glossseealso, glossterm, lineannotation, link, literal, literallayout, lotentry, member, methodparam, methodsynopsis, msgaud, olink, optional, para, phrase, primary, primaryie, productname, programlisting, quote, refdescriptor, refentrytitle, refname, refpurpose, remark, screen, screeninfo, secondary, secondaryie, see, seealso, seealsoie, seeie, seg, segtitle, simpara, subtitle, synopsis, term, tertiary, tertiaryie, title, titleabbrev, tocback, tocentry, tocfront, trademark, ulink, userinput.
The following elements occur in type: beginpage, indexterm, inlinegraphic, inlinemediaobject, replaceable.
<!DOCTYPE para PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"> <para> The <function>geteuid</function> function returns a <type>uid_t</type> that contains the user's <emphasis>effective</emphasis> user id. </para>
The geteuid function returns a uid_t that contains the user's effective user id.
Copyright © 1999, 2000, 2001 O'Reilly & Associates, Inc.