diff options
| author | Ian Dowse <iedowse@FreeBSD.org> | 2003-07-01 17:40:23 +0000 |
|---|---|---|
| committer | Ian Dowse <iedowse@FreeBSD.org> | 2003-07-01 17:40:23 +0000 |
| commit | 318f2fb4bf0401e59e5959a8315624686028edb7 (patch) | |
| tree | 1027d5dd057a3d0ef01110534de81d0fc8bb748b /lib/libc/sys/mount.2 | |
| parent | 9c3f1b326fd24c2e8f88f3875eecb5bdaf558387 (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys/mount.2')
| -rw-r--r-- | lib/libc/sys/mount.2 | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/lib/libc/sys/mount.2 b/lib/libc/sys/mount.2 index 838c1e68ef06..1b551ed5b07a 100644 --- a/lib/libc/sys/mount.2 +++ b/lib/libc/sys/mount.2 @@ -32,7 +32,7 @@ .\" @(#)mount.2 8.3 (Berkeley) 5/24/95 .\" $FreeBSD$ .\" -.Dd June 30, 2003 +.Dd July 1, 2003 .Dt MOUNT 2 .Os .Sh NAME @@ -183,6 +183,22 @@ even if files are still active. Active special devices continue to work, but any further accesses to any other active files result in errors even if the file system is later remounted. +.Pp +If the +.Dv MNT_BYFSID +flag is specified, +.Fa dir +should instead be a file system ID encoded as +.Dq Li FSID : Ns Ar val0 : Ns Ar val1 , +where +.Ar val0 +and +.Ar val1 +are the contents of the +.Vt fsid_t +.Va val[] +array in decimal. +The file system that has the specified file system ID will be unmounted. .Sh RETURN VALUES .Rv -std .Sh ERRORS |
