diff options
| author | Nik Clayton <nik@FreeBSD.org> | 1998-11-03 23:49:40 +0000 |
|---|---|---|
| committer | Nik Clayton <nik@FreeBSD.org> | 1998-11-03 23:49:40 +0000 |
| commit | 97bffaedeae4fc099e785221c88a0ce06222b908 (patch) | |
| tree | 313e8e0c642130e23603d99e94537004614817e5 /en/handbook | |
| parent | 6a33e87af929573bda79b3757964f8a0c539124c (diff) | |
Notes
Diffstat (limited to 'en/handbook')
| -rw-r--r-- | en/handbook/README | 2 | ||||
| -rw-r--r-- | en/handbook/kerneldebug/chapter.sgml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/en/handbook/README b/en/handbook/README index fbfd1fd7af..ff40e090c4 100644 --- a/en/handbook/README +++ b/en/handbook/README @@ -645,3 +645,5 @@ for example, 63. Add <!ENTITY rel.current CDATA "2.2.6"> to handbook.sgml, from r1.83 of doc/handbook/handbook.sgml. + 64. Fix line 125 of kerneldebug/chapter.sgml, & -> & + diff --git a/en/handbook/kerneldebug/chapter.sgml b/en/handbook/kerneldebug/chapter.sgml index 711e8c0ae3..d4a6de98ae 100644 --- a/en/handbook/kerneldebug/chapter.sgml +++ b/en/handbook/kerneldebug/chapter.sgml @@ -122,7 +122,7 @@ 32:_eax = 64772224, tf_trapno = 12, tf_err = -272695296, tf_eip = -26\ 33:6672343, tf_cs = -266469368, tf_eflags = 66066, tf_esp = 3072, tf_\ 34:ss = -266427884}) (../../i386/i386/trap.c line 283) -35:283 (void) trap_pfault(&frame, FALSE); +35:283 (void) trap_pfault(&frame, FALSE); 36:<prompt>(kgdb)</prompt> <userinput>frame frame->tf_ebp frame->tf_eip</userinput> 37:Reading in symbols for ../../i386/isa/pcvt/pcvt_drv.c...done. 38:#0 0xf01ae729 in pcopen (dev=3072, flag=3, mode=8192, p=(struct p\ |
