Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jul 2001 18:11:15 +0300 (EEST)
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/28836: bring </screen> tags to the end of the line that <screen> ends, in articles/multi-boot
Message-ID:  <200107091511.f69FBFk23804@hades.hell.gr>

next in thread | raw e-mail | index | archive | help

>Number:         28836
>Category:       docs
>Synopsis:       bring </screen> tags to the end of the line that <screen> ends, in articles/multi-boot
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 09 09:10:10 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Giorgos Keramidas
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD hades.hell.gr 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sun Jun 24 18:34:43 EEST 2001 root@hades.hell.gr:/usr/obj/usr/src/sys/CHARON i386

>Description:

	The multi-boot article has a couple of </screen> tags preceded
	by whitespace.  Correct this, to match the style of other
	documents in the repository.

>How-To-Repeat:
>Fix:

--- patch begins here ---
Index: en_US.ISO8859-1/articles/multi-os/article.sgml
===================================================================
RCS file: /home/ncvs/doc/en_US.ISO8859-1/articles/multi-os/article.sgml,v
retrieving revision 1.15
diff -u -r1.15 article.sgml
--- en_US.ISO8859-1/articles/multi-os/article.sgml	2001/07/06 13:02:49	1.15
+++ en_US.ISO8859-1/articles/multi-os/article.sgml	2001/07/09 15:08:04
@@ -229,8 +229,7 @@
 
 Press Esc to continue
 
----------------------------------------------------------------------
-	  </screen>
+---------------------------------------------------------------------</screen>
 	  ** May say FAT16 or FAT32 if you are using the OEM SR2
 	  update.  See <xref linkend="ch2">).</para>
       </step>
@@ -728,8 +727,7 @@
 	  can boot off a DOS floppy, and run:</para>
 
 	<informalexample>
-	  <screen>A:\> <userinput>FDISK /MBR</>
-	  </screen>
+	  <screen>A:\> <userinput>FDISK /MBR</userinput></screen>
 	</informalexample>
 
 	<para>to put the original, simple DOS boot code back into the
--- patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107091511.f69FBFk23804>