diff options
author | Philip Chimento <philip.chimento@gmail.com> | 2020-04-22 12:44:07 +0200 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2020-04-22 12:44:50 +0200 |
commit | 002fe6e5f2d084fc12fee3d6e5a3fdffe491b7e8 (patch) | |
tree | f04a848a76d8a5a3d68429b2db3bb8ed31740d1c /docs/src | |
parent | a87bb3c5f609504f6e6741d40f24ed2a67af24db (diff) | |
download | libuv-002fe6e5f2d084fc12fee3d6e5a3fdffe491b7e8.tar.gz libuv-002fe6e5f2d084fc12fee3d6e5a3fdffe491b7e8.zip |
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 <info@bnoordhuis.nl>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/misc.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |