svn commit: r289518 - stable/10/sbin/mount_unionfs

Edward Tomasz Napierala trasz at FreeBSD.org
Sun Oct 18 14:57:44 UTC 2015


Author: trasz
Date: Sun Oct 18 14:57:42 2015
New Revision: 289518
URL: https://svnweb.freebsd.org/changeset/base/289518

Log:
  MFC 287397:
  
  Fix markup.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/10/sbin/mount_unionfs/mount_unionfs.8
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sbin/mount_unionfs/mount_unionfs.8
==============================================================================
--- stable/10/sbin/mount_unionfs/mount_unionfs.8	Sun Oct 18 14:55:09 2015	(r289517)
+++ stable/10/sbin/mount_unionfs/mount_unionfs.8	Sun Oct 18 14:57:42 2015	(r289518)
@@ -83,7 +83,7 @@ becomes the upper layer.
 However,
 .Ar uniondir
 remains the mount point.
-.It Sm Cm copymode No = Cm traditional | transparent | masquerade Sm
+.It Cm copymode No = Cm traditional | transparent | masquerade
 Specifies the way to create a file or a directory in the upper layer
 automatically when needed.
 The
@@ -98,7 +98,7 @@ For behavior of the
 mode, see
 .Sx MASQUERADE MODE
 below.
-.It Sm Cm whiteout No = Cm always | whenneeded Sm
+.It Cm whiteout No = Cm always | whenneeded
 Specifies whether whiteouts should always be made in the upper layer
 when removing a file or directory or only when it already exists in the
 lower layer.


More information about the svn-src-stable-10 mailing list