debian man page for closefrom

Query: closefrom

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

CLOSEFROM(3)						   BSD Library Functions Manual 					      CLOSEFROM(3)

NAME
closefrom -- delete open file descriptors
LIBRARY
Utility functions from BSD systems (libbsd, -lbsd)
SYNOPSIS
#include <bsd/unistd.h> void closefrom(int lowfd);
DESCRIPTION
The closefrom() system call deletes all open file descriptors greater than or equal to lowfd from the per-process object reference table. Any errors encountered while closing file descriptors are ignored.
SEE ALSO
close(2)
HISTORY
The closefrom() function first appeared in FreeBSD 8.0.
BSD
June 12, 2009 BSD
Related Man Pages
flopen(3) - debian
getprogname(3) - debian
close(2) - netbsd
close(2) - osx
fdwalk(3c) - sunos
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Detecting unused variables...
One instance of comparing grep and awk
Weird 'find' results
A (ksh) Library For and From UNIX.com