diff --git a/docs/API.md b/docs/API.md index dd500d1..cd5e5a6 100644 --- a/docs/API.md +++ b/docs/API.md @@ -123,8 +123,6 @@ This enum lists all supported file types: `MTAR_CHRDEV`: Character devices -Other file types supported in tar archives, such as block/character devices or FIFOs, are not supported and minitar will throw an error when encountering one of them. This behavior can be controlled by passing `-DMINITAR_IGNORE_UNSUPPORTED_TYPES=ON` to CMake when configuring, which will make minitar silently ignore such entries instead of panicking. - ### minitar_write_mode `enum minitar_write_mode`