From owner-svn-src-stable@FreeBSD.ORG Fri Jun 10 23:42:49 2011 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9C121065784; Fri, 10 Jun 2011 23:42:49 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B9A468FC0A; Fri, 10 Jun 2011 23:42:49 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id p5ANgnip048440; Fri, 10 Jun 2011 23:42:49 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id p5ANgnwO048438; Fri, 10 Jun 2011 23:42:49 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201106102342.p5ANgnwO048438@svn.freebsd.org> From: Glen Barber Date: Fri, 10 Jun 2011 23:42:49 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org X-SVN-Group: stable-7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r222962 - stable/7/sbin/mknod X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jun 2011 23:42:49 -0000 Author: gjb (doc committer) Date: Fri Jun 10 23:42:49 2011 New Revision: 222962 URL: http://svn.freebsd.org/changeset/base/222962 Log: MFC 198714 [1]: - The majors file was removed long ago, 0 should be used instead. PR: 139230 Original commit by: brueffer Modified: stable/7/sbin/mknod/mknod.8 Directory Properties: stable/7/sbin/mknod/ (props changed) Modified: stable/7/sbin/mknod/mknod.8 ============================================================================== --- stable/7/sbin/mknod/mknod.8 Fri Jun 10 23:42:03 2011 (r222961) +++ stable/7/sbin/mknod/mknod.8 Fri Jun 10 23:42:49 2011 (r222962) @@ -28,7 +28,7 @@ .\" @(#)mknod.8 8.2 (Berkeley) 12/11/93 .\" $FreeBSD$ .\" -.Dd December 15, 2004 +.Dd October 31, 2009 .Dt MKNOD 8 .Os .Sh NAME @@ -74,9 +74,7 @@ and pseudo devices, and are type .It Ar major The major device number is an integer number which tells the kernel which device driver entry point to use. -To learn what -major device number to use for a particular device, check -.Pa /usr/src/sys/conf/majors . +This is a compatibility shim and should be left zero. .It Ar minor The minor device number tells the kernel which subunit the node corresponds to on the device; for example,