[PATCH] " to <quote>, > to &gt;...

C. Michael Pilato cmpilato at red-bean.com
Sun Jul 3 14:04:00 CDT 2005


Shatzer, Larry wrote:

>Log Message:
>* appa.xml, appb.xml, ch04.xml, ch06.xml, ch07.xml, ch08.xml
>
>Fix places where > should be >, " to <quote>, and to remove space around
>>  
>

Nice patch.  Only one nit (below).

>@@ -640,10 +640,10 @@
> 
>       <para>Apple's OS X operating system has an integrated
>         filesystem-level WebDAV client. From the Finder, select the
>-        "Connect to Server" item from the Go menu.  Enter a WebDAV
>-        URL, and it appears as a disk on the desktop, just like any
>-        other mounted volume.<footnote><para>From the Darwin terminal,
>-        one can also run <literal>mount -t webdav URL
>+        <quote>Connect to Server</quote> item from the Go menu.  Enter
>+        a WebDAV URL, and it appears as a disk on the desktop, just
>+        like any other mounted volume.<footnote><para>From the Darwin
>+        terminal, one can also run <literal>mount -t webdav URL
>         /mountpoint</literal></para></footnote>.</para>
>  
>
This actually looks like a good place to use the following DocBook Lite 
tags (instead of <quote>s):

<guimenu> 	

A menu or submenu in a graphical interface.

	

Close the program by selecting 
<guimenuitem>exit</guimenuitem> from the
<guimenu>file</guimenu> menu.

<guimenuitem> 	

An item in a menu or submenu in a graphical interface.

	

Close the program by selecting 
<guimenuitem>exit</guimenuitem> from the
<guimenu>file</guimenu> menu.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.red-bean.com/pipermail/svnbook-dev/attachments/20050703/180216a4/attachment.html>


More information about the svnbook-dev mailing list