The graphics protocol spec should link to POSIX not the linux man page

This commit is contained in:
Kovid Goyal
2021-07-20 09:50:10 +05:30
parent 93e3e4d2b1
commit f4ebec6759
2 changed files with 4 additions and 3 deletions

View File

@@ -142,7 +142,7 @@ html_favicon = html_logo = '../logo/kitty.svg'
# #
html_show_sourcelink = False html_show_sourcelink = False
html_show_sphinx = False html_show_sphinx = False
manpages_url = 'https://man7.org/linux/man-pages/man{section}/{page}.{section}.html'
# -- Options for manual page output ------------------------------------------ # -- Options for manual page output ------------------------------------------

View File

@@ -225,8 +225,9 @@ Value of `t` Meaning
is in a known temporary directory, such as :file:`/tmp`, is in a known temporary directory, such as :file:`/tmp`,
:file:`/dev/shm`, :file:`TMPDIR env var if present` and any platform :file:`/dev/shm`, :file:`TMPDIR env var if present` and any platform
specific temporary directories. specific temporary directories.
``s`` A *shared memory object*, which on POSIX systems is a `POSIX shared memory object ``s`` A *shared memory object*, which on POSIX systems is a
<https://man7.org/linux/man-pages/man7/shm_overview.7.html>`_ and on Windows is a `POSIX shared memory object <https://pubs.opengroup.org/onlinepubs/9699919799/functions/shm_open.html>`_
and on Windows is a
`Named shared memory object <https://docs.microsoft.com/en-us/windows/win32/memory/creating-named-shared-memory>`_. `Named shared memory object <https://docs.microsoft.com/en-us/windows/win32/memory/creating-named-shared-memory>`_.
The terminal emulator must read the data from the memory The terminal emulator must read the data from the memory
object and then unlink and close it on POSIX and just object and then unlink and close it on POSIX and just