summaryrefslogtreecommitdiffstats
path: root/Doc/using/unix.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/using/unix.rst')
-rw-r--r--Doc/using/unix.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/using/unix.rst b/Doc/using/unix.rst
index 09dd5b0..1d1fa8b 100644
--- a/Doc/using/unix.rst
+++ b/Doc/using/unix.rst
@@ -135,6 +135,7 @@ some Unices may not have the :program:`env` command, so you may need to hardcode
To use shell commands in your Python scripts, look at the :mod:`subprocess` module.
+.. _unix_custom_openssl:
Custom OpenSSL
==============