Date: Thu, 5 Jul 2001 07:14:41 +0300 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Chris Costello <chris@calldei.com> Cc: doc@FreeBSD.ORG Subject: Re: <screen> tag usage and html output Message-ID: <20010705071441.A1089@hades.hell.gr> In-Reply-To: <20010705050005.B99648@hades.hell.gr>; from keramida@ceid.upatras.gr on Thu, Jul 05, 2001 at 05:00:05AM %2B0300 References: <20010705042455.A99324@hades.hell.gr> <20010704205426.C415@holly.calldei.com> <20010705050005.B99648@hades.hell.gr>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jul 05, 2001 at 05:00:05AM +0300, Giorgos Keramidas wrote: > Yes, I patched a version of developers-handbook to remove those > newlines from a few <screen> tags tonight. Replying to my own message. It seems that <screen>...</screen> is used in two different manners in the doc/ tree. In the file doc/en_US.ISO8859-1/articles/committers-guide/article.sgml it's used as shown in line 171 168 <para>Check out a module with the <literal>co</literal> or 169 <literal>checkout</literal> command.</para> 170 171 <screen>&prompt.user; <userinput>cvs checkout shazam</userinput></screen> 172 173 <para>This checks out a copy of the <filename>shazam</filename> module. If In other places, like for instance in doc/en_US.ISO8859-1/articles/fonts/article.sgml, it's used differently. 239 <informalexample> 240 <screen>&prompt.user; <userinput>vidcontrol VGA_80x60</userinput> 241 </screen> 242 </informalexample> Where </screen> is preceded by a newline, the output does look different when rendered by Netscape. This is however a whitespace fix, and it touches far too many places in the doc tree. I am not sure if a send-pr would be proper in this case. Comments anyone? I mean, is this worth the effort of going through every document in there, and changing it, take a nice diff and post it to a PR? -giorgos 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?20010705071441.A1089>