From f4ebec6759d84658e90b6f5c9bdbe022a0ce0dd6 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 20 Jul 2021 09:50:10 +0530 Subject: [PATCH] The graphics protocol spec should link to POSIX not the linux man page --- docs/conf.py | 2 +- docs/graphics-protocol.rst | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 56566fb93..d2f957b12 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -142,7 +142,7 @@ html_favicon = html_logo = '../logo/kitty.svg' # html_show_sourcelink = False html_show_sphinx = False - +manpages_url = 'https://man7.org/linux/man-pages/man{section}/{page}.{section}.html' # -- Options for manual page output ------------------------------------------ diff --git a/docs/graphics-protocol.rst b/docs/graphics-protocol.rst index d183ded9b..8ae0f336c 100644 --- a/docs/graphics-protocol.rst +++ b/docs/graphics-protocol.rst @@ -225,8 +225,9 @@ Value of `t` Meaning is in a known temporary directory, such as :file:`/tmp`, :file:`/dev/shm`, :file:`TMPDIR env var if present` and any platform specific temporary directories. -``s`` A *shared memory object*, which on POSIX systems is a `POSIX shared memory object - `_ and on Windows is a +``s`` A *shared memory object*, which on POSIX systems is a + `POSIX shared memory object `_ + and on Windows is a `Named shared memory object `_. The terminal emulator must read the data from the memory object and then unlink and close it on POSIX and just