This file is indexed.

/usr/share/doc/fbb/html/fmtdsz.htm is in fbb 7.07-3.

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
29
30
31
32
33
34
<HTML>
<HEAD>
  <TITLE>Format of DSZ.BAT</TITLE>
</HEAD>
<BODY BACKGROUND="/back_fbb.jpg">
<P>
<H1 ALIGN=Center>
  DSZ.BAT
</H1>
<P>
<BIG><B>DSZ.BAT (\FBB\BIN).</B></BIG>
<PRE>
DSZ.BAT is a DOS batch file which prepares the parameters to be 
given to DSZ. DSZ mostly works using environment variables which
are set in this batch file. 

Do not change this file unless you really want to do something new !



@echo off


SET DSZLOG=%1
SET DSZPORT=%2,%3


shift
shift
shift
DSZ %1 %2 %3 %4 %5 %6 %7 %8 %9

</PRE>
</BODY></HTML>