diff options
author | 1999-05-27 20:49:31 +0000 | |
---|---|---|
committer | 1999-05-27 20:49:31 +0000 | |
commit | 1e8baf14b22d405ed071163cb0242c4a658fab81 (patch) | |
tree | bdd2280381d6eabf4d291db9fa196b07bfab42db /lib/libc/sys/msync.2 | |
parent | Use lblktosize(fs, foo) instead of foo*fs->fs_bsize (diff) | |
download | wireguard-openbsd-1e8baf14b22d405ed071163cb0242c4a658fab81.tar.xz wireguard-openbsd-1e8baf14b22d405ed071163cb0242c4a658fab81.zip |
more missing .El macros filled in
Diffstat (limited to 'lib/libc/sys/msync.2')
-rw-r--r-- | lib/libc/sys/msync.2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/msync.2 b/lib/libc/sys/msync.2 index ef22058105e..ca1a3859ddc 100644 --- a/lib/libc/sys/msync.2 +++ b/lib/libc/sys/msync.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: msync.2,v 1.12 1999/05/27 16:21:00 aaron Exp $ +.\" $OpenBSD: msync.2,v 1.13 1999/05/27 20:49:36 aaron Exp $ .\" $NetBSD: msync.2,v 1.8 1995/10/12 15:41:09 jtc Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -111,6 +111,7 @@ for the address space of the process, or specify one or more pages which are unmapped. .It Bq Er EIO An I/O error occurred while writing. +.El .Sh BUGS Writes are currently done synchronously even if the .Dv MS_ASYNC |