mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-25 14:15:45 +03:00
Fix typos in documentation
Fix various typos in docs/ and docker/ sub-folders
This commit is contained in:
parent
6acaf51d6e
commit
28a0276cda
@ -35,7 +35,7 @@ To update the official Proton SDK images:
|
|||||||
repository to point to the new commit, commit and push to trigger a
|
repository to point to the new commit, commit and push to trigger a
|
||||||
new build of "-dev" images.
|
new build of "-dev" images.
|
||||||
|
|
||||||
3) Once the images are satifying, tag the version in Proton SDK
|
3) Once the images are satisfying, tag the version in Proton SDK
|
||||||
repository and push the tag, this will trigger a new build of the
|
repository and push the tag, this will trigger a new build of the
|
||||||
images and version them with the same tag as the Git tag.
|
images and version them with the same tag as the Git tag.
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ hid is a layer above rawinput, where Windows will talk HID to the controller on
|
|||||||
the game's behalf. This turns the raw HID protocol data into usable things like
|
the game's behalf. This turns the raw HID protocol data into usable things like
|
||||||
buttons and joysticks.
|
buttons and joysticks.
|
||||||
|
|
||||||
dinput is a "legacy" API that allows applictions to talk to any type of
|
dinput is a "legacy" API that allows applications to talk to any type of
|
||||||
joystick. On Windows, it is implemented on top of HID. Notably, dinput allows
|
joystick. On Windows, it is implemented on top of HID. Notably, dinput allows
|
||||||
easy access to controllers that no other API does, so it is still used by
|
easy access to controllers that no other API does, so it is still used by
|
||||||
modern games despite being "legacy."
|
modern games despite being "legacy."
|
||||||
|
@ -4,7 +4,7 @@ Some games rely on ICMP ECHO requests to detect network connectivity,
|
|||||||
or to measure connection ping.
|
or to measure connection ping.
|
||||||
|
|
||||||
Proton supports sending ICMP ECHO requests using RAW sockets or DGRAM
|
Proton supports sending ICMP ECHO requests using RAW sockets or DGRAM
|
||||||
ICMP sockets, but the former requires elevated priviledges, and the
|
ICMP sockets, but the former requires elevated privileges, and the
|
||||||
latter may also be disabled by default.
|
latter may also be disabled by default.
|
||||||
|
|
||||||
DGRAM ICMP sockets can be enabled for a given set of user groups by
|
DGRAM ICMP sockets can be enabled for a given set of user groups by
|
||||||
|
@ -6,7 +6,7 @@ priority levels. However, most default Linux configurations don't allow
|
|||||||
individual threads to raise their priority, so some system configuration is
|
individual threads to raise their priority, so some system configuration is
|
||||||
likely required.
|
likely required.
|
||||||
|
|
||||||
It can be configured as a priviledged user by editing the
|
It can be configured as a privileged user by editing the
|
||||||
`/etc/security/limits.conf` file, or using the `/etc/security/limits.d/` conf
|
`/etc/security/limits.conf` file, or using the `/etc/security/limits.d/` conf
|
||||||
directory, and adding the following line at the end:
|
directory, and adding the following line at the end:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user