From 26a9fed396a981082e68288f019e82a88e3497f5 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sat, 17 Aug 2019 18:31:50 +0100 Subject: [PATCH] docs: some more hyperlink joy --- docs/changelog.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 525543b9..80a74785 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -78,9 +78,9 @@ Mitogen for Ansible * :gh:issue:`363`: fix an obscure race matching *Permission denied* errors from some versions of ``su`` running on heavily loaded machines. -* :gh:issue:`410`: Uses of :linux:man7:`unix` sockets are replaced with pairs - of plain UNIX pipes when SELinux is detected, to work around a broken - heuristic in popular SELinux policies that prevents inheriting +* :gh:issue:`410`: Uses of :linux:man7:`unix` sockets are replaced with + traditional :linux:man7:`pipe` pairs when SELinux is detected, to work around + a broken heuristic in popular SELinux policies that prevents inheriting :linux:man7:`unix` sockets across privilege domains. * `#467 `_: an incompatibility @@ -111,7 +111,7 @@ Mitogen for Ansible due to an incorrect format string. * :gh:issue:`590`: the importer can handle modules that replace themselves in - :mod:`sys.modules` during import. + :data:`sys.modules` during import. * :gh:issue:`591`: the target's current working directory is restored to a known-existent directory between tasks to ensure :func:`os.getcwd` will not