svn commit: r278651 - in stable: 10/share/man/man5 9/share/man/man5

Glen Barber gjb at FreeBSD.org
Fri Feb 13 00:41:04 UTC 2015


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/10/share/man/man5/nullfs.5
Directory Properties:
  stable/10/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/9/share/man/man5/nullfs.5
Directory Properties:
  stable/9/share/man/man5/   (props changed)

Modified: stable/10/share/man/man5/nullfs.5
==============================================================================
--- stable/10/share/man/man5/nullfs.5	Fri Feb 13 00:29:57 2015	(r278650)
+++ stable/10/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"


More information about the svn-src-stable mailing list