diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-09-26 09:22:53 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-09-26 09:22:53 +0000 |
commit | 4f07b20f83f16e7de0c00d683c1fd1278967675b (patch) | |
tree | 67636a867668f50cf83356f598d0119d69ac1c8e /lib/libutil | |
parent | b04683f8ea2699a74f6be8ea2bf4e9b3dacae460 (diff) |
explicitly mention local processes; from geoff hill
ok nicm
Diffstat (limited to 'lib/libutil')
-rw-r--r-- | lib/libutil/imsg_init.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libutil/imsg_init.3 b/lib/libutil/imsg_init.3 index f1a32f4b966..30c6334ff4b 100644 --- a/lib/libutil/imsg_init.3 +++ b/lib/libutil/imsg_init.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: imsg_init.3,v 1.21 2018/02/16 07:42:07 nicm Exp $ +.\" $OpenBSD: imsg_init.3,v 1.22 2018/09/26 09:22:52 jmc Exp $ .\" .\" Copyright (c) 2010 Nicholas Marriott <nicm@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: February 16 2018 $ +.Dd $Mdocdate: September 26 2018 $ .Dt IMSG_INIT 3 .Os .Sh NAME @@ -106,7 +106,7 @@ .Sh DESCRIPTION The .Nm imsg -functions provide a simple mechanism for communication between processes +functions provide a simple mechanism for communication between local processes using sockets. Each transmitted message is guaranteed to be presented to the receiving program whole. |