From owner-svn-src-stable@FreeBSD.ORG Fri Apr 27 20:10:44 2012 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1C67B106564A; Fri, 27 Apr 2012 20:10:44 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 07A518FC20; Fri, 27 Apr 2012 20:10:44 +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 q3RKAhCj022771; Fri, 27 Apr 2012 20:10:43 GMT (envelope-from marcel@svn.freebsd.org) Received: (from marcel@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q3RKAht0022769; Fri, 27 Apr 2012 20:10:43 GMT (envelope-from marcel@svn.freebsd.org) Message-Id: <201204272010.q3RKAht0022769@svn.freebsd.org> From: Marcel Moolenaar Date: Fri, 27 Apr 2012 20:10:43 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r234738 - stable/9/share/man/man5 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, 27 Apr 2012 20:10:44 -0000 Author: marcel Date: Fri Apr 27 20:10:43 2012 New Revision: 234738 URL: http://svn.freebsd.org/changeset/base/234738 Log: MFC 234611: Update the bugs section. We don't consider tmpfs as experimental, though we do not claim to support all mount options equally well. Modified: stable/9/share/man/man5/tmpfs.5 Directory Properties: stable/9/share/man/man5/ (props changed) Modified: stable/9/share/man/man5/tmpfs.5 ============================================================================== --- stable/9/share/man/man5/tmpfs.5 Fri Apr 27 19:26:19 2012 (r234737) +++ stable/9/share/man/man5/tmpfs.5 Fri Apr 27 20:10:43 2012 (r234738) @@ -49,7 +49,7 @@ .\" .\" $FreeBSD$ .\" -.Dd February 16, 2010 +.Dd April 23, 2012 .Dt TMPFS 5 .Os .Sh NAME @@ -141,9 +141,4 @@ to This manual page was written by .An Xin LI Aq delphij@FreeBSD.org . .Sh BUGS -The -.Nm -kernel implementation is currently considered as -an experimental feature. -Some file system mount -time options are not well supported. +Some file system mount time options may not be well-supported.