Date: Tue, 10 Feb 2015 18:49:14 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r278526 - head/share/man/man5 Message-ID: <201502101849.t1AInE4M054484@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502101849.t1AInE4M054484>