From owner-svn-src-all@FreeBSD.ORG Mon Apr 8 22:31:36 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 01B4ECD; Mon, 8 Apr 2013 22:31:36 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E742DFE8; Mon, 8 Apr 2013 22:31:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r38MVZM9048033; Mon, 8 Apr 2013 22:31:35 GMT (envelope-from jkim@svn.freebsd.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r38MVZsc048032; Mon, 8 Apr 2013 22:31:35 GMT (envelope-from jkim@svn.freebsd.org) Message-Id: <201304082231.r38MVZsc048032@svn.freebsd.org> From: Jung-uk Kim Date: Mon, 8 Apr 2013 22:31:35 +0000 (UTC) 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 X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2013 22:31:36 -0000 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