This file is indexed.

/usr/share/stx2any/common/inline.sed is in stx2any 1.56-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
14
15
16
17
18
19
20
21
22
23
24
25
26
27
s#\[\[$#`'w_beg(footnote)#g
s#^\( *\)\]\]#\1w_end(footnote)`'#g
s#\[\[[- ]#`'w_beg(footnote)`'#g
s#[- ]\]\]#`'w_end(footnote)`'#g
/^{{{$/,/^}}}$/ {
s#^}}}$#w_end(litblock)#
s#^{{{$#w_beg(litblock)#
b end
}
s#^\( *\)-- #\1w_emdash`'w_emdash_separate`'#
s# -- #`'w_emdash_separate`'w_emdash`'w_emdash_separate`'#g
s# --$#`'w_emdash_separate`'w_emdash#
s#\([A-Za-z0-9])*\)--\((*[A-Za-z0-9]\)#\1`'w_endash`'\2#g
s#\.\.\.\([] ,.;:?!)}>"-]\)#`'w_ellipsis\1#g
s#\.\.\.$#`'w_ellipsis#
s#\([ ([{<"-]\)([cC])\([ :1-9]\)#\1w_copyrightsign\2#g
s#^([cC])\([ :1-9]\)#w_copyrightsign\1#g
s#\([ ([{<"-]\)([cC])$#\1w_copyrightsign#
s#([tT][mM])#`'w_trademarksign`'#g
s# -> # w_rarrow #g
s#^-> #w_rarrow #
s# ->$# w_rarrow#
s# <- # w_larrow #g
s#^<- #w_larrow #
s# <-$# w_larrow#
s#||#`'w_horizbr`'#g
s#//$#`'w_linebr#