summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarc <marc@openbsd.org>2000-10-10 22:51:41 +0000
committermarc <marc@openbsd.org>2000-10-10 22:51:41 +0000
commit37d6868dfb9dde83d7e026fdfb1732a00b882b2b (patch)
tree9720df1945387ed8a128640542520974b2a181cb
parentFix typo; claudio@core-sdi.com. (diff)
downloadwireguard-openbsd-37d6868dfb9dde83d7e026fdfb1732a00b882b2b.tar.xz
wireguard-openbsd-37d6868dfb9dde83d7e026fdfb1732a00b882b2b.zip
mount -t is the preferred way to invoke
-rw-r--r--sbin/mount_ados/mount_ados.814
-rw-r--r--sbin/mount_cd9660/mount_cd9660.811
-rw-r--r--sbin/mount_fdesc/mount_fdesc.811
3 files changed, 31 insertions, 5 deletions
diff --git a/sbin/mount_ados/mount_ados.8 b/sbin/mount_ados/mount_ados.8
index 9bbbf9e0d17..54808e152e0 100644
--- a/sbin/mount_ados/mount_ados.8
+++ b/sbin/mount_ados/mount_ados.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount_ados.8,v 1.6 1998/12/15 01:20:34 aaron Exp $
+.\" $OpenBSD: mount_ados.8,v 1.7 2000/10/10 22:51:41 marc Exp $
.\" $NetBSD: mount_ados.8,v 1.3 1995/03/18 14:57:09 cgd Exp $
.\"
.\" Copyright (c) 1993,1994 Christopher G. Demetriou
@@ -52,9 +52,17 @@ the device
to the global filesystem namespace at the location
indicated by
.Ar node .
-This command is normally executed by
+This command is invoked by
.Xr mount 8
-at boot time, but can be used by any user to mount an
+when using the syntax
+.Bd -ragged -offset 4n
+.Nm mount Op options
+-t ados
+.Ar special Ar node
+.Ed
+.Pp
+.Xr mount 8
+is normally run at boot time, but can be used by any user to mount an
AmigaDOS file system on any directory that they own (provided,
of course, that they have appropriate access to the device that
contains the file system).
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.
diff --git a/sbin/mount_fdesc/mount_fdesc.8 b/sbin/mount_fdesc/mount_fdesc.8
index 7f16ac6553f..116c0254f8e 100644
--- a/sbin/mount_fdesc/mount_fdesc.8
+++ b/sbin/mount_fdesc/mount_fdesc.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount_fdesc.8,v 1.10 2000/03/23 21:10:20 aaron Exp $
+.\" $OpenBSD: mount_fdesc.8,v 1.11 2000/10/10 22:58:43 marc Exp $
.\" $NetBSD: mount_fdesc.8,v 1.6 1995/12/17 18:50:19 ghudson Exp $
.\"
.\" Copyright (c) 1992, 1993, 1994
@@ -58,6 +58,15 @@ The conventional mount point is
and the filesystem should be union mounted in order to augment,
rather than replace, the existing entries in
.Pa /dev .
+This command is invoked by
+.Xr mount 8
+when using the syntax
+.Bd -ragged -offset 4n
+.Nm mount Op options
+-t fdisc
+.Ar fdisc Ar mount_point
+.Ed
+.Pp
This command is normally executed by
.Xr mount 8
at boot time.