summaryrefslogtreecommitdiffstats
path: root/lib/libarch
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1999-07-03 18:01:25 +0000
committerderaadt <deraadt@openbsd.org>1999-07-03 18:01:25 +0000
commit0ae4b5a36fb5137efa041e4bc47b0d3e57a89d51 (patch)
tree170ed4e3efede2d35b6ce2737dbe839e44ed5682 /lib/libarch
parentwhoops, fix a bug in my example :) (diff)
downloadwireguard-openbsd-0ae4b5a36fb5137efa041e4bc47b0d3e57a89d51.tar.xz
wireguard-openbsd-0ae4b5a36fb5137efa041e4bc47b0d3e57a89d51.zip
spelling
Diffstat (limited to 'lib/libarch')
-rw-r--r--lib/libarch/i386/i386_get_ldt.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libarch/i386/i386_get_ldt.2 b/lib/libarch/i386/i386_get_ldt.2
index ac9b497a697..0f6f910120e 100644
--- a/lib/libarch/i386/i386_get_ldt.2
+++ b/lib/libarch/i386/i386_get_ldt.2
@@ -65,7 +65,7 @@ will contain the descriptors to be set or returned
The argument
.Fa descs
can be either segment_descriptor or gate_descriptor and are defined in
-.Fd <i386/segements.h> .
+.Fd <i386/segments.h> .
These structures are defined by the architecture
as disjoint bit-fields, so care must be taken in constructing them.
.Sh RETURN VALUES