Whole document tree RefNameDivNameRefNameDiv -- Major division of a reference page containing naming, purpose, and classification informationDescriptionMajor division of a reference page containing naming, purpose, and classification information. It contains, in order, an optional RefDescriptor, one or more RefNames, a required RefPurpose, and any number of optional RefClass, followed by any number of Comments and links, in any order. It has common attributes. ChildrenRefNameDiv contains these elements: Comment, Link, OLink, RefClass, RefDescriptor, RefName, RefPurpose, ULink. In some contexts, additional elements may be allowed by inclusions in parent elements. 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> |