Commit c6c2b63086a98c91d039b29c6b7da93e8f792b98

Authored by Steffen Rehberg
Committed by GitHub
1 parent 3ea83e99

DOC: Fix some typos in cli.rst

Showing 1 changed file with 6 additions and 6 deletions
manual/cli.rst
@@ -1948,11 +1948,11 @@ Encryption @@ -1948,11 +1948,11 @@ Encryption
1948 --encrypt user-password owner-password key-length [options] -- 1948 --encrypt user-password owner-password key-length [options] --
1949 1949
1950 The first form, with flags for the passwords and bit length, was 1950 The first form, with flags for the passwords and bit length, was
1951 - introduced in qpdf 11.7.0. Only the --bits option is is mandatory. 1951 + introduced in qpdf 11.7.0. Only the --bits option is mandatory.
1952 This form allows you to use any text as the password. If passwords 1952 This form allows you to use any text as the password. If passwords
1953 are specified, they must be given before the --bits option. 1953 are specified, they must be given before the --bits option.
1954 1954
1955 - The second form has been in qpdf since the beginning and wil 1955 + The second form has been in qpdf since the beginning and will
1956 continue to be supported. Either or both of user-password and 1956 continue to be supported. Either or both of user-password and
1957 owner-password may be empty strings. 1957 owner-password may be empty strings.
1958 1958
@@ -1967,7 +1967,7 @@ Encryption @@ -1967,7 +1967,7 @@ Encryption
1967 40-bit encryption is insecure, as is 128-bit encryption without 1967 40-bit encryption is insecure, as is 128-bit encryption without
1968 AES. Use 256-bit encryption unless you have a specific reason to 1968 AES. Use 256-bit encryption unless you have a specific reason to
1969 use an insecure format, such as testing or compatibility with very 1969 use an insecure format, such as testing or compatibility with very
1970 - old viewers. You must use the --allow-weak-crypto to create 1970 + old viewers. You must use the --allow-weak-crypto flag to create
1971 encrypted files that use insecure cryptographic algorithms. The 1971 encrypted files that use insecure cryptographic algorithms. The
1972 --allow-weak-crypto flag appears outside of --encrypt ... -- 1972 --allow-weak-crypto flag appears outside of --encrypt ... --
1973 (before --encrypt or after --). 1973 (before --encrypt or after --).
@@ -2037,12 +2037,12 @@ OR @@ -2037,12 +2037,12 @@ OR
2037 --encrypt user-password owner-password key-length [options] -- 2037 --encrypt user-password owner-password key-length [options] --
2038 2038
2039 The first form, with flags for the passwords and bit length, was 2039 The first form, with flags for the passwords and bit length, was
2040 -introduced in qpdf 11.7.0. Only the :qpdf:ref:`--bits` option is is 2040 +introduced in qpdf 11.7.0. Only the :qpdf:ref:`--bits` option is
2041 mandatory. This form allows you to use any text as the password. If 2041 mandatory. This form allows you to use any text as the password. If
2042 passwords are specified, they must be given before the 2042 passwords are specified, they must be given before the
2043 :qpdf:ref:`--bits` option. 2043 :qpdf:ref:`--bits` option.
2044 2044
2045 -The second form has been in qpdf since the beginning and wil 2045 +The second form has been in qpdf since the beginning and will
2046 continue to be supported. Either or both of user-password and 2046 continue to be supported. Either or both of user-password and
2047 owner-password may be empty strings. 2047 owner-password may be empty strings.
2048 2048
@@ -2206,7 +2206,7 @@ Related Options @@ -2206,7 +2206,7 @@ Related Options
2206 Set the owner password of the encrypted file. 2206 Set the owner password of the encrypted file.
2207 2207
2208 Set the owner password of the encrypted file. Conforming readers 2208 Set the owner password of the encrypted file. Conforming readers
2209 - apply allow security restrictions to be changed or overridden when 2209 + allow security restrictions to be changed or overridden when
2210 files are opened with the owner password. 2210 files are opened with the owner password.
2211 2211
2212 .. qpdf:option:: --bits={48|128|256} 2212 .. qpdf:option:: --bits={48|128|256}