diff options
Diffstat (limited to 'content/en/docs/Examples/dev-1.md')
-rw-r--r-- | content/en/docs/Examples/dev-1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/en/docs/Examples/dev-1.md b/content/en/docs/Examples/dev-1.md index ebc276c..3603034 100644 --- a/content/en/docs/Examples/dev-1.md +++ b/content/en/docs/Examples/dev-1.md @@ -28,7 +28,7 @@ flow_alloc() call is a blocking call that allocates a flow to *dst*. Both calls return an non-negative integer number describing a "flow descriptor", which is very similar to a file descriptor. On error, they will return a negative error code. (See the [man -page](/man/man3/flow_alloc.html) for all details). If the *timeo* +page](/man/man3/flow_alloc.3.html) for all details). If the *timeo* parameter supplied is NULL, the calls will block indefinitely, otherwise flow_alloc() will return -ETIMEDOUT when the time interval provided by *timeo* expires. We are working on implementing non-blocking versions if |