From owner-svn-src-all@FreeBSD.ORG Tue Feb 10 18:49:14 2015 Return-Path: Delivered-To: svn-src-all@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 6047B496; Tue, 10 Feb 2015 18:49:14 +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 4C3AC649; Tue, 10 Feb 2015 18:49:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1AInETj054485; Tue, 10 Feb 2015 18:49:14 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1AInE4M054484; Tue, 10 Feb 2015 18:49:14 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201502101849.t1AInE4M054484@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Tue, 10 Feb 2015 18:49:14 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r278526 - head/share/man/man5 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 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, 10 Feb 2015 18:49:14 -0000 Author: gjb Date: Tue Feb 10 18:49:13 2015 New Revision: 278526 URL: https://svnweb.freebsd.org/changeset/base/278526 Log: Fix a rendering issue in the nullfs(5) manual page. MFC after: 3 days Sponsored by: The FreeBSD Foundation Modified: head/share/man/man5/nullfs.5 Modified: head/share/man/man5/nullfs.5 ============================================================================== --- head/share/man/man5/nullfs.5 Tue Feb 10 18:35:46 2015 (r278525) +++ head/share/man/man5/nullfs.5 Tue Feb 10 18:49:13 2015 (r278526) @@ -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"