Re: doc patch: Spell I/O consistently

2024-02-06 Thread Dagfinn Ilmari Mannsåker
Michael Paquier writes: > On Mon, Feb 05, 2024 at 03:59:27PM +, 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. > > Make

Re: doc patch: Spell I/O consistently

2024-02-05 Thread Michael Paquier
On Mon, Feb 05, 2024 at 03:59:27PM +, 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

doc patch: Spell I/O consistently

2024-02-05 Thread Dagfinn Ilmari Mannsåker
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 >From ed5f9ce738dd6356d5d68e4cfed95d8d98d2cde5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dagfin