Thread

Commits

  1. doc: Spell I/O consistently

  1. doc patch: Spell I/O consistently

    Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> — 2024-02-05T15:59:27Z

    Hi Hackers,
    
    I just noticed that a couple of places in the docs spell I/O as IO or
    even io when not referring to literal table/view/column names or values
    therein.  Here's a patch to fix them.
    
    - ilmari
    
    
    
  2. Re: doc patch: Spell I/O consistently

    Michael Paquier <michael@paquier.xyz> — 2024-02-06T04:29:01Z

    On Mon, Feb 05, 2024 at 03:59:27PM +0000, Dagfinn Ilmari Mannsåker wrote:
    > I just noticed that a couple of places in the docs spell I/O as IO or
    > even io when not referring to literal table/view/column names or values
    > therein.  Here's a patch to fix them.
    
    Makes sense to me to be consistent in these sections of the docs, so
    applied.  Thanks!
    --
    Michael
    
  3. Re: doc patch: Spell I/O consistently

    Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> — 2024-02-06T10:19:21Z

    Michael Paquier <michael@paquier.xyz> writes:
    
    > On Mon, Feb 05, 2024 at 03:59:27PM +0000, Dagfinn Ilmari Mannsåker wrote:
    >> I just noticed that a couple of places in the docs spell I/O as IO or
    >> even io when not referring to literal table/view/column names or values
    >> therein.  Here's a patch to fix them.
    >
    > Makes sense to me to be consistent in these sections of the docs, so
    > applied.  Thanks!
    
    Thanks!
    
    - ilmari