This is a discussion on Micro doc patch within the Pgsql Patches forums, part of the PostgreSQL category; --> Add missing quotes. Index: docguide.sgml ================================================== ================= RCS file: /projects/cvsroot/pgsql/doc/src/sgml/docguide.sgml,v retrieving revision 1.55 diff -u -r1.55 docguide.sgml --- docguide.sgml ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Add missing quotes. Index: docguide.sgml ================================================== ================= RCS file: /projects/cvsroot/pgsql/doc/src/sgml/docguide.sgml,v retrieving revision 1.55 diff -u -r1.55 docguide.sgml --- docguide.sgml 9 Apr 2005 03:52:43 -0000 1.55 +++ docguide.sgml 13 May 2005 15:46:53 -0000 @@ -417,7 +417,7 @@ <filename>/usr/local/share/sgml/catalog</filename> can also be made: <programlisting> -CATALOG "docbook-dsssl-1.<replaceable>xx</>/catalog +CATALOG "docbook-dsssl-1.<replaceable>xx</>/catalog" </programlisting> Because stylesheets change rather often, and it's sometimes beneficial to try out alternative versions, Regards, Dave ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to majordomo@postgresql.org) |