Renamed seg_init to seq_init.

This commit is contained in:
Joel Sherrill
1999-10-06 17:00:29 +00:00
parent 3a81fa153e
commit 30cd82f8d9
4 changed files with 19 additions and 7 deletions

View File

@@ -105,4 +105,16 @@ conclusion.texi: conclusion.t Makefile
-u "Top" \ -u "Top" \
-n "" ${*}.t -n "" ${*}.t
garde.eps
layers.eps
process.eps
seq_init.eps
seq_break.eps
seq_detach.eps
convert:
/usr/bin/gs -dMaxBitmap=300000000 -g4500x5500 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER -sOutputFile=garde.pdf -- garde.eps -c -quit
/usr/bin/gs -dMaxBitmap=300000000 -g4500x5500 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER -sOutputFile=layers.pdf -- layers.eps -c -quit
/usr/bin/gs -dMaxBitmap=300000000 -g4500x5500 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER -sOutputFile=process.pdf -- process.eps -c -quit
/usr/bin/gs -dMaxBitmap=300000000 -g4500x5500 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER -sOutputFile=seq_init.pdf -- seq_init.eps -c -quit
/usr/bin/gs -dMaxBitmap=300000000 -g4500x5500 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER -sOutputFile=seq_break.pdf -- seq_break.eps -c -quit
/usr/bin/gs -dMaxBitmap=300000000 -g4500x5500 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER -sOutputFile=seq_detach.pdf -- PCIreg.eps -c -quit

View File

@@ -205,7 +205,7 @@ the host debugger on the target are only simple actions which look like :
@example @example
@group @group
XXXXX reference it in the previous paragraph XXXXX reference it in the previous paragraph
XXXXX insert seg_init.eps XXXXX insert seq_init.eps
XXXXX Caption Debug session initialization XXXXX Caption Debug session initialization
@end group @end group
@end example @end example
@@ -215,18 +215,18 @@ XXXXX Caption Debug session initialization
@example @example
@group @group
XXXXX reference it in the previous paragraph XXXXX reference it in the previous paragraph
XXXXX insert seg_init.eps XXXXX insert seq_init.eps
XXXXX Caption Debug session initialization XXXXX Caption Debug session initialization
@end group @end group
@end example @end example
@end ifset @end ifset
@c @image{seg_init} @c @image{seq_init}
@ifset use-html @ifset use-html
@c <IMG SRC="seg_init.jpg" WIDTH=500 HEIGHT=600 ALT="Debug session initialization"> @c <IMG SRC="seq_init.jpg" WIDTH=500 HEIGHT=600 ALT="Debug session initialization">
@html @html
<IMG SRC="seg_init.jpg" ALT="Debug session initialization"> <IMG SRC="seq_init.jpg" ALT="Debug session initialization">
@end html @end html
@end ifset @end ifset

View File

@@ -1,5 +1,5 @@
%!PS-Adobe-2.0 EPSF-2.0 %!PS-Adobe-2.0 EPSF-2.0
%%Title: seg_init.eps %%Title: seq_init.eps
%%Creator: fig2dev Version 3.2 Patchlevel 1 %%Creator: fig2dev Version 3.2 Patchlevel 1
%%CreationDate: Tue Oct 13 13:59:59 1998 %%CreationDate: Tue Oct 13 13:59:59 1998
%%For: valette@tri-yann (Eric Valette,,6891,) %%For: valette@tri-yann (Eric Valette,,6891,)

View File

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB