From 002fe6e5f2d084fc12fee3d6e5a3fdffe491b7e8 Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Wed, 22 Apr 2020 12:44:07 +0200 Subject: doc: fix unescaped character This was causing a warning during the documentation build. PR-URL: https://github.com/libuv/libuv/pull/2797 Reviewed-By: Ben Noordhuis Reviewed-By: Colin Ihrig --- docs/src/misc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/src') diff --git a/docs/src/misc.rst b/docs/src/misc.rst index 7bf71b12..b3cf43ea 100644 --- a/docs/src/misc.rst +++ b/docs/src/misc.rst @@ -673,7 +673,7 @@ API .. note:: On IBM i PASE, you are not allowed to change your priority unless you - have the *JOBCTL special authority (even to lower it). + have the \*JOBCTL special authority (even to lower it). .. versionadded:: 1.23.0 -- cgit v1.2.3