mirror of
https://github.com/postgres/postgres.git
synced 2025-08-30 06:01:21 +03:00
doc: Use proper em and en dashes
This commit is contained in:
@@ -827,8 +827,8 @@ filters, dropped zero bytes, dropped high bits, or parity changes.)
|
||||
are numbered from 0 (<acronym>LSB</acronym>) to 31 (<acronym>MSB</acronym>). Note that
|
||||
this field is stored in network byte order (most significant byte first),
|
||||
as are all the integer fields used in the file format. Bits
|
||||
16-31 are reserved to denote critical file format issues; a reader
|
||||
should abort if it finds an unexpected bit set in this range. Bits 0-15
|
||||
16–31 are reserved to denote critical file format issues; a reader
|
||||
should abort if it finds an unexpected bit set in this range. Bits 0–15
|
||||
are reserved to signal backwards-compatible format issues; a reader
|
||||
should simply ignore any unexpected bits set in this range. Currently
|
||||
only one flag bit is defined, and the rest must be zero:
|
||||
|
Reference in New Issue
Block a user