Whole document tree
    

Whole document tree

RefName

RefName

Name

RefName -- Subject or subjects of a reference page

Content Model

  (#PCDATA | Action | Application | ClassName | Command
  | ComputerOutput | Database | Email | EnVar | ErrorCode
  | ErrorName | ErrorType | Filename | Function | GUIButton
  | GUIIcon | GUILabel | GUIMenu | GUIMenuItem | GUISubmenu
  | Hardware | Interface | InterfaceDefinition | KeyCap
  | KeyCode | KeyCombo | KeySym | Literal | Markup | MediaLabel
  | MenuChoice | MouseButton | MsgText | Option | Optional
  | Parameter | Prompt | Property | Replaceable | ReturnValue
  | SGMLTag | StructField | StructName | Symbol | SystemItem
  | Token | Type
  | UserInput)+

Attributes

This element has common and Role attributes.

Tag Minimization

The start-tag is required for this element. The end-tag is optional, if your SGML declaration allows minimization.

Description

Subject or subjects of a reference page. It appears within RefNameDiv. It may contain plain text and in-line elements, and has common attributes.

Parents

RefName occurs in RefNameDiv.

Examples

<REFNAMEDIV ID="X061-RP72">
<REFNAME>abcwm
</REFNAME>
<REFPURPOSE>the ABC window manager
</REFPURPOSE>
<REFCLASS>ABC system</REFCLASS>
</REFNAMEDIV>
<REFNAMEDIV ID="X061-RP73">
<REFNAME>grep
</REFNAME>
<REFNAME>egrep
</REFNAME>
<REFNAME>fgrep
</REFNAME>
<REFPURPOSE>search a file for a string or regular expression
</REFPURPOSE>
</REFNAMEDIV>
<REFNAMEDIV ID="X061-RP74">
<REFDESCRIPTOR>string
</REFDESCRIPTOR>
<REFNAME>strcat
</REFNAME>
<REFNAME>strdup
</REFNAME>
<REFNAME>strncat
</REFNAME>
<REFNAME>strcmp
</REFNAME>
<REFNAME>strncmp
</REFNAME>
<REFPURPOSE>string operators
</REFPURPOSE>
</REFNAMEDIV>