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 | |
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')
-rw-r--r-- | lib/libc/sys/intro.2 | 3 | ||||
-rw-r--r-- | lib/libc/sys/msync.2 | 3 | ||||
-rw-r--r-- | lib/libc/sys/swapon.2 | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2 index 951d3976eb9..3143bb6e581 100644 --- a/lib/libc/sys/intro.2 +++ b/lib/libc/sys/intro.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.2,v 1.11 1999/05/27 14:22:19 aaron Exp $ +.\" $OpenBSD: intro.2,v 1.12 1999/05/27 20:49:35 aaron Exp $ .\" $NetBSD: intro.2,v 1.6 1995/02/27 12:33:41 cgd Exp $ .\" .\" Copyright (c) 1980, 1983, 1986, 1991, 1993 @@ -683,6 +683,7 @@ communications protocols. Each protocol set supports addresses of a certain format. An Address Family is the set of addresses for a specific group of protocols. Each socket has an address chosen from the address family in which the socket was created. +.El .Sh SEE ALSO .Xr intro 3 , .Xr perror 3 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 diff --git a/lib/libc/sys/swapon.2 b/lib/libc/sys/swapon.2 index c6e7ffe672a..b5bb1e13e6c 100644 --- a/lib/libc/sys/swapon.2 +++ b/lib/libc/sys/swapon.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: swapon.2,v 1.5 1999/05/23 14:10:56 aaron Exp $ +.\" $OpenBSD: swapon.2,v 1.6 1999/05/27 20:49:36 aaron Exp $ .\" $NetBSD: swapon.2,v 1.7 1995/02/27 12:38:21 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -102,6 +102,7 @@ An I/O error occurred while opening the swap device. .It Bq Er EFAULT .Fa special points outside the process's allocated address space. +.El .Sh SEE ALSO .Xr config 8 , .Xr swapon 8 |