This file is indexed.

/usr/share/doc/texlive-doc/latex/epslatex-fr/wdesc.sty is in texlive-lang-french 2015.20160223-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
\def\wdesclabel#1{\hspace\labelsep \bf #1}
\def\wdesc#1{\list{}{\settowidth\labelwidth{#1}\leftmargin\labelwidth
\advance\leftmargin\labelsep
\let\makelabel\wdesclabel}}
\let\endwdesc\endlist
\def\wit[#1]{\item[{{#1}\hfill}]}
% bulleted labels
\def\buwdesclabel#1{\hspace\labelsep \hbox{$\bullet$~~\bf #1}}
\def\buwdesc#1{\list{}{\settowidth\labelwidth{{$\bullet$~~#1}}\leftmargin\labelwidth
\advance\leftmargin\labelsep
\let\makelabel\buwdesclabel}}
\let\endbuwdesc\endlist
% boxed labels
\def\bxdesclabel#1{\hspace\labelsep \fbox{\bf #1}}
\def\bxdesc#1{\list{}{\settowidth\labelwidth{#1}\leftmargin\labelwidth
\advance\leftmargin\labelsep
\let\makelabel\bxdesclabel}}
\let\endbxdesc\endlist