diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-29 01:35:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-29 01:35:06 +0000 |
commit | ab768c97f88fc954ab5e72cb6a50c0f6043005da (patch) | |
tree | b84c1173e63291ba3da7fa24393210856724bab3 /sbin/mount_msdos/mount_msdos.8 | |
parent | ad1bb41c9f76c905cedadf4945386e0ffc50090b (diff) |
from leo; add -G flag for mounting atari gemdos filesystems
Diffstat (limited to 'sbin/mount_msdos/mount_msdos.8')
-rw-r--r-- | sbin/mount_msdos/mount_msdos.8 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sbin/mount_msdos/mount_msdos.8 b/sbin/mount_msdos/mount_msdos.8 index 6bf21b13bff..0ecc4dc99e4 100644 --- a/sbin/mount_msdos/mount_msdos.8 +++ b/sbin/mount_msdos/mount_msdos.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: mount_msdos.8,v 1.9 1995/11/29 15:11:37 ws Exp $ +.\" $NetBSD: mount_msdos.8,v 1.10 1996/01/19 21:14:43 leo Exp $ .\" .\" Copyright (c) 1993,1994 Christopher G. Demetriou .\" All rights reserved. @@ -43,6 +43,7 @@ .Op Fl s .Op Fl l .Op Fl 9 +.Op Fl G .Pa special .Pa node .Sh DESCRIPTION @@ -119,6 +120,11 @@ is assumed. Ignore the special Win'95 directory entries even if deleting or renaming a file. This forces .Fl s . +.It Fl G +This option causes the filesystem to be interpreted as an Atari-Gemdos +filesystem. The differences to the msdos filesystem are minimal and +limited to the boot block. This option enforces +.Fl s . .El .Sh SEE ALSO .Xr mount 2 , |