Bug 79311

Summary: Typo in developer handbook
Product: Documentation Reporter: Linus Nordberg <linus>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Linus Nordberg 2005-03-28 18:40:01 UTC
 --==-=-=
 Content-Type: multipart/mixed; boundary="=-=-="
 
 --=-=-=

Fix: See attached patch.

--=-=-=
Content-Disposition: attachment

cd /tmp/


Diff finished at Mon Mar 28 19:25:49

--=-=-=--

--==-=-=
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (FreeBSD)

iD8DBQBCSD+VUAvzAs4s3x4RAn8KAJ9YKdKeKAAPHIWeYXuRWVmEDp4TQQCeKNOQ
1cTp0l/vJ+d0HN0v+SgapiQ=
=+1LZ
-----END PGP SIGNATURE-----
--==-=-=----KZiSKy8it3vBJXJIMZXlTBUEbxlL4iyzbYWdJVe3p4dma16o
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

diff -cp /tmp/kerneldebug-post-mortem.html.ORIG /tmp/kerneldebug-post-mortem.html
*** /tmp/kerneldebug-post-mortem.html.ORIG	Mon Mar 28 19:23:40 2005
--- /tmp/kerneldebug-post-mortem.html	Mon Mar 28 19:24:54 2005
*************** add, if it does not exist) the following
*** 47,53 ****
  <p>Rebuild the kernel. Due to the time stamp change on the Makefile, some other object
  files will be rebuilt, for example <tt class="FILENAME">trap.o</tt>. With a bit of luck,
  the added <var class="OPTION">-g</var> option will not change anything for the generated
! code, so you will finally get a new kernel with similar code to the faulting one but some
  debugging symbols. You should at least verify the old and new sizes with the <a href="http://www.freebsd.org/cgi/man.cgi?query=size&amp;sektion=1"><span class="CITEREFENTRY"><span class="REFENTRYTITLE">size</span>(1)</span></a> command. If
  there is a mismatch, you probably need to give up here.</p>
  
--- 47,53 ----
  <p>Rebuild the kernel. Due to the time stamp change on the Makefile, some other object
  files will be rebuilt, for example <tt class="FILENAME">trap.o</tt>. With a bit of luck,
  the added <var class="OPTION">-g</var> option will not change anything for the generated
! code, so you will finally get a new kernel with similar code to the faulting one but with some
  debugging symbols. You should at least verify the old and new sizes with the <a href="http://www.freebsd.org/cgi/man.cgi?query=size&amp;sektion=1"><span class="CITEREFENTRY"><span class="REFENTRYTITLE">size</span>(1)</span></a> command. If
  there is a mismatch, you probably need to give up here.</p>
  
*************** know enough.</p>
*** 82,85 ****
  
  <p align="center"><small>For questions about FreeBSD, read the <a href="http://www.freebsd.org/docs.html">documentation</a> before contacting &lt;<a href="mailto:questions@FreeBSD.org">questions@FreeBSD.org</a>&gt;.<br>
  For questions about this documentation, e-mail &lt;<a href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>&gt;.</small></p>
! </body></html>
\ No newline at end of file
--- 82,85 ----
  
  <p align="center"><small>For questions about FreeBSD, read the <a href="http://www.freebsd.org/docs.html">documentation</a> before contacting &lt;<a href="mailto:questions@FreeBSD.org">questions@FreeBSD.org</a>&gt;.<br>
  For questions about this documentation, e-mail &lt;<a href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>&gt;.</small></p>
! </body></html>
Comment 1 Marc Fonvieille freebsd_committer freebsd_triage 2005-03-28 19:01:52 UTC
State Changed
From-To: open->closed

Fixed.  Thanks!