diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2025-10-27 16:44:06 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2025-10-27 16:44:06 +0000 |
| commit | 2321719e316a8747043c7830772004487c9cf393 (patch) | |
| tree | 2d42dde2672f250148795b01266faf79418abc00 | |
| parent | e4144c48dc74a532406ae3b8e491c04311517791 (diff) | |
handbook/x11: Correct three typos in the chapter x11
- s/enviroment/environment/
- s/catagory/category/
| -rw-r--r-- | documentation/content/en/books/handbook/x11/_index.adoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/content/en/books/handbook/x11/_index.adoc b/documentation/content/en/books/handbook/x11/_index.adoc index f549ceffec..d2bc18567f 100644 --- a/documentation/content/en/books/handbook/x11/_index.adoc +++ b/documentation/content/en/books/handbook/x11/_index.adoc @@ -446,7 +446,7 @@ The drivers will automatically offload intensive tasks to the dGPU when required, and power it down when able. To launch applications on the more powerful GPU in PRIME, -use the `DRI_PRIME=1` enviroment variable. +use the `DRI_PRIME=1` environment variable. If multiple graphics drivers are conflicting, the driver for the graphics processor can be specified in the @@ -707,7 +707,7 @@ or manually with package:x11/xinput[xinput] and package:x11/setxkbmap[setxkbmap]. Alternatively, there are older, lightweight, individual drivers for -specific input devices available in the package:x11-drivers[] catagory +specific input devices available in the package:x11-drivers[] category named x11/xf86-input-[foo]. This approach requires manual configuration of the X.org server. Both are described in this subsection. @@ -809,7 +809,7 @@ These are both vector or outline fonts, there are also bitmap fonts. The FreeBSD Ports Collection includes a wide and growing catalog of free, high quality fonts available for installation -in the package:x11-fonts[] catagory. +in the package:x11-fonts[] category. System-wide font packages installed from the ports collection live in `[.filename]#/usr/local/share/fonts/#`. |
