Deleted Added
full compact
mount_cd9660.8 (128073) mount_cd9660.8 (129327)
1.\" Copyright (c) 1993, 1994
2.\" The Regents of the University of California. All rights reserved.
3.\" All rights reserved.
4.\"
5.\" This code is derived from software donated to Berkeley by
6.\" Christopher G. Demetriou.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)mount_cd9660.8 8.3 (Berkeley) 3/27/94
1.\" Copyright (c) 1993, 1994
2.\" The Regents of the University of California. All rights reserved.
3.\" All rights reserved.
4.\"
5.\" This code is derived from software donated to Berkeley by
6.\" Christopher G. Demetriou.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)mount_cd9660.8 8.3 (Berkeley) 3/27/94
33.\" $FreeBSD: head/sbin/mount_cd9660/mount_cd9660.8 128073 2004-04-09 19:58:40Z markm $
33.\" $FreeBSD: head/sbin/mount_cd9660/mount_cd9660.8 129327 2004-05-17 08:35:43Z ru $
34.\"
34.\"
35.Dd March 27, 1994
35.Dd September 26, 2003
36.Dt MOUNT_CD9660 8
37.Os
38.Sh NAME
39.Nm mount_cd9660
40.Nd mount an ISO-9660 file system
41.Sh SYNOPSIS
42.Nm
43.Op Fl begjrv
36.Dt MOUNT_CD9660 8
37.Os
38.Sh NAME
39.Nm mount_cd9660
40.Nd mount an ISO-9660 file system
41.Sh SYNOPSIS
42.Nm
43.Op Fl begjrv
44.Op Fl C Ar charset
44.Op Fl o Ar options
45.Op Fl s Ar startsector
45.Op Fl o Ar options
46.Op Fl s Ar startsector
46.Op Fl C Ar charset
47.Ar special | node
48.Sh DESCRIPTION
49The
50.Nm
51utility attaches the ISO-9660 file system residing on the device
52.Pa special
53to the global file system namespace at the location indicated by
54.Pa node .

--- 92 unchanged lines hidden (view full) ---

147.Pp
148There is no ECMA support.
149.Sh HISTORY
150The
151.Nm
152utility first appeared in
153.Bx 4.4 .
154.Pp
47.Ar special | node
48.Sh DESCRIPTION
49The
50.Nm
51utility attaches the ISO-9660 file system residing on the device
52.Pa special
53to the global file system namespace at the location indicated by
54.Pa node .

--- 92 unchanged lines hidden (view full) ---

147.Pp
148There is no ECMA support.
149.Sh HISTORY
150The
151.Nm
152utility first appeared in
153.Bx 4.4 .
154.Pp
155The unicode conversion routine was added by
155The Unicode conversion routine was added by
156.An Ryuichiro Imura Aq imura@ryu16.org
156.An Ryuichiro Imura Aq imura@ryu16.org
157at 2003.
157in 2003.