diff options
author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2020-01-18 11:47:02 +0100 |
---|---|---|
committer | Sander Vrijders <sander@ouroboros.rocks> | 2020-01-18 12:10:42 +0100 |
commit | a3e14d1c76d15cf150db4442c3d2fecc604d5e8e (patch) | |
tree | 87203ae3fa4045171cb3a10c826cd39967009a22 /doc | |
parent | 435a91165a3c1f8ca715b22ee2c2361d9bd853dd (diff) | |
download | ouroboros-a3e14d1c76d15cf150db4442c3d2fecc604d5e8e.tar.gz ouroboros-a3e14d1c76d15cf150db4442c3d2fecc604d5e8e.zip |
doc: Update manpage for binding
The manpage mentions that bind works for programs, but not specify
that these must be Ouroboros native programs. This is now added.
Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks>
Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/ouroboros.8 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/man/ouroboros.8 b/doc/man/ouroboros.8 index 1a48a2cc..0dff2451 100644 --- a/doc/man/ouroboros.8 +++ b/doc/man/ouroboros.8 @@ -69,7 +69,8 @@ order. certain \fIprogram\fR or \fIprocess\fR will respond to \fIflow allocation\fR requests for the bound name. Multiple programs and processes can be bound to the same name, and a program or process can -be bound to multiple names. +be bound to multiple names. This only works for programs that use the +Ouroboros API. \fBCreating an IPC Process\fR will instantiate a new IPCP in the system. This IPCP will be empty, with only a name and type specified, |