This commit is contained in:
Michael Kerrisk 2006-04-25 06:09:55 +00:00
parent ae74cd0de1
commit 7998dde242
1 changed files with 4 additions and 2 deletions

View File

@ -39,15 +39,17 @@
.SH NAME
mount, umount \- mount and unmount filesystems
.SH SYNOPSIS
.nf
.B "#include <sys/mount.h>"
.sp
.BI "int mount(const char *" source ", const char *" target ,
.BI "const char *" filesystemtype ", unsigned long " mountflags ,
.BI "const void *" data );
.BI " const char *" filesystemtype ", unsigned long " mountflags ,
.BI " const void *" data );
.sp
.BI "int umount(const char *" target );
.sp
.BI "int umount2(const char *" target ", int " flags );
.fi
.SH DESCRIPTION
.BR mount ()
attaches the filesystem specified by