summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorjh <jh@FreeBSD.org>2011-01-22 15:19:25 +0000
committerjh <jh@FreeBSD.org>2011-01-22 15:19:25 +0000
commite2b6245a5dd4f3c5fa4da0989bfe4703c9502068 (patch)
tree819696b7a7186cec9e0ed9e7ab87ccfa6412b69f /share
parent72eed4db056096fe911b4ea08baba8879b723f82 (diff)
downloadFreeBSD-src-e2b6245a5dd4f3c5fa4da0989bfe4703c9502068.zip
FreeBSD-src-e2b6245a5dd4f3c5fa4da0989bfe4703c9502068.tar.gz
Fix typos.
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/make_dev.98
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/make_dev.9 b/share/man/man9/make_dev.9
index 54b3ae1..2281d8f 100644
--- a/share/man/man9/make_dev.9
+++ b/share/man/man9/make_dev.9
@@ -326,16 +326,16 @@ call will fail and the device will be not registered if:
.It Bq Er ENOMEM
The
.Dv MAKEDEV_NOWAIT
-flags was specified and a memory allocation request could not be satisfied.
+flag was specified and a memory allocation request could not be satisfied.
.It Bq Er ENAMETOOLONG
The
.Dv MAKEDEV_CHECKNAME
-flags was specified and the provided device name is longer than
+flag was specified and the provided device name is longer than
.Dv SPECNAMELEN .
.It Bq Er EINVAL
The
.Dv MAKEDEV_CHECKNAME
-flags was specified and the provided device name is empty, contains a
+flag was specified and the provided device name is empty, contains a
.Qq \&.
or
.Qq ..
@@ -344,7 +344,7 @@ path component or ends with
.It Bq Er EEXIST
The
.Dv MAKEDEV_CHECKNAME
-flags was specified and the provided device name already exists.
+flag was specified and the provided device name already exists.
.El
.Pp
.Sh SEE ALSO
OpenPOWER on IntegriCloud