diff options
author | Beat Bolli <me+github@drbeat.li> | 2016-11-18 10:17:28 +0100 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-11-18 13:28:03 +0100 |
commit | 663ece0faa3d87a81838011f81edb8ede97018fd (patch) | |
tree | 408e0a4f5ee234a9bbfe7d4fd4e0131b9a8158ad /CONTRIBUTING | |
parent | Fix name of "locked" variable (diff) | |
download | openssl-663ece0faa3d87a81838011f81edb8ede97018fd.tar.xz openssl-663ece0faa3d87a81838011f81edb8ede97018fd.zip |
Update the location of the pod files
CLA: trivial
Since 99d63d4 ("Move manpages to man[1357] structure.", 2016-10-26), the location
of the pod files has changed.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1951)
Diffstat (limited to 'CONTRIBUTING')
-rw-r--r-- | CONTRIBUTING | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING index 1eebaf37ec..08c607aad2 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -50,5 +50,5 @@ acceptance and review process faster: test/README for information on the test framework. 6. New features or changed functionality must include - documentation. Please look at the "pod" files in doc/apps, doc/crypto - and doc/ssl for examples of our style. + documentation. Please look at the "pod" files in doc/man[1357] + for examples of our style. |