Date: Tue, 18 Sep 2001 22:13:16 +0300 (EEST) From: Giorgos Keramidas <charon@labs.gr> To: FreeBSD-gnats-submit@freebsd.org Subject: docs/30655: change all *word* occurences to use <emphasis> instead in the FAQ Message-ID: <200109181913.f8IJDFB06703@hades.hell.gr>
next in thread | raw e-mail | index | archive | help
>Number: 30655 >Category: docs >Synopsis: change all *word* occurences to use <emphasis> instead in the FAQ >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: Tue Sep 18 15:30:01 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 #5: Tue Sep 4 19:49:44 EEST 2001 root@hades.hell.gr:/usr/obj/usr/src/sys/CHARON i386 >Description: In certain places in the faq the construct *word* is used to denote emphasis. Replace these with real <emphasis> tags. >How-To-Repeat: >Fix: --- patch begins here --- Index: book.sgml =================================================================== RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/faq/book.sgml,v retrieving revision 1.262 diff -u -r1.262 book.sgml --- book.sgml 17 Sep 2001 04:28:29 -0000 1.262 +++ book.sgml 18 Sep 2001 19:08:18 -0000 @@ -526,7 +526,7 @@ <para>Each of these channels are distinct and are not connected to each other. Their chat styles also differ, so you may need to try each to find one suited to your chat style. As with - *all* types of IRC traffic, if you are easily offended or cannot + <emphasis>all</emphasis> types of IRC traffic, if you are easily offended or cannot deal with lots of young people (and more than a few older ones) doing the verbal equivalent of jello wrestling, do not even bother with it.</para> @@ -1680,7 +1680,7 @@ <para>If it <emphasis>is</emphasis> turned on (it is often supplied this way to get around certain limitations in MSDOS) and the disk capacity is more than 1GB, use M cylinders, 63 sectors per - track (*not* 64), and 255 heads, where 'M' is the disk capacity + track (<emphasis>not</emphasis> 64), and 255 heads, where 'M' is the disk capacity in MB divided by 7.844238 (!). So our example 2GB drive would have 261 cylinders, 63 sectors per track and 255 heads.</para> @@ -3585,7 +3585,7 @@ </listitem> </orderedlist> - <para>In particular, a dead giveaway that this is *not* a FreeBSD + <para>In particular, a dead giveaway that this is <emphasis>not</emphasis> a FreeBSD bug is if you see the problem when you are compiling a program, but the activity that the compiler is carrying out changes each time.</para> --- 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?200109181913.f8IJDFB06703>