aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9')
-rw-r--r--share/man/man9/VOP_COPY_FILE_RANGE.91
-rw-r--r--share/man/man9/VOP_LOOKUP.91
-rw-r--r--share/man/man9/backlight.91
-rw-r--r--share/man/man9/iflib.91
-rw-r--r--share/man/man9/rmlock.91
-rw-r--r--share/man/man9/vm_map_protect.91
6 files changed, 6 insertions, 0 deletions
diff --git a/share/man/man9/VOP_COPY_FILE_RANGE.9 b/share/man/man9/VOP_COPY_FILE_RANGE.9
index e085898f42da..5ef3b2609572 100644
--- a/share/man/man9/VOP_COPY_FILE_RANGE.9
+++ b/share/man/man9/VOP_COPY_FILE_RANGE.9
@@ -46,6 +46,7 @@ in a single file system
.Fa "struct ucred *incred"
.Fa "struct ucred *outcred"
.Fa "struct thread *fsize_td"
+.Fc
.Sh DESCRIPTION
This entry point copies a byte range from one regular file to another
or within one file in a single file system.
diff --git a/share/man/man9/VOP_LOOKUP.9 b/share/man/man9/VOP_LOOKUP.9
index 66c5a12f990b..7a8d7a5c328a 100644
--- a/share/man/man9/VOP_LOOKUP.9
+++ b/share/man/man9/VOP_LOOKUP.9
@@ -70,6 +70,7 @@ struct componentname {
long cn_namelen; /* length of looked up component */
};
.Ed
+.El
.Pp
Convert a component of a pathname into a pointer to a locked vnode.
This is a very central and rather complicated routine.
diff --git a/share/man/man9/backlight.9 b/share/man/man9/backlight.9
index 5151ab1e91da..d0c09f75373b 100644
--- a/share/man/man9/backlight.9
+++ b/share/man/man9/backlight.9
@@ -66,6 +66,7 @@ struct.
.Sh FILES
.Bl -tag -width "/dev/backlight/*"
.It Pa /dev/backlight/*
+.El
.Sh HISTORY
The
.Nm backlight
diff --git a/share/man/man9/iflib.9 b/share/man/man9/iflib.9
index 91baa12b46cd..263cc2c9ec15 100644
--- a/share/man/man9/iflib.9
+++ b/share/man/man9/iflib.9
@@ -32,6 +32,7 @@ based drivers.
Device-dependent transmit and receive functions, used when writing new
.Nm
based drivers.
+.El
.Sh SEE ALSO
.Xr iflib 4 ,
.Xr iflibdd 9 ,
diff --git a/share/man/man9/rmlock.9 b/share/man/man9/rmlock.9
index 6d128f986968..283bd1b4fbb2 100644
--- a/share/man/man9/rmlock.9
+++ b/share/man/man9/rmlock.9
@@ -345,6 +345,7 @@ This functions destroys a lock previously initialized with
The
.Fa rms
lock must be unlocked.
+.El
.Sh SEE ALSO
.Xr locking 9 ,
.Xr mutex 9 ,
diff --git a/share/man/man9/vm_map_protect.9 b/share/man/man9/vm_map_protect.9
index 048f574aef2b..d5986ce7b7c3 100644
--- a/share/man/man9/vm_map_protect.9
+++ b/share/man/man9/vm_map_protect.9
@@ -131,6 +131,7 @@ but the specified
.Fa new_prot
is not a subset of
.Fa new_maxprot .
+.El
.Sh SEE ALSO
.Xr vm_map 9
.Sh AUTHORS