K 10 svn:author V 9 salvadore K 8 svn:date V 27 2020-05-01T11:57:43.915421Z K 7 svn:log V 499 books/porters-handbook: Fix mistake in vuln.xml description The example for vuln.xml contains the line 1.61.9 which is explained as describing the interval 1.6 <= x <= 1.9, but is 1.6 <= x < 1.9 instead as is suggested by: - the and tags; - the output of pkg audit, which for the example would contain the line >= 1.6: < 1.9. Reviewed by: mat, crees Approved by: mat, bcr (docs), gerald (mentor) Differential Revision: https://reviews.freebsd.org/D24381 END