This file is indexed.

/usr/share/doc/dx/help/dxall1232 is in dx-doc 1:4.4.4-7.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
#!F-adobe-helvetica-medium-r-normal--18*
#!N 
#!N  #!Rdxgeca DXGetEnumeratedComponentAttribute #!N 
#!N Function Provides access to a specified attribute of a component 
by index rather than by name. #!N #!N Syntax #!N  #!F-adobe-times-bold-r-normal--18*   
#include <dx/dx.h> Object DXGetEnumeratedComponentAttribute(Field f, int n, char **name, char *attribute) 
#!EF #!N #!N Functional Details #!N #!N #!N The  #!F-adobe-times-bold-r-normal--18*   attribute 
#!EF attribute of the  #!F-adobe-times-bold-r-normal--18*   n #!EF th component of Field 
 #!F-adobe-times-bold-r-normal--18*   f #!EF is returned. The name of the component is 
returned in  #!F-adobe-times-bold-r-normal--18*   *name #!EF . #!N #!N This interface is 
used primarily to provide access to all components of the Field 
 #!F-adobe-times-bold-r-normal--18*   f #!EF without requiring a list of component names. #!N 
#!N Return Value #!N #!N Returns the attribute or returns  #!F-adobe-times-bold-r-normal--18*   
NULL #!EF but does not set an error code if  #!F-adobe-times-bold-r-normal--18*   
n #!EF is out of range. #!N #!N See Also #!N 
#!N  #!F-adobe-times-bold-r-normal--18*    #!Ldxgca,dxall1227 h DXGetComponentAttribute  #!EL  ,  #!Ldxgecv,dxall1233 h DXGetEnumeratedComponentValue  #!EL  #!EF #!N #!N  #!Lfieldsc,dxall1062 h Field Class  #!EL  . #!N 
#!N #!N  #!F-adobe-times-medium-i-normal--18*   Next Topic #!EF #!N #!N  #!Ldxgecv,dxall1233 h DXGetEnumeratedComponentValue  #!EL  #!N  #!F-adobe-times-medium-i-normal--18*   
#!N