From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate001.proxmox.com (gate001.proxmox.com [45.144.208.40]) by lore.proxmox.com (Postfix) with ESMTPS id 4BD251FF0B4 for ; Wed, 09 Sep 2026 10:19:08 +0200 (CEST) Received: from gate001.proxmox.com (localhost.localdomain [127.0.0.1]) by gate001.proxmox.com (Proxmox) with ESMTP id 011EE21573; Wed, 09 Sep 2026 10:19:08 +0200 (CEST) From: Shan Shaji To: pbs-devel@lists.proxmox.com Subject: [PATCH proxmox-backup] docs: pcat1: fix typo and add missing backquote Date: Wed, 9 Sep 2026 10:18:57 +0200 Message-ID: <20260909081857.17266-1-s.shaji@proxmox.com> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1788941937120 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.481 Adjusted score from AWL reputation of From: address DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment (newer systems) RCVD_IN_DNSWL_MED -2.3 Sender listed at https://www.dnswl.org/, medium trust SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Message-ID-Hash: EQ4FQYCSA2GD5YZD2XJMUO6JGR3V4D5H X-Message-ID-Hash: EQ4FQYCSA2GD5YZD2XJMUO6JGR3V4D5H X-MailFrom: s.shaji@proxmox.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox Backup Server development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Signed-off-by: Shan Shaji --- docs/file-formats.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/file-formats.rst b/docs/file-formats.rst index 4d9853b25..d4aae836f 100644 --- a/docs/file-formats.rst +++ b/docs/file-formats.rst @@ -97,13 +97,13 @@ Each table represents the contents of a single directory. Catalog Table Entries ~~~~~~~~~~~~~~~~~~~~~ -Each entry consists of the length and value of its name. Additional, ``file` +Each entry consists of the length and value of its name. Additionally, ``file`` and ``directory`` type entries contain a ``PAYLOAD`` field. For directory entries, the ``offset_back`` payload stores the backward byte distance from the start of the parent directory table to the start of the referenced child directory table. The start offset of the child directory table can be computed as ``parent_table_start - offset_back``. - + .. list-table:: :widths: auto -- 2.47.3