From owner-svn-src-all@FreeBSD.ORG Mon Apr 23 17:15:06 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 D7EC2106566B; Mon, 23 Apr 2012 17:15:06 +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 BD1E58FC08; Mon, 23 Apr 2012 17:15:06 +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 q3NHF6WV007114; Mon, 23 Apr 2012 17:15:06 GMT (envelope-from marcel@svn.freebsd.org) Received: (from marcel@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q3NHF63u007112; Mon, 23 Apr 2012 17:15:06 GMT (envelope-from marcel@svn.freebsd.org) Message-Id: <201204231715.q3NHF63u007112@svn.freebsd.org> From: Marcel Moolenaar Date: Mon, 23 Apr 2012 17:15:06 +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: r234611 - head/share/man/man5 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: Mon, 23 Apr 2012 17:15:07 -0000 Author: marcel Date: Mon Apr 23 17:15:06 2012 New Revision: 234611 URL: http://svn.freebsd.org/changeset/base/234611 Log: Update the bugs section. We don't consider tmpfs as experimental, though we do not claim to support all mount options equally well. Approved by: delphij@ MFC after: 3 days Modified: head/share/man/man5/tmpfs.5 Modified: head/share/man/man5/tmpfs.5 ============================================================================== --- head/share/man/man5/tmpfs.5 Mon Apr 23 16:35:19 2012 (r234610) +++ head/share/man/man5/tmpfs.5 Mon Apr 23 17:15:06 2012 (r234611) @@ -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.