diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-07-03 08:23:16 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-07-03 08:23:16 +0000 |
commit | eea8c1b9d82f5e3c198f6a8b39f0ce6ca62eeaf2 (patch) | |
tree | 0dd47bb6f06f800ba453c94d47e9dfe844223bf2 /sbin/mount_ados/mount_ados.8 | |
parent | 4fc8a6d4a3d551d5907cf5dda81dd09b4ad44856 (diff) |
add documentation from mount(8) that "special" device must correspond
to a partition in the disklabel.
suggested by Phil Pennock.
ok krw@ millert@
Diffstat (limited to 'sbin/mount_ados/mount_ados.8')
-rw-r--r-- | sbin/mount_ados/mount_ados.8 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sbin/mount_ados/mount_ados.8 b/sbin/mount_ados/mount_ados.8 index 187d0be803a..bf7df82486a 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.10 2002/06/26 21:32:02 fgsch Exp $ +.\" $OpenBSD: mount_ados.8,v 1.11 2003/07/03 08:23:14 jmc Exp $ .\" $NetBSD: mount_ados.8,v 1.3 1995/03/18 14:57:09 cgd Exp $ .\" .\" Copyright (c) 1993,1994 Christopher G. Demetriou @@ -61,6 +61,11 @@ when using the syntax .Ar special Ar node .Ed .Pp +The +.Ar special +device must correspond to a partition registered in the +.Xr disklabel 5 . +.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, @@ -103,7 +108,9 @@ directory on which the file system is being mounted. .El .Sh SEE ALSO .Xr mount 2 , +.Xr disklabel 5 , .Xr fstab 5 , +.Xr disklabel 8 , .Xr mount 8 , .Xr umount 8 .Sh HISTORY |