diff options
author | Marco S Hyman <marc@cvs.openbsd.org> | 2000-10-10 22:51:42 +0000 |
---|---|---|
committer | Marco S Hyman <marc@cvs.openbsd.org> | 2000-10-10 22:51:42 +0000 |
commit | 7587b96aec70986e6a745692a7a8dc4205b99b81 (patch) | |
tree | 675a5c2b61aa63ee8bc3ec05794b681e8f7e1fb3 /sbin/mount_ados | |
parent | ea48b186b7a8177e24b4a9f6bd43031806b3e1dc (diff) |
mount -t is the preferred way to invoke
Diffstat (limited to 'sbin/mount_ados')
-rw-r--r-- | sbin/mount_ados/mount_ados.8 | 14 |
1 files changed, 11 insertions, 3 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). |