aboutsummaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/mpt.41
-rw-r--r--share/man/man9/make_dev.96
2 files changed, 3 insertions, 4 deletions
diff --git a/share/man/man4/mpt.4 b/share/man/man4/mpt.4
index 94d0e1386e74..f355fd215622 100644
--- a/share/man/man4/mpt.4
+++ b/share/man/man4/mpt.4
@@ -183,4 +183,3 @@ by
and
.An Scott Long Aq scottl@FreeBSD.org
have made more substantial improvements.
-.Sh BUGS
diff --git a/share/man/man9/make_dev.9 b/share/man/man9/make_dev.9
index 00af8a89dc85..65cf3d3a5959 100644
--- a/share/man/man9/make_dev.9
+++ b/share/man/man9/make_dev.9
@@ -158,14 +158,14 @@ The
function is equivalent to the call
.Bd -literal -offset indent
make_dev_credf(0, cdevsw, unit, cr, uid, gid, perms, fmt, ...);
-.Ed .
+.Ed
.Pp
The
.Fn make_dev
function call is the same as
.Bd -literal -offset indent
make_dev_credf(0, cdevsw, unit, NULL, uid, gid, perms, fmt, ...);
-.Ed .
+.Ed
.Pp
The
.Fn make_dev_alias
@@ -245,7 +245,7 @@ The
function is the same as
.Bd -literal -offset indent
destroy_dev_sched(cdev, NULL, NULL);
-.Ed .
+.Ed
.Pp
The
.Fn d_close