The graphics protocol spec should link to POSIX not the linux man page
This commit is contained in:
parent
93e3e4d2b1
commit
f4ebec6759
@ -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 ------------------------------------------
|
||||
|
||||
|
||||
@ -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
|
||||
<https://man7.org/linux/man-pages/man7/shm_overview.7.html>`_ and on Windows is a
|
||||
``s`` A *shared memory object*, which on POSIX systems 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>`_.
|
||||
The terminal emulator must read the data from the memory
|
||||
object and then unlink and close it on POSIX and just
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user