From c529c28df62172994d772032ba7f5d0f19252818 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Tue, 18 Jan 2022 09:15:39 -0500 Subject: Manual: use proper character for >= --- manual/encryption.rst | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'manual/encryption.rst') diff --git a/manual/encryption.rst b/manual/encryption.rst index 1d84b22f..269500a1 100644 --- a/manual/encryption.rst +++ b/manual/encryption.rst @@ -236,7 +236,7 @@ cases. A value of 1 indicates that the permission is granted. - Meaning - - 3 - - for ``R`` = 2 printing; for ``R`` >= 3, printing at low + - for ``R`` = 2 printing; for ``R`` ≥ 3, printing at low resolution - - 4 @@ -252,7 +252,7 @@ cases. A value of 1 indicates that the permission is granted. if bit 4 is also set, create or modify interactive form fields - - 9 - - for ``R`` >= 3, fill in interactive form fields even if bit 6 is + - for ``R`` ≥ 3, fill in interactive form fields even if bit 6 is clear - - 10 @@ -262,12 +262,12 @@ cases. A value of 1 indicates that the permission is granted. it is set regardless of its value - - 11 - - for ``R`` >= 3, assemble document including inserting, rotating, + - for ``R`` ≥ 3, assemble document including inserting, rotating, or deleting pages or creating document outlines or thumbnail images - - 12 - - for ``R`` >= 3, allow printing at full resolution + - for ``R`` ≥ 3, allow printing at full resolution .. _qpdf-P: @@ -309,51 +309,51 @@ to ``P`` based on the various settings of different security options. - ``--accessibility=n`` - 10 - - - R >= 4 + - - R ≥ 4 - ``--accessibility=n`` - ignored - - - R >= 3 + - - R ≥ 3 - ``--extract=n`` - 5 - - - R >= 3 + - - R ≥ 3 - ``--print=none`` - 3, 12 - - - R >= 3 + - - R ≥ 3 - ``--print=low`` - 12 - - - R >= 3 + - - R ≥ 3 - ``--modify=none`` - 4, 6, 9, 11 - - - R >= 3 + - - R ≥ 3 - ``--modify=assembly`` - 4, 6, 9 - - - R >= 3 + - - R ≥ 3 - ``--modify=form`` - 4, 6 - - - R >= 3 + - - R ≥ 3 - ``--modify=annotate`` - 4 - - - R >= 3 + - - R ≥ 3 - ``--assemble=n`` - 11 - - - R >= 3 + - - R ≥ 3 - ``--annotate=n`` - 6 - - - R >= 3 + - - R ≥ 3 - ``--form=n`` - 9 - - - R >= 3 + - - R ≥ 3 - ``--modify-other=n`` - 4 @@ -391,7 +391,7 @@ password prompt is given. Creating a file with an empty owner password is like creating a file with the same owner and user password: there is no way to open the file as an owner. -For ``V`` >= 5, the main encryption key is independently encrypted +For ``V`` ≥ 5, the main encryption key is independently encrypted using the user password and the owner password. There is no way to recover the user password from the owner password. Restrictions are imposed or not depending on which password was used. In this case, the -- cgit v1.2.3-54-g00ecf