Advise reader to also see mdconfig(8) in mount_cd9660(8).

It's useful for how to mount an iso file via loopback.

Reviewed by:	jilles
Approved by:	bcr (mentor)
Differential Revision:	https://reviews.freebsd.org/D16067
This commit is contained in:
Sevan Janiyan 2018-08-11 08:34:24 +00:00
parent 37b0d996dc
commit 4cfe5ad8b3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=337612

View File

@ -32,7 +32,7 @@
.\" @(#)mount_cd9660.8 8.3 (Berkeley) 3/27/94 .\" @(#)mount_cd9660.8 8.3 (Berkeley) 3/27/94
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd March 22, 2017 .Dd August 11, 2018
.Dt MOUNT_CD9660 8 .Dt MOUNT_CD9660 8
.Os .Os
.Sh NAME .Sh NAME
@ -140,6 +140,7 @@ The following command can be used to mount a Kodak Photo-CD:
.Xr unmount 2 , .Xr unmount 2 ,
.Xr cd9660 5 , .Xr cd9660 5 ,
.Xr fstab 5 , .Xr fstab 5 ,
.Xr mdconfig 8 ,
.Xr mount 8 .Xr mount 8
.Sh HISTORY .Sh HISTORY
The The