summaryrefslogtreecommitdiffstats
path: root/share/man/man9
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2010-06-02 10:20:23 +0000
committeruqs <uqs@FreeBSD.org>2010-06-02 10:20:23 +0000
commitd88f969fdda4c55363376d41eafad2d67c570d37 (patch)
treeb6d4dfd4c004b4b174ba0c7d9af1e6fb6fb24b05 /share/man/man9
parent5e1e617f5e067e00aee0123f50d72e7012ebe31e (diff)
downloadFreeBSD-src-d88f969fdda4c55363376d41eafad2d67c570d37.zip
FreeBSD-src-d88f969fdda4c55363376d41eafad2d67c570d37.tar.gz
mdoc cleanup
Garbage collect unused sections, macros and arguments. Fix prologue and remove empty lines. Found by: mdocml
Diffstat (limited to 'share/man/man9')
-rw-r--r--share/man/man9/make_dev.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/make_dev.9 b/share/man/man9/make_dev.9
index 00af8a8..65cf3d3 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
OpenPOWER on IntegriCloud