• Fizz@lemmy.nz
    link
    fedilink
    arrow-up
    3
    ·
    11 months ago

    No matter how many times I read this I have no idea what’s going on. Can someone explain this like I’m 3

    • Prismey@sh.itjust.works
      link
      fedilink
      arrow-up
      5
      ·
      11 months ago

      A girl read documentation and see that all the titles are underlined with -, but one of the letter isn’t underlined like the others (that’s the lonely s). Then she asks the person doing the commit to fix it and they fix it together.

    • MJBrune@beehaw.org
      link
      fedilink
      arrow-up
      1
      ·
      11 months ago

      So in the documentation they had

      1.9 Ext4 file system parameters
      ------------------------------
      

      As you can see the ‘s’ doesn’t get a ‘-’ under it. So they changed the documentation to:

      1.9 Ext4 file system parameters
      -------------------------------
      

      so the ‘s’ in parameters gets a dash under it.

      this seems to be the standard as everywhere else the dashes go for the same length of characters as the above line. Example:

      2.0 /proc/consoles
      ------------------
      

      The little girl said the ‘s’ in parameters is sad because it didn’t get the dash under it and it was all alone. So they added the dash.