summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/man/man5/link.52
-rw-r--r--share/man/man5/rc.conf.52
-rw-r--r--sys/dev/asr/asr.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/link.5 b/share/man/man5/link.5
index 48f9388..5ad6f46 100644
--- a/share/man/man5/link.5
+++ b/share/man/man5/link.5
@@ -269,7 +269,7 @@ should point at a full path name for the desired shared object.
.It Fa sod_major
Specifies the major version number of the shared object to load.
.It Fa sod_minor
-Specifies the prefered minor version number of the shared object to load.
+Specifies the preferred minor version number of the shared object to load.
.El
.Pp
The run-time link-editor maintains a list of structures called
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index 15389e7..bf9ba9d 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -1270,7 +1270,7 @@ using
.Xr moused 8 .
If the client program does not support the sysmouse type,
specify the mousesystems type.
-It is the second prefered type.
+It is the second preferred type.
.It Ar moused_port
(str) If
.Ar moused_enable
diff --git a/sys/dev/asr/asr.c b/sys/dev/asr/asr.c
index 9f1b859..ad31c5c 100644
--- a/sys/dev/asr/asr.c
+++ b/sys/dev/asr/asr.c
@@ -531,7 +531,7 @@ DATA_SET (mode0_pciset, mode0_pcidev);
*
* only ioctl is used. the sd driver provides all other access.
*/
-#define CDEV_MAJOR 154 /* prefered default character major */
+#define CDEV_MAJOR 154 /* preferred default character major */
STATIC struct cdevsw asr_cdevsw = {
asr_open, /* open */
asr_close, /* close */
OpenPOWER on IntegriCloud