--- src/lib/libc/sys/caps_sys_get.2 2006/02/28 22:40:49 1.1 +++ src/lib/libc/sys/caps_sys_get.2 2006/03/02 19:27:35 1.2 @@ -66,7 +66,7 @@ The identifier and creds of the message .Fa msgid and .Fa ccr -.Pq "which may be NULL" . +(which may be NULL). .Pp The message is only stored in the .Fa msg @@ -80,14 +80,12 @@ again with a larger buffer or to call .Fn caps_sys_reply on the .Fa msgid -without retrieving it -.Pq "if it does not want to handle the message" . +without retrieving it (if it does not want to handle the message). .Pp The returned .Fa msg can either be a new message from a client, a reply from the service, -or -.Pq on the service side only +or (on the service side only) an acknowledgement that a reply made earlier has been processed by the client. This state information is stored in @@ -144,17 +142,11 @@ The child process is expected to create This error is also returned if the remote end closed its connection and is no longer available. .It Bq Er EWOULDBLOCK -No messages are ready -.Po -this applies only to -.Fn caps_sys_get -.Pc . +No messages are ready (this applies only to +.Fn caps_sys_get ) . .It Bq Er EINTR -The system call was interrupted -.Po -this applies only to -.Fn caps_sys_wait -.Pc . +The system call was interrupted (this applies only to +.Fn caps_sys_wait ) . .El .Sh SEE ALSO .Xr caps_sys_client 2 ,