diff options
author | Mattias Andrée <maandree@kth.se> | 2024-01-27 19:05:28 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-01-27 19:05:28 +0100 |
commit | d055dfe7bbdbcbc7fbd521168b4dc728e004dcd1 (patch) | |
tree | da559a50512c1b3446a1a91d0702b7713ecca97b /man0 | |
parent | Fix man pages (diff) | |
download | libsimple-d055dfe7bbdbcbc7fbd521168b4dc728e004dcd1.tar.gz libsimple-d055dfe7bbdbcbc7fbd521168b4dc728e004dcd1.tar.bz2 libsimple-d055dfe7bbdbcbc7fbd521168b4dc728e004dcd1.tar.xz |
Add libsimple_close_range
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'man0')
-rw-r--r-- | man0/libsimple.h.0 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man0/libsimple.h.0 b/man0/libsimple.h.0 index 36e4f71..1f92855 100644 --- a/man0/libsimple.h.0 +++ b/man0/libsimple.h.0 @@ -159,6 +159,9 @@ Flexible allocation of memory suitable for allocating arrays. .BR libsimple_close (3) Close a file and set to stored file descriptor number to mark it file as closed. .TP +.BR libsimple_close_range (3) +Close a range of file descriptors. +.TP .BR libsimple_default_failure_exit (3) Default exit value on failure. .TP |