[xiph-cvs] cvs commit: positron/doc quirks.html style.css
Stan Seibert
volsung at xiph.org
Mon May 26 17:39:52 PDT 2003
volsung 03/05/26 20:39:52
Modified: doc quirks.html style.css
Log:
Fix some typos and use some CSS to make the lists look better.
Revision Changes Path
1.2 +5 -4 positron/doc/quirks.html
Index: quirks.html
===================================================================
RCS file: /usr/local/cvsroot/positron/doc/quirks.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- quirks.html 26 May 2003 23:31:55 -0000 1.1
+++ quirks.html 27 May 2003 00:39:52 -0000 1.2
@@ -1,5 +1,6 @@
<html>
<head>
+ <link rel="stylesheet" type="text/css" href="style.css" />
<title>Positron Documentation: Quirks and other Common Pitfalls</title>
</head>
<body>
@@ -70,7 +71,7 @@
consider while working with it from a UNIX system:
</p>
-<ul>
+<ul class="biglist">
<li>Filenames are not case sensitive and the Linux vfat drivers
don't necessarily preserve case. This most often causes problem
@@ -78,7 +79,7 @@
case-insensitive comparison should be used. You can open files with
any case you want, but directory listings will return filenames with
cases that depend on the mount options. See the vfat part of the
- mount manpage for details.</p>
+ mount manpage for details.</li>
<li>Some characters are disallowed in FAT filenames and will be
rejected by the Linux vfat drivers. These include: <tt>\ / : * ?
@@ -95,7 +96,7 @@
<h2>Database</h2>
-<ul>
+<ul class="biglist">
<li>Just as with filenames, extended ASCII should also be avoided in
data fields. The Neuros cannot display it, though the issue has
been acknowledged by DI and they plan to release a future firmware
@@ -103,7 +104,7 @@
<li>Some versions (maybe all?) of the firmware, when required to
generate new database files from scratch, produce incorrect
- databases. The some of the databases will have SAI files with
+ databases. Some of the databases will have SAI files with
incorrect pointers, or MDB files with the wrong number of fields.
Fortunately, this only occurs if the Neuros is booted with missing
databases or if the disk is formatted. The solution is to
<p><p>1.3 +1 -0 positron/doc/style.css
Index: style.css
===================================================================
RCS file: /usr/local/cvsroot/positron/doc/style.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- style.css 27 May 2003 00:30:16 -0000 1.2
+++ style.css 27 May 2003 00:39:52 -0000 1.3
@@ -3,3 +3,4 @@
td.nodata {background-color: rgb(80%, 80%, 80%)}
h4 {margin-top: 3em}
.figure { margin-left: auto; margin-right: auto;}
+ul.biglist li { padding-bottom: 1em; }
\ No newline at end of file
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list