This file is indexed.

/usr/share/doc/netCDF/html/examples.js is in netcdf-doc 1:4.4.0-2.

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
var examples =
[
    [ "pres_temp_4D_rd.c", "pres_temp_4D_rd_8c-example.html", null ],
    [ "pres_temp_4D_wr.c", "pres_temp_4D_wr_8c-example.html", null ],
    [ "sfc_pres_temp_rd.c", "sfc_pres_temp_rd_8c-example.html", null ],
    [ "sfc_pres_temp_wr.c", "sfc_pres_temp_wr_8c-example.html", null ],
    [ "simple_nc4_rd.c", "simple_nc4_rd_8c-example.html", null ],
    [ "simple_nc4_wr.c", "simple_nc4_wr_8c-example.html", null ],
    [ "simple_xy_nc4_rd.c", "simple_xy_nc4_rd_8c-example.html", null ],
    [ "simple_xy_nc4_wr.c", "simple_xy_nc4_wr_8c-example.html", null ],
    [ "simple_xy_rd.c", "simple_xy_rd_8c-example.html", null ],
    [ "simple_xy_wr.c", "simple_xy_wr_8c-example.html", null ]
];