From owner-svn-src-head@FreeBSD.ORG Sat Jan 22 15:19:26 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4FF0C1065675; Sat, 22 Jan 2011 15:19:26 +0000 (UTC) (envelope-from jh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 3F4BC8FC13; Sat, 22 Jan 2011 15:19:26 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id p0MFJQdK096112; Sat, 22 Jan 2011 15:19:26 GMT (envelope-from jh@svn.freebsd.org) Received: (from jh@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p0MFJQKv096110; Sat, 22 Jan 2011 15:19:26 GMT (envelope-from jh@svn.freebsd.org) Message-Id: <201101221519.p0MFJQKv096110@svn.freebsd.org> From: Jaakko Heinonen Date: Sat, 22 Jan 2011 15:19:26 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r217719 - head/share/man/man9 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jan 2011 15:19:26 -0000 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