diff options
author | John Terpstra <jht@samba.org> | 2003-04-26 01:38:46 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 2003-04-26 01:38:46 +0000 |
commit | d820b547bd5c555c566bb49cefb7004597cfe114 (patch) | |
tree | 8f12a0a5b73acecaa99d4fe1656fdfff64b1ef3e /docs/docbook/projdoc/Bugs.sgml | |
parent | 05a7f65f8a107302ff29aac9e49b9e29a792b6fd (diff) | |
download | samba-d820b547bd5c555c566bb49cefb7004597cfe114.tar.gz samba-d820b547bd5c555c566bb49cefb7004597cfe114.tar.bz2 samba-d820b547bd5c555c566bb49cefb7004597cfe114.zip |
Many typos, syntax fixes, more. Multiple sources including mega patch from
- Jesse Jacobs <jesse@eazy.homeip.net>
(This used to be commit 5da18339e19bf2bcc23a19339c8a6a3052246d44)
Diffstat (limited to 'docs/docbook/projdoc/Bugs.sgml')
-rw-r--r-- | docs/docbook/projdoc/Bugs.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docbook/projdoc/Bugs.sgml b/docs/docbook/projdoc/Bugs.sgml index 155ab353f4..e7ebde788b 100644 --- a/docs/docbook/projdoc/Bugs.sgml +++ b/docs/docbook/projdoc/Bugs.sgml @@ -164,7 +164,7 @@ occurred. Include this in your mail. </para> <para> -If you known any assembly language then do a <userinput>disass</userinput> of the routine +If you know any assembly language then do a <userinput>disass</userinput> of the routine where the problem occurred (if its in a library routine then disassemble the routine that called it) and try to work out exactly where the problem is by looking at the surrounding code. Even if you @@ -195,7 +195,7 @@ where it occurred. The best sort of bug report is one that includes a fix! If you send us patches please use <userinput>diff -u</userinput> format if your version of diff supports it, otherwise use <userinput>diff -c4</userinput>. Make sure -your do the diff against a clean version of the source and let me know +you do the diff against a clean version of the source and let me know exactly what version you used. </para> |