diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2023-06-20 05:56:20 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2023-06-20 05:56:20 +0000 |
commit | dbda49da6a11c9df34465c4a9abfc2a9610cb640 (patch) | |
tree | b828b4df4f940a665bd0d75c1bcd411c09e34208 /lib | |
parent | 4fc8f059b7df8d17a390b96a5bc9bc59567c36c5 (diff) |
- filedescriptor -> file descriptor, as per the rest of the page
- missing full stop
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libutil/imsg_init.3 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/lib/libutil/imsg_init.3 b/lib/libutil/imsg_init.3 index d40417d7ab4..dd89b1f5813 100644 --- a/lib/libutil/imsg_init.3 +++ b/lib/libutil/imsg_init.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: imsg_init.3,v 1.26 2023/06/19 17:19:50 claudio Exp $ +.\" $OpenBSD: imsg_init.3,v 1.27 2023/06/20 05:56:19 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: June 19 2023 $ +.Dd $Mdocdate: June 20 2023 $ .Dt IMSG_INIT 3 .Os .Sh NAME @@ -511,26 +511,26 @@ ready to be sent. .Fn ibuf_fd_get and .Fn ibuf_fd_set -are functions to check, get and set the filedescriptor assigned to +are functions to check, get and set the file descriptor assigned to .Fa buf . After calling .Fn ibuf_fd_set -the filedescriptor is part of the +the file descriptor is part of the .Fa buf and will be transmitted or closed by the ibuf API. -Any previously set filedescriptor will be closed before assigning a +Any previously set file descriptor will be closed before assigning a new descriptor. .Fn ibuf_fd_get -returns the filedescriptor and passes the responsibilty to track the +returns the file descriptor and passes the responsibilty to track the descriptor back to the program. .Fn ibuf_fd_avail -returns true if there is a filedescriptor set on -.Fa buf +returns true if there is a file descriptor set on +.Fa buf . .Pp .Fn ibuf_free frees .Fa buf -and any associated storage, and closes any filedescriptor set with +and any associated storage, and closes any file descriptor set with .Fn ibuf_fd_set . If .Fa buf |