Commit c529c28df62172994d772032ba7f5d0f19252818

Authored by Jay Berkenbilt
1 parent 211f1fdf

Manual: use proper character for >=

Showing 1 changed file with 17 additions and 17 deletions
manual/encryption.rst
... ... @@ -236,7 +236,7 @@ cases. A value of 1 indicates that the permission is granted.
236 236 - Meaning
237 237  
238 238 - - 3
239   - - for ``R`` = 2 printing; for ``R`` >= 3, printing at low
  239 + - for ``R`` = 2 printing; for ``R`` 3, printing at low
240 240 resolution
241 241  
242 242 - - 4
... ... @@ -252,7 +252,7 @@ cases. A value of 1 indicates that the permission is granted.
252 252 if bit 4 is also set, create or modify interactive form fields
253 253  
254 254 - - 9
255   - - for ``R`` >= 3, fill in interactive form fields even if bit 6 is
  255 + - for ``R`` 3, fill in interactive form fields even if bit 6 is
256 256 clear
257 257  
258 258 - - 10
... ... @@ -262,12 +262,12 @@ cases. A value of 1 indicates that the permission is granted.
262 262 it is set regardless of its value
263 263  
264 264 - - 11
265   - - for ``R`` >= 3, assemble document including inserting, rotating,
  265 + - for ``R`` 3, assemble document including inserting, rotating,
266 266 or deleting pages or creating document outlines or thumbnail
267 267 images
268 268  
269 269 - - 12
270   - - for ``R`` >= 3, allow printing at full resolution
  270 + - for ``R`` 3, allow printing at full resolution
271 271  
272 272 .. _qpdf-P:
273 273  
... ... @@ -309,51 +309,51 @@ to ``P`` based on the various settings of different security options.
309 309 - ``--accessibility=n``
310 310 - 10
311 311  
312   - - - R >= 4
  312 + - - R 4
313 313 - ``--accessibility=n``
314 314 - ignored
315 315  
316   - - - R >= 3
  316 + - - R 3
317 317 - ``--extract=n``
318 318 - 5
319 319  
320   - - - R >= 3
  320 + - - R 3
321 321 - ``--print=none``
322 322 - 3, 12
323 323  
324   - - - R >= 3
  324 + - - R 3
325 325 - ``--print=low``
326 326 - 12
327 327  
328   - - - R >= 3
  328 + - - R 3
329 329 - ``--modify=none``
330 330 - 4, 6, 9, 11
331 331  
332   - - - R >= 3
  332 + - - R 3
333 333 - ``--modify=assembly``
334 334 - 4, 6, 9
335 335  
336   - - - R >= 3
  336 + - - R 3
337 337 - ``--modify=form``
338 338 - 4, 6
339 339  
340   - - - R >= 3
  340 + - - R 3
341 341 - ``--modify=annotate``
342 342 - 4
343 343  
344   - - - R >= 3
  344 + - - R 3
345 345 - ``--assemble=n``
346 346 - 11
347 347  
348   - - - R >= 3
  348 + - - R 3
349 349 - ``--annotate=n``
350 350 - 6
351 351  
352   - - - R >= 3
  352 + - - R 3
353 353 - ``--form=n``
354 354 - 9
355 355  
356   - - - R >= 3
  356 + - - R 3
357 357 - ``--modify-other=n``
358 358 - 4
359 359  
... ... @@ -391,7 +391,7 @@ password prompt is given. Creating a file with an empty owner password
391 391 is like creating a file with the same owner and user password: there
392 392 is no way to open the file as an owner.
393 393  
394   -For ``V`` >= 5, the main encryption key is independently encrypted
  394 +For ``V`` 5, the main encryption key is independently encrypted
395 395 using the user password and the owner password. There is no way to
396 396 recover the user password from the owner password. Restrictions are
397 397 imposed or not depending on which password was used. In this case, the
... ...