From owner-svn-src-all@FreeBSD.ORG Tue Feb 14 09:29:38 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A31A106566B; Tue, 14 Feb 2012 09:29:38 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 55B748FC1B; Tue, 14 Feb 2012 09:29:38 +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 q1E9TcBr088556; Tue, 14 Feb 2012 09:29:38 GMT (envelope-from ed@svn.freebsd.org) Received: (from ed@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q1E9TcOa088554; Tue, 14 Feb 2012 09:29:38 GMT (envelope-from ed@svn.freebsd.org) Message-Id: <201202140929.q1E9TcOa088554@svn.freebsd.org> From: Ed Schouten Date: Tue, 14 Feb 2012 09:29:38 +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: r231648 - head/usr.sbin/vipw X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 09:29:38 -0000 Author: ed Date: Tue Feb 14 09:29:37 2012 New Revision: 231648 URL: http://svn.freebsd.org/changeset/base/231648 Log: Restore message in man page on VFS timestamp precision. Requested by: bde, jhb Modified: head/usr.sbin/vipw/vipw.8 Modified: head/usr.sbin/vipw/vipw.8 ============================================================================== --- head/usr.sbin/vipw/vipw.8 Tue Feb 14 09:19:30 2012 (r231647) +++ head/usr.sbin/vipw/vipw.8 Tue Feb 14 09:29:37 2012 (r231648) @@ -28,7 +28,7 @@ .\" @(#)vipw.8 8.1 (Berkeley) 6/6/93 .\" $FreeBSD$ .\" -.Dd February 10, 2012 +.Dd February 14, 2012 .Dt VIPW 8 .Os .Sh NAME @@ -110,3 +110,13 @@ The .Nm utility appeared in .Bx 4.0 . +.Sh BUGS +The mechanism for checking for password file modifications requires that +the modification time of the password file changes. +This means that in a default configuration where file system timestamps +are not calculated with sub-second precision, +.Ev EDITOR +has to run for at least one second. +Non-interactive editor scripts should invoke +.Xr sleep 1 +or equivalent to ensure this happens.