aboutsummaryrefslogtreecommitdiff
path: root/documentation/content/en/books/handbook
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/content/en/books/handbook')
-rw-r--r--documentation/content/en/books/handbook/filesystems/_index.adoc6
-rw-r--r--documentation/content/en/books/handbook/wine/_index.adoc2
-rw-r--r--documentation/content/en/books/handbook/x11/_index.adoc6
3 files changed, 7 insertions, 7 deletions
diff --git a/documentation/content/en/books/handbook/filesystems/_index.adoc b/documentation/content/en/books/handbook/filesystems/_index.adoc
index 85652391bc..fd82a7c863 100644
--- a/documentation/content/en/books/handbook/filesystems/_index.adoc
+++ b/documentation/content/en/books/handbook/filesystems/_index.adoc
@@ -148,7 +148,7 @@ Use man:sysrc[8] to load the module at startup:
# sysrc kld_list+=fusefs
....
-Mount the exFAT volumne by specifying its FreeBSD partition name and an existing mount point.
+Mount the exFAT volume by specifying its FreeBSD partition name and an existing mount point.
This example mounts [.filename]#/dev/ada0s1# on [.filename]#/mnt#:
[source,shell]
@@ -185,7 +185,7 @@ Use man:sysrc[8] to load the module at startup:
# sysrc kld_list+=fusefs
....
-Mount the NTFS volumne by specifying its FreeBSD partition name and an existing mount point.
+Mount the NTFS volume by specifying its FreeBSD partition name and an existing mount point.
This example mounts [.filename]#/dev/ada0s1# on [.filename]#/mnt#:
[source,shell]
@@ -227,7 +227,7 @@ Use man:sysrc[8] to load the module at startup:
# sysrc kld_list+=fusefs
....
-Mount the HFS/HFS+ volumne by specifying its FreeBSD partition name and an existing mount point.
+Mount the HFS/HFS+ volume by specifying its FreeBSD partition name and an existing mount point.
This example mounts [.filename]#/dev/ada0s1# on [.filename]#/mnt#:
[source,shell]
diff --git a/documentation/content/en/books/handbook/wine/_index.adoc b/documentation/content/en/books/handbook/wine/_index.adoc
index 4b6ed02cdf..5c67d0b36d 100644
--- a/documentation/content/en/books/handbook/wine/_index.adoc
+++ b/documentation/content/en/books/handbook/wine/_index.adoc
@@ -345,7 +345,7 @@ By default, a brand new WINE installation will create the following structure wh
* [.filename]#drive_c/#: emulates the main (i.e., [.filename]#C:#) drive of a Windows(R) system. It contains a directory structure and associated files mirroring that of standard Windows(R) systems. A fresh WINE prefix will contain Windows(R) 10 directories such as _Users_ and _Windows_ that holds the OS itself. Furthermore, applications installed within a prefix will be located in either _Program Files_ or _Program Files (x86)_, depending on their architecture.
* [.filename]#system.reg#: This Registry file contains information on the Windows(R) installation, which in the case of WINE is the environment in [.filename]#drive_c#.
-* [.filename]#user.reg#: This Registry file contains the current user's personal configurations, made either by varous software or through the use of the Registry Editor.
+* [.filename]#user.reg#: This Registry file contains the current user's personal configurations, made either by various software or through the use of the Registry Editor.
* [.filename]#userdef.reg#: This Registry file is a default set of configurations for newly-created users.
[[creating-and-using-wine-prefixes]]
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/#`.