Imported Upstream version 3
[platform/upstream/buxton.git] / docs / buxton_open.3
index e7a4d83..6e4d7ad 100644 (file)
@@ -43,8 +43,8 @@ buxton daemon, \fBbuxtond\fR(8)\&. Clients must call \fBbuxton_open\fR(3), to
 create a new connection to the daemon\&. Effectively, creating this connection
 registers the client with the daemon, allowing the client to make configuration
 changes, queries, etc\&. This function requires one argument, \fIclient\fR, a
-pointer to a BuxtonClient owned by the client\&. It returns 0 on success,
-and a non-zero status code on failure\&.
+pointer to a BuxtonClient owned by the client\&. It returns a file descriptor >=0 on success,
+and a negative status code on failure\&.
 
 To terminate this connection, the client must call \fBbuxton_close\fR(3)\&. The
 required argument is a reference to the same BuxtonClient passed to