devices.tex in 2.0.14

Ulrich Windl (ulrich.windl@rz.uni-regensburg.de)
Tue, 3 Sep 1996 09:40:58 +0200


--Message-Boundary-11997
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7BIT
Content-description: Mail message body

Hello,

I've discovered that Documentation/devices.tex in 2.0.14 produces a
LaTeX error when trying to format it. I've fixed the problem, and
I've converted the File to LaTeX 2e, as LaTeX 2.09 is obsolete now.
We won't use obsolete features, do we?

I'll send the patch in an attachment.

Ulrich Windl

--Message-Boundary-11997
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7BIT
Content-description: Text from file 'device~1.dif'

--- /usr/src/linux-2.0.14/Documentation/devices.tex Fri Jul 12 21:28:43 1996
+++ devices.tex Mon Sep 2 22:21:58 1996
@@ -1,4 +1,4 @@
-\documentstyle{article}
+\documentclass{article}
%
% Adopt somewhat reasonable margins, so it doesn't take a million
% pages to print... :-) If you're actually putting this in print, you
@@ -11,7 +11,7 @@
\headsep=0.25in
\textheight=7.5in
\footskip=0.75in
-\footheight=0.5in
+%not in LaTeX 2e?? %\footheight=0.5in
%
\begin{document}
\newcommand{\file}{\tt} % Style to use for a filename
@@ -1104,7 +1104,7 @@
commercial interface by P\&E.

\begin{devicelist}
-\major{54}{Electrocardiognosis Holter serial card}
+\major{54}{}{char }{Electrocardiognosis Holter serial card}
\minor{0}{/dev/holter0}{First Holter port}
\minor{1}{/dev/holter1}{Second Holter port}
\minor{2}{/dev/holter2}{Third Holter port}

--Message-Boundary-11997--