From 0399ef9d1c0ef43a98897d7e661fd819ebc55087 Mon Sep 17 00:00:00 2001
From: vvolkl <valentin.volkl@cern.ch>
Date: Mon, 14 Jan 2019 17:46:28 +0100
Subject: [PATCH] Fix documentation errors (#3252)

correct info copied from TFile.cxx
---
 documentation/users-guide/InputOutput.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/documentation/users-guide/InputOutput.md b/documentation/users-guide/InputOutput.md
index e913a626261..2150400f73b 100644
--- a/documentation/users-guide/InputOutput.md
+++ b/documentation/users-guide/InputOutput.md
@@ -139,13 +139,13 @@ large file.
 | 34 `->` 37        | `fCompress`      | Zip compression level                 |
 | [42-\>45]         |                  |                                       |
 +-------------------+------------------+---------------------------------------+
-| 34 `->` 37        | `fSeekInfo`      | Pointer to **`TStreamerInfo`** record |
+| 38 `->` 41        | `fSeekInfo`      | Pointer to **`TStreamerInfo`** record |
 | [46-\>53]         |                  |                                       |
 +-------------------+------------------+---------------------------------------+
-| 34 `->` 37        | `fNBytesInfo`    | Number of bytes in                    |
+| 42 `->` 45        | `fNBytesInfo`    | Number of bytes in                    |
 | [54-\>57]         |                  | **`TStreamerInfo`** record            |
 +-------------------+------------------+---------------------------------------+
-| 34 `->` 37        | `fCompress`      | Universal Unique ID                   |
+| 46 `->` 63        | `fCompress`      | Universal Unique ID                   |
 | [58-\>75]         |                  |                                       |
 +-------------------+------------------+---------------------------------------+
 
-- 
GitLab