We _do_ support MS_ASYNC

Reviewed by:	Matthew Dillon <dillon@apollo.backplane.com>
This commit is contained in:
Guido van Rooij 2000-01-24 18:35:16 +00:00
parent f43d9309a5
commit 68d1433483
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56542

View File

@ -65,7 +65,7 @@ The
.Fa flags
argument may be specified as follows:
.Bd -literal
MS_ASYNC Return immediately (not currently implemented)
MS_ASYNC Return immediately
MS_SYNC Perform synchronous writes
MS_INVALIDATE Invalidate all cached data
.Ed