summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorMarco S Hyman <marc@cvs.openbsd.org>2000-10-10 22:55:09 +0000
committerMarco S Hyman <marc@cvs.openbsd.org>2000-10-10 22:55:09 +0000
commit952f0034525c10f69704856caf439c1d92f34bcf (patch)
tree5210c532a0338dd6328ab10f3222ba66ba3b416b /sbin
parent7587b96aec70986e6a745692a7a8dc4205b99b81 (diff)
mount -t is the preferred way to invoke
Diffstat (limited to 'sbin')
-rw-r--r--sbin/mount_cd9660/mount_cd9660.811
1 files changed, 10 insertions, 1 deletions
diff --git a/sbin/mount_cd9660/mount_cd9660.8 b/sbin/mount_cd9660/mount_cd9660.8
index a4bee76715f..1865c67842e 100644
--- a/sbin/mount_cd9660/mount_cd9660.8
+++ b/sbin/mount_cd9660/mount_cd9660.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount_cd9660.8,v 1.11 1999/09/07 16:17:13 aaron Exp $
+.\" $OpenBSD: mount_cd9660.8,v 1.12 2000/10/10 22:55:08 marc Exp $
.\" $NetBSD: mount_cd9660.8,v 1.3 1995/04/23 10:33:13 cgd Exp $
.\"
.\" Copyright (c) 1993, 1994
@@ -55,6 +55,15 @@ command attaches the ISO-9660 filesystem residing on the device
.Ar special
to the global filesystem namespace at the location indicated by
.Ar node .
+This command is invoked by
+.Xr mount 8
+when using the syntax
+.Bd -ragged -offset 4n
+.Nm mount Op options
+-t cd9660
+.Ar special Ar node
+.Ed
+.Pp
This command is normally executed by
.Xr mount 8
at boot time.