svn commit: r337612 - head/sbin/mount_cd9660

Sevan Janiyan sevan at FreeBSD.org
Sat Aug 11 08:34:25 UTC 2018


Author: sevan (doc committer)
Date: Sat Aug 11 08:34:24 2018
New Revision: 337612
URL: https://svnweb.freebsd.org/changeset/base/337612

Log:
  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

Modified:
  head/sbin/mount_cd9660/mount_cd9660.8

Modified: head/sbin/mount_cd9660/mount_cd9660.8
==============================================================================
--- head/sbin/mount_cd9660/mount_cd9660.8	Sat Aug 11 06:32:31 2018	(r337611)
+++ head/sbin/mount_cd9660/mount_cd9660.8	Sat Aug 11 08:34:24 2018	(r337612)
@@ -32,7 +32,7 @@
 .\"     @(#)mount_cd9660.8	8.3 (Berkeley) 3/27/94
 .\" $FreeBSD$
 .\"
-.Dd March 22, 2017
+.Dd August 11, 2018
 .Dt MOUNT_CD9660 8
 .Os
 .Sh NAME
@@ -140,6 +140,7 @@ The following command can be used to mount a Kodak Pho
 .Xr unmount 2 ,
 .Xr cd9660 5 ,
 .Xr fstab 5 ,
+.Xr mdconfig 8 ,
 .Xr mount 8
 .Sh HISTORY
 The


More information about the svn-src-head mailing list