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 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"