.\"zero a bit in a bitstring .TH clear_bit 3 .SH NAME clear_bit() - zero a bit in a bit string .SH SYNOPSIS string clear_bit( string str, int n ); .SH DESCRIPTION Return the new string where bit is cleared in string . Note that the old string is not modified. .SH SEE ALSO set_bit(3), test_bit(3)