Add a BUGS section, and xref options(4).

This commit is contained in:
bouyer 1997-06-12 09:09:30 +00:00
parent f586ba056d
commit fa9e701e1e

View File

@ -1,4 +1,4 @@
.\" $NetBSD: mount_ext2fs.8,v 1.1 1997/06/11 11:21:43 bouyer Exp $
.\" $NetBSD: mount_ext2fs.8,v 1.2 1997/06/12 09:09:30 bouyer Exp $
.\"
.\" Copyright (c) 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@ -37,7 +37,7 @@
.Os NetBSD
.Sh NAME
.Nm mount_ext2fs
.Nd mount a ext2fs file system
.Nd mount a EXT2FS file system
.Sh SYNOPSIS
.Nm mount_ext2fs
.Op Fl o Ar options
@ -46,7 +46,7 @@
.Sh DESCRIPTION
The
.Nm mount_ext2fs
command attaches a ext2fs file system
command attaches a EXT2FS file system
.Ar special
device on to the file system tree at the point
.Ar node .
@ -65,9 +65,15 @@ See the
.Xr mount 8
man page for possible options and their meanings.
.El
.Sh BUGS
The EXT2FS specific options, features or file flags are not supported.
.Pp
Because of EXT2FS limitations, an EXT2FS file system can't be used with
UID or GID greather that 65535.
.Sh SEE ALSO
.Xr mount 2 ,
.Xr unmount 2 ,
.Xr options 4 ,
.Xr fstab 5 ,
.Xr mount 8
.Sh HISTORY