X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=doc%2FHOWTO%2Fproxy_certificates.txt;h=f6f754cc34e55dd515a57392195ec946fbb714c8;hp=2936cd6e518b1b1c8e0d9ea1446caa72264006db;hb=9c0586d5fc7988d2f8544f7884572a3b430406f6;hpb=df4439186fb70ce72668d472943dbcd057df8f30 diff --git a/doc/HOWTO/proxy_certificates.txt b/doc/HOWTO/proxy_certificates.txt index 2936cd6e51..f6f754cc34 100644 --- a/doc/HOWTO/proxy_certificates.txt +++ b/doc/HOWTO/proxy_certificates.txt @@ -108,7 +108,7 @@ recognised: superfluous, and was removed. file indicates that the text of the policy should really be taken from a - file. The string is then really a file name. This is useful for + file. The string is then really a filename. This is useful for policies that are large (more than a few lines, e.g. XML documents). The 'policy' setting can be split up in multiple lines like this: @@ -255,7 +255,7 @@ Here is some skeleton code you can fill in: /* * process_rights() is supposed to be a procedure - * that takes a string and it's length, interprets + * that takes a string and its length, interprets * it and sets the bits in the YOUR_RIGHTS pointed * at by the third argument. */