Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jan 2011 15:19:26 +0000 (UTC)
From:      Jaakko Heinonen <jh@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r217719 - head/share/man/man9
Message-ID:  <201101221519.p0MFJQKv096110@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jh
Date: Sat Jan 22 15:19:25 2011
New Revision: 217719
URL: http://svn.freebsd.org/changeset/base/217719

Log:
  Fix typos.

Modified:
  head/share/man/man9/make_dev.9

Modified: head/share/man/man9/make_dev.9
==============================================================================
--- head/share/man/man9/make_dev.9	Sat Jan 22 13:52:23 2011	(r217718)
+++ head/share/man/man9/make_dev.9	Sat Jan 22 15:19:25 2011	(r217719)
@@ -326,16 +326,16 @@ call will fail and the device will be no
 .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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101221519.p0MFJQKv096110>