From 35a2e3f4dac89fade285a7f29c7d6bfdb79d2132 Mon Sep 17 00:00:00 2001 From: gjb Date: Fri, 13 Feb 2015 00:41:03 +0000 Subject: [PATCH] MFC r278526: Fix a rendering issue in the nullfs(5) manual page. Sponsored by: The FreeBSD Foundation git-svn-id: svn://svn.freebsd.org/base/stable/9@278651 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- share/man/man5/nullfs.5 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/share/man/man5/nullfs.5 b/share/man/man5/nullfs.5 index 653711b12..4b73e2469 100644 --- a/share/man/man5/nullfs.5 +++ b/share/man/man5/nullfs.5 @@ -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" -- 2.45.0