From owner-svn-src-stable-9@FreeBSD.ORG Fri Feb 13 00:41:05 2015 Return-Path: Delivered-To: svn-src-stable-9@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2F029896; Fri, 13 Feb 2015 00:41:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 19A1277D; Fri, 13 Feb 2015 00:41:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1D0f4Vd008634; Fri, 13 Feb 2015 00:41:04 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1D0f4mR008633; Fri, 13 Feb 2015 00:41:04 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201502130041.t1D0f4mR008633@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Fri, 13 Feb 2015 00:41:04 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r278651 - in stable: 10/share/man/man5 9/share/man/man5 X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable-9@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for only the 9-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Feb 2015 00:41:05 -0000 Author: gjb Date: Fri Feb 13 00:41:03 2015 New Revision: 278651 URL: https://svnweb.freebsd.org/changeset/base/278651 Log: MFC r278526: Fix a rendering issue in the nullfs(5) manual page. Sponsored by: The FreeBSD Foundation Modified: stable/9/share/man/man5/nullfs.5 Directory Properties: stable/9/share/man/man5/ (props changed) Changes in other areas also in this revision: Modified: stable/10/share/man/man5/nullfs.5 Directory Properties: stable/10/ (props changed) Modified: stable/9/share/man/man5/nullfs.5 ============================================================================== --- stable/9/share/man/man5/nullfs.5 Fri Feb 13 00:29:57 2015 (r278650) +++ stable/9/share/man/man5/nullfs.5 Fri Feb 13 00:41:03 2015 (r278651) @@ -24,15 +24,14 @@ .\" .\" $FreeBSD$ .\" -.Dd October 5, 2008 +.Dd February 10, 2015 .Dt NULLFS 5 .Os .Sh NAME .Nm nullfs .Nd "null file system" .Sh SYNOPSIS -To enable support for -.Nm , +To enable support for this driver, place the following line in the kernel configuration file: .Bd -ragged -offset indent .Cd "options NULLFS"