From ad9e01212a6e32239ecb32ef1471828c99265585 Mon Sep 17 00:00:00 2001 From: Stephane Legrand Date: Sun, 2 Mar 2003 15:22:37 +0000 Subject: [PATCH] Correct bad tags. --- en/docproj/submitting.sgml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/en/docproj/submitting.sgml b/en/docproj/submitting.sgml index 9c14362549..9e4d858d43 100644 --- a/en/docproj/submitting.sgml +++ b/en/docproj/submitting.sgml @@ -1,6 +1,6 @@ - + %includes; ]> @@ -34,8 +34,8 @@ to submit it.

To do this, wrap it up into a tar file. If your documentation consists - of three files, + of three files, one, two, and three, and you want it + all to go into doc.tar, do

     % tar cf doc.tar one two three
@@ -99,7 +99,7 @@
 
     
  1. Make a copy of the file you are going to change. If you are - changing + changing foo.sgml, do

         % cp foo.sgml foo.sgml.old
    @@ -121,11 +121,11 @@
     	

    This looks at the difference between the two files, and writes them - to the file

  2. + to the file foo.diff.

-

You can then send You can then send foo.diff back to the project. Send a PR as + described earlier, but include the foo.diff file in the body of the PR.

FreeBSD Documentation Project Home