diff --git a/docs/emile-first-tune.sgml b/docs/emile-first-tune.sgml
index fcdd9e3..cbb4b27 100644
--- a/docs/emile-first-tune.sgml
+++ b/docs/emile-first-tune.sgml
@@ -59,16 +59,6 @@ manpage.1: manpage.sgml
image
-
- DESCRIPTION
-
- &dhprogram; sets the
- &dhpackage; bootloader first level
- boot block info.
- Display current values if no flags provided.
-
-
- OPTIONS
@@ -105,14 +95,62 @@ manpage.1: manpage.sgml
+
+
+
+
+ specify scsi first level format (offset is a block number)
+
+
+
+
+
+
+
+ set path of second level
+
+
+
- WARNING
-
- !!! USE WITH CAUTION AND AT YOUR OWN RISK !!!
-
+ DESCRIPTION
+
+ &dhprogram; is used to set EMILE first level boot block info.
+
+ EMILE first level is written into the boot block by EMILE.
+ When computer starts it loads in memory this boot block and executes it.
+ The aim of the first level is to load the second level. To be able to load
+ the second level, first level must be configured with information allowing
+ it to know where is located the second level. &dhprogram;
+ is the command allowing to set this information.
+ Display current values if no flags provided.
+
+
+
+ EXAMPLES
+ &dhprogram; -o 1024 -s 55864 /dev/fd0
+ Set the first level in the boot block of the floppy /dev/fd0
+ to load the second level found at the offset 1024 bytes for a size of
+ 55864 bytes
+ &dhprogram; /dev/fd0
+ Display first level information of the device /dev/fd0
+
+ EMILE boot block identified
+
+ Drive number: 1
+ Second level offset: 1024
+ Second level size: 56320
+
+ &dhprogram; /dev/sda4 --path /boot/emile/m68k-second_scsi
+ First level will load the second level found in the file
+ /boot/emile/m68k-second_scsi
+
+
+
+ REPORTING BUGS
+ Report bugs to Laurent Vivier <Laurent@lvivier.info>
@@ -132,6 +170,8 @@ manpage.1: manpage.sgml
the terms of the GNU GPL License, Version 2
or any later version published by the Free Software Foundation.
+ This manual page has been updated by Laurent Vivier
+ <Laurent@lvivier.info>.
On Debian systems, the complete text of the GNU General Public
License can be found in /usr/share/common-licenses/GPL.