Fix layout issues in getContent() text
[gofetch.git] / test / expected / LWN / 0000764057.header.html
index 452680205e60e5de5ab2e05a6b9e8f9c73b5ef92..1b43f463e91fdd05c7d2014f7626c3d6d5d94df9 100644 (file)
@@ -13,7 +13,7 @@
        <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>