diff options
| author | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-07-17 04:02:33 +0000 |
|---|---|---|
| committer | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-07-17 04:02:33 +0000 |
| commit | e3c0ee2101808536b97cdf4749bd1c352d49b31a (patch) | |
| tree | 85aa593f43e3314a06c3222a058ceec1cb8e2460 | |
| parent | 8857668bd31c1c48bceef9cf17b2221a7de45763 (diff) | |
Notes
| -rw-r--r-- | lib/libc/sys/msync.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/msync.2 b/lib/libc/sys/msync.2 index f21ff295c307..e5259944d5d8 100644 --- a/lib/libc/sys/msync.2 +++ b/lib/libc/sys/msync.2 @@ -55,10 +55,10 @@ is 0, all modified pages within the region containing will be flushed; if .Fa len -is non-zero, only the pages containing +is non-zero, only those pages containing .Fa addr and -.Fa len +.Fa len-1 succeeding locations will be examined. The .Fa flags |
