Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Apr 2013 22:31:35 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r249286 - stable/9/sbin/mount_cd9660
Message-ID:  <201304082231.r38MVZsc048032@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Mon Apr  8 22:31:35 2013
New Revision: 249286
URL: http://svnweb.freebsd.org/changeset/base/249286

Log:
  MFC:	r247859
  
  Update the manual page to reflect reality.  With r138509 and r152355,
  "nostrictjoliet" option for mount_cd9660(8) was completely replaced with
  "brokenjoliet" somehow.

Modified:
  stable/9/sbin/mount_cd9660/mount_cd9660.8
Directory Properties:
  stable/9/sbin/mount_cd9660/   (props changed)

Modified: stable/9/sbin/mount_cd9660/mount_cd9660.8
==============================================================================
--- stable/9/sbin/mount_cd9660/mount_cd9660.8	Mon Apr  8 21:51:30 2013	(r249285)
+++ stable/9/sbin/mount_cd9660/mount_cd9660.8	Mon Apr  8 22:31:35 2013	(r249286)
@@ -32,7 +32,7 @@
 .\"     @(#)mount_cd9660.8	8.3 (Berkeley) 3/27/94
 .\" $FreeBSD$
 .\"
-.Dd October 3, 2005
+.Dd March 5, 2013
 .Dt MOUNT_CD9660 8
 .Os
 .Sh NAME
@@ -80,7 +80,7 @@ See the
 man page for possible options and their meanings.
 The following cd9660 specific options are available:
 .Pp
-.Bl -tag -width "nostrictjoliet" -compact
+.Bl -tag -width "brokenjoliet" -compact
 .It Cm extatt
 Same as
 .Fl e .
@@ -93,7 +93,7 @@ Same as
 .It Cm norrip
 Same as
 .Fl r .
-.It Cm nostrictjoliet
+.It Cm brokenjoliet
 Same as
 .Fl b .
 .El



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304082231.r38MVZsc048032>