mtd/fs/jffs3 JFFS3design.tex,1.8,1.9

Artem Bityuckiy dedekind at infradead.org
Mon Jan 24 11:01:46 EST 2005


Update of /home/cvs/mtd/fs/jffs3
In directory phoenix.infradead.org:/tmp/cvs-serv23644

Modified Files:
	JFFS3design.tex 
Log Message:
href tweaks


Index: JFFS3design.tex
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/JFFS3design.tex,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- JFFS3design.tex	24 Jan 2005 14:58:36 -0000	1.8
+++ JFFS3design.tex	24 Jan 2005 16:01:43 -0000	1.9
@@ -7,9 +7,9 @@
 %
 
 \documentclass[12pt,a4paper,twoside,titlepage]{article}
-\usepackage{html}
-\usepackage{hyperref}
 \usepackage{longtable}
+\usepackage{hyperref}
+\usepackage{html}
 
 \begin{document}
 
@@ -225,19 +225,16 @@
 The JFFS3 checkum algorism is the pending issue. There was long
 discussion how to calculate checksum. See MTD-mailing list archives:
 December\\
-(\htmlref{http://lists.infradead.org/pipermail/linux-mtd/2004-December/011137.html}
-{http://lists.infradead.org/pipermail/linux-mtd/2004-December/011137.html})
+(\url{http://lists.infradead.org/pipermail/linux-mtd/2004-December/011137.html})
 and January\\
-(\htmlref{http://lists.infradead.org/pipermail/linux-mtd/2005-January/011390.html}
-{http://lists.infradead.org/pipermail/linux-mtd/2005-January/011390.html}).
+(\url{http://lists.infradead.org/pipermail/linux-mtd/2005-January/011390.html}).
 
 Special test was written to measure different checksum algoritm's
 performance. It is wanted to run this test on different platforms.
 Currently only x86 and ARM results are known.
 
 The test and x86/ARM results may be found at \\
-\htmlref{http://lists.infradead.org/pipermail/linux-mtd/2005-January/011403.html}
-{http://lists.infradead.org/pipermail/linux-mtd/2005-January/011403.html}.
+\url{http://lists.infradead.org/pipermail/linux-mtd/2005-January/011403.html}.
 
 The test is
 implemented as the kernel loadable module. If you have possibility to run it on your
@@ -260,27 +257,22 @@
 error detected. In this flag is set, print big warning saying that flash
 device in not reliable anymore. Should be controlled by user, though
 (may be using xattr).\\
-\htmlref{http://lists.infradead.org/pipermail/linux-mtd/2005-January/011608.html}
-{http://lists.infradead.org/pipermail/linux-mtd/2005-January/011608.html}
+\url{http://lists.infradead.org/pipermail/linux-mtd/2005-January/011608.html}.
 
 \item Ask zlib not to generate adler32 checksum. JFFS3 write
 checksums itself.\\
-\htmlref{http://lists.infradead.org/pipermail/linux-mtd/2004-December/011137.html}
-{http://lists.infradead.org/pipermail/linux-mtd/2004-December/011137.html}.
+\url{http://lists.infradead.org/pipermail/linux-mtd/2004-December/011137.html}.
 
 \item Make the compression selectable per-file (may be using xattr).\\
-\htmlref{http://lists.infradead.org/pipermail/linux-mtd/2005-January/011645.html}
-{http://lists.infradead.org/pipermail/linux-mtd/2005-January/011645.html}
+\url{http://lists.infradead.org/pipermail/linux-mtd/2005-January/011645.html}.
 
 \item Make one more compression mode when checksums are neither
 generated nor checked.\\
-\htmlref{http://lists.infradead.org/pipermail/linux-mtd/2005-January/011640.html}
-{http://lists.infradead.org/pipermail/linux-mtd/2005-January/011640.html}
+\url{http://lists.infradead.org/pipermail/linux-mtd/2005-January/011640.html}.
 
 \item Have the end majic bitmask on all note types in order to be able
 to quickly detect the partially written nodes.\\
-\htmlref{http://lists.infradead.org/pipermail/linux-mtd/2005-January/011529.html}
-{http://lists.infradead.org/pipermail/linux-mtd/2005-January/011529.html}
+\url{http://lists.infradead.org/pipermail/linux-mtd/2005-January/011529.html}.
 
 \end{enumerate}
 
@@ -291,7 +283,7 @@
 \begin{enumerate}
 \item \raggedright \label{ref_MTD}
 Memory Technology Device (MTD) Subsystem for Linux,\\
-\htmlref{http://www.linux-mtd.infradead.org}{http://www.linux-mtd.infradead.org}.
+\url{http://www.linux-mtd.infradead.org}.
 \end{enumerate}
 
 \end{document}





More information about the linux-mtd-cvs mailing list