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
1 changed files with 1 additions and 1 deletions

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