This file is indexed.

/usr/share/texlive/texmf-dist/tex/latex/multido/multido.sty is in texlive-generic-recommended 2013.20140215-1.

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
19
20
21
22
23
24
25
26
27
28
%%% $Id: multido.sty 317 2010-05-14 21:54:15Z herbert $
%
%% This is file `multido.sty'.
%%
%% IMPORTANT NOTICE:
%%
%% multido.sty Copyright (C) 1997 Timothy Van Zandt
%%                       (C) 2004-2010 Herbert Voss <hvoss@tug.org>
%%                                Rolf Niepraschk <Rolf.Niepraschk@gmx.de>
%%
%% This package may be distributed under the terms of the LaTeX Project 
%% Public License, as described in lppl.txt in the base LaTeX distribution.
%% Either version 1.0 or, at your option, any later version.
%%

\ProvidesPackage{multido}
  [2004/05/17 package wrapper for PSTricks `multido.tex', (HV/RN)]

\@ifundefined{MultidoLoaded}
{%
  \input{multido.tex}
  \ProvidesFile{multido.tex}
    [\filedate\space v\fileversion\space `multido' (tvz,hv)]
}{}

\endinput
%%
%% End of file `multido.sty'.