Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Mar 2013 23:05:44 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r247859 - head/sbin/mount_cd9660
Message-ID:  <201303052305.r25N5i3B065190@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Tue Mar  5 23:05:43 2013
New Revision: 247859
URL: http://svnweb.freebsd.org/changeset/base/247859

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

Modified:
  head/sbin/mount_cd9660/mount_cd9660.8

Modified: head/sbin/mount_cd9660/mount_cd9660.8
==============================================================================
--- head/sbin/mount_cd9660/mount_cd9660.8	Tue Mar  5 22:58:53 2013	(r247858)
+++ head/sbin/mount_cd9660/mount_cd9660.8	Tue Mar  5 23:05:43 2013	(r247859)
@@ -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?201303052305.r25N5i3B065190>