Merge branch 'master' of github.com:nikiroo/gofetch
[gofetch.git] / test / expected / LWN / 0000764057.header.html
index 80f173969c676b84847c2dc906520af5a7a30475..1b43f463e91fdd05c7d2014f7626c3d6d5d94df9 100644 (file)
@@ -9,11 +9,11 @@
 </head>
 <body>
 <div class='story-header'>
-       <h1><a href='0000764057.html'>[$] IDA: simplifying the complex task of allocating integers</a></h1>
+       <h2><a href='0000764057.html'>[$] IDA: simplifying the complex task of allocating integers</a></h2>
        <div class='details'>([Kernel] Sep 4, 2018 0:15 UTC (Tue) (corbet))</div>
        <br/>
        <div class='content' style='text-align: justify'>
-               It is common for kernel code to generate unique integers for identifiers. When one plugs in a flash drive, it will show up as /dev/sdN; that N (a letter derived from a number) must be generated in the kernel, and it should not already be in use for another drive or unpleasant things will happen. One might think that generating such numbers would not be a difficult task, but that turns out not to be the case, especially in situations where many numbers must be tracked. The IDA (for &quot;ID allocator&quot;, perhaps) API exists to handle this specialized task. In past kernels, it has managed to make the process of getting an unused number surprisingly complex; the 4.19 kernel has a new IDA API that simplifies things considerably.
+               It is common for kernel code to generate unique integers for identifiers. When one plugs in a flash drive, it will show up as /dev/sdN ; that N (a letter derived from a number) must be generated in the kernel, and it should not already be in use for another drive or unpleasant things will happen. One might think that generating such numbers would not be a difficult task, but that turns out not to be the case, especially in situations where many numbers must be tracked. The IDA (for &quot;ID allocator&quot;, perhaps) API exists to handle this specialized task. In past kernels, it has managed to make the process of getting an unused number surprisingly complex; the 4.19 kernel has a new IDA API that simplifies things considerably.
        </div>
 <hr/>
 </div>